Difference between revisions of "FluenceXL MSI Installation"

(Updated for v9)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Version 9.0 and Newer==
+
==Version 2406 and Newer==
  
The Windows Installer MSI can be obtained by entering the following at the command line:
+
You must first install the WiX toolset:
 
+
https://wixtoolset.org/docs/intro/#nettool
{{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}}.
+
The Windows Installer MSI can then be obtained by entering the following at the command line:
  
Using this method, any prerequisites must be installed manually.
+
{{Code|wix burn extract FluenceXLInstaller.exe -out SupportFiles -outba SupportFiles}}
  
==Previous Versions==
+
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\WixAttachedContainer}}.
  
The Windows Installer MSI may be obtained by entering the following at the command line:
+
==Version 9.0 to 2406==
  
{{Code|XLCubedInstaller.exe /ExtractCab}}
+
The Windows Installer MSI can be obtained by entering the following at the command line:
  
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|Dark.exe -x SupportFiles FluenceXLInstaller.exe}}
  
{{Code|msiexec.exe /i "MSINAME.msi" /qn}}
+
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.
  
 
==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]]
 +
* [[FluenceXL Offline Installation]]
 +
* [[Administrative FluenceXL Installation]]
 +
* [[Settings File Customisation]]
  
 
[[Category: Installation]]
 
[[Category: Installation]]

Latest revision as of 11:53, 10 October 2024

Version 2406 and Newer

You must first install the WiX toolset: https://wixtoolset.org/docs/intro/#nettool

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

wix burn extract FluenceXLInstaller.exe -out SupportFiles -outba SupportFiles

where FluenceXLInstaller.exe should be replaced with the full path of the setup executable. This will extract the MSI into a subdirectory called SupportFiles\WixAttachedContainer.

Version 9.0 to 2406

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.

See Also