XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XLCubed Web Edition Installation Logging"

(Added version note - v9 automatically logs, so this info isn't necessary)
 
Line 8: Line 8:
 
==Windows Executable (EXE)==
 
==Windows Executable (EXE)==
 
{{Code|XLCubedWebEdition.exe /ComponentArgs "XLCubed Web Edition":"/l*v C:\log.txt"}}
 
{{Code|XLCubedWebEdition.exe /ComponentArgs "XLCubed Web Edition":"/l*v C:\log.txt"}}
 +
 +
==See Also==
 +
* [[Logging|Runtime logging]]
  
 
[[Category:Troubleshooting]]
 
[[Category:Troubleshooting]]
 
[[Category:Web Edition]]
 
[[Category:Web Edition]]
 
[[Category:Installation]]
 
[[Category:Installation]]
 +
[[Category:Logging]]

Latest revision as of 15:10, 26 June 2023

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.

Windows Installer (MSI)

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

Windows Executable (EXE)

XLCubedWebEdition.exe /ComponentArgs "XLCubed Web Edition":"/l*v C:\log.txt"

See Also