FluenceXL MSI Installation

Revision as of 11:45, 10 October 2024 by Antonio.remedios (talk | contribs) (Previous Versions)

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.

Version 8.0 and older

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