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

Difference between revisions of "XLCubed MSI Installation"

(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...")
 
(+ link to XLCubed Offline Installation)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
==Version 9.0 and Newer==
 +
 +
The Windows Installer MSI can be obtained by entering the following at the command line:
 +
 +
{{Code|Dark.exe -x SupportFiles XLCubedInstaller.exe}}
 +
 +
where XLCubedInstaller.exe should be replaced with the full path of the setup executable. You can download Dark here: [[File:WiXDark310.zip]]. This will extract the MSI into a subdirectory called {{Code|SupportFiles\AttachedContainer}}.
 +
 +
Using this method, any prerequisites must be installed manually.
 +
 +
==Previous Versions==
 +
 
The Windows Installer MSI may be obtained by entering the following at the command line:
 
The Windows Installer MSI may be obtained by entering the following at the command line:
  
 
{{Code|XLCubedInstaller.exe /ExtractCab}}
 
{{Code|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 {{Code|SupportFiles}}. This MSI can then be invoked silently by passing the {{Code|/q}} switch:
+
where XLCubedInstaller.exe should be replaced with the full path of the setup executable. This will extract the MSI into a subdirectory called {{Code|SupportFiles}}. If desired, this MSI can then be invoked silently by passing the {{Code|/qn}} switch:
  
 
{{Code|msiexec.exe /i "MSINAME.msi" /qn}}
 
{{Code|msiexec.exe /i "MSINAME.msi" /qn}}
Line 12: Line 24:
 
* [[XLCubed Excel Edition Prerequisites]]
 
* [[XLCubed Excel Edition Prerequisites]]
 
* [[XLCubed Web Edition Prerequisites]]
 
* [[XLCubed Web Edition Prerequisites]]
 +
* [[XLCubed Silent Installation]]
 +
* [[XLCubed Offline Installation]]
 +
* [[Administrative XLCubed Installation]]
 +
* [[Settings File Customisation]]
  
 
[[Category: Installation]]
 
[[Category: Installation]]

Latest revision as of 10:59, 10 August 2022

Version 9.0 and Newer

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

Dark.exe -x SupportFiles XLCubedInstaller.exe

where XLCubedInstaller.exe should be replaced with the full path of the setup executable. You can download Dark here: File:WiXDark310.zip. This will extract the MSI into a subdirectory called SupportFiles\AttachedContainer.

Using this method, any prerequisites must be installed manually.

Previous Versions

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. If desired, this MSI can then be invoked silently by passing the /qn switch:

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

Using this method, any prerequisites must be installed manually.

See Also