Difference between revisions of "FluenceXL Web Edition Installation Logging"

m (Text replacement - "XLCubed" to "FluenceXL")
Line 1: Line 1:
{{Deprecated|This information is related to XLCubed version 8 and lower. Version 9 and higher automatically saves installation log files to the user Temp folder, usually found at {{Code|C:\Users\''USERNAME''\AppData\Local\Temp}}.}}
+
{{Deprecated|This information is related to FluenceXL version 8 and lower. Version 9 and higher automatically saves installation log files to the user Temp folder, usually found at {{Code|C:\Users\''USERNAME''\AppData\Local\Temp}}.}}
  
The XLCubed 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.
+
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)==
 
==Windows Installer (MSI)==
{{Code|"XLCubed Web Edition.msi" /l*v C:\LogFiles\Log.txt}}
+
{{Code|"FluenceXL Web Edition.msi" /l*v C:\LogFiles\Log.txt}}
  
 
==Windows Executable (EXE)==
 
==Windows Executable (EXE)==
{{Code|XLCubedWebEdition.exe /ComponentArgs "XLCubed Web Edition":"/l*v C:\log.txt"}}
+
{{Code|FluenceXLWebEdition.exe /ComponentArgs "FluenceXL Web Edition":"/l*v C:\log.txt"}}
  
 
==See Also==
 
==See Also==

Revision as of 09:52, 4 July 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