Difference between revisions of "FluenceXL MSI Installation"

(+ link to XLCubed Offline Installation)
m (Text replacement - "XLCubed" to "FluenceXL")
Line 3: Line 3:
 
The Windows Installer MSI can be obtained by entering the following at the command line:
 
The Windows Installer MSI can be obtained by entering the following at the command line:
  
{{Code|Dark.exe -x SupportFiles XLCubedInstaller.exe}}
+
{{Code|Dark.exe -x SupportFiles FluenceXLInstaller.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}}.
+
where FluenceXLInstaller.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.
 
Using this method, any prerequisites must be installed manually.
Line 13: Line 13:
 
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|FluenceXLInstaller.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}}. If desired, this MSI can then be invoked silently by passing the {{Code|/qn}} switch:
+
where FluenceXLInstaller.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 22: Line 22:
  
 
==See Also==
 
==See Also==
* [[XLCubed Excel Edition Prerequisites]]
+
* [[FluenceXL Excel Edition Prerequisites]]
* [[XLCubed Web Edition Prerequisites]]
+
* [[FluenceXL Web Edition Prerequisites]]
* [[XLCubed Silent Installation]]
+
* [[FluenceXL Silent Installation]]
* [[XLCubed Offline Installation]]
+
* [[FluenceXL Offline Installation]]
* [[Administrative XLCubed Installation]]
+
* [[Administrative FluenceXL Installation]]
 
* [[Settings File Customisation]]
 
* [[Settings File Customisation]]
  
 
[[Category: Installation]]
 
[[Category: Installation]]

Revision as of 09:50, 4 July 2023

Version 9.0 and Newer

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

Dark.exe -x SupportFiles FluenceXLInstaller.exe

where FluenceXLInstaller.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:

FluenceXLInstaller.exe /ExtractCab

where FluenceXLInstaller.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