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

Difference between revisions of "XLCubed Silent Installation"

Line 1: Line 1:
To create a silently installation for XLCubed Excel Edition, first install the appropriate prerequisites as detailed on [[XLCubed Excel Edition Prerequisites]]. The Windows Installer MSI may then be obtained by entering the following at the command line:
+
To create a silent installation for XLCubed Excel Edition, first install the appropriate prerequisites as detailed on [[XLCubed Excel Edition Prerequisites]]. The Windows Installer MSI may then be obtained by entering the following at the command line:
  
 
{{Code|XLCubedInstaller.exe /ExtractCab}}
 
{{Code|XLCubedInstaller.exe /ExtractCab}}

Revision as of 09:50, 15 January 2013

To create a silent installation for XLCubed Excel Edition, first install the appropriate prerequisites as detailed on XLCubed Excel Edition Prerequisites. The Windows Installer MSI may then 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 "XLCubed Excel Edition.msi" /qn

See Also