XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

XLCubed MSI Installation

Revision as of 10:35, 24 January 2014 by Antonio.remedios (talk) (Created page with "The Windows Installer MSI may be obtained by entering the following at the command line: {{Code|XLCubedInstaller.exe /ExtractCab}} where XLCubedInstaller.exe should be repla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Windows Installer MSI may be obtained by entering the following at the command line:

XLCubedInstaller.exe /ExtractCab

where XLCubedInstaller.exe should be replaced with the full path of the setup executable. This will extract the MSI into a subdirectory called SupportFiles. This MSI can then be invoked silently by passing the /q switch:

msiexec.exe /i "MSINAME.msi" /qn

Using this method, any prerequisites must be installed manually.

See Also