Difference between revisions of "FluenceXL Web Edition Installation Logging"

m (Text replacement - "XLCubed" to "FluenceXL")
 
(No difference)

Latest revision as of 12:23, 6 October 2023

The FluenceXL Web Edition installation program is a standard Windows Installer (MSI) program wrapped in a bootstrapper EXE. You can log any errors by using the following command line switches.

Windows Installer (MSI)

"FluenceXL Web Edition.msi" /l*v C:\LogFiles\Log.txt

Windows Executable (EXE)

FluenceXLWebEdition.exe /ComponentArgs "FluenceXL Web Edition":"/l*v C:\log.txt"

See Also