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

Difference between revisions of "XLCubed Web Edition Installation Logging"

(Created page with "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 li...")
 
(Added version note - v9 automatically logs, so this info isn't necessary)
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}}.}}
 +
 
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 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.
  

Revision as of 11:26, 6 September 2018

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"