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 | + | {{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 | + | 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|" | + | {{Code|"FluenceXL Web Edition.msi" /l*v C:\LogFiles\Log.txt}} |
==Windows Executable (EXE)== | ==Windows Executable (EXE)== | ||
− | {{Code| | + | {{Code|FluenceXLWebEdition.exe /ComponentArgs "FluenceXL Web Edition":"/l*v C:\log.txt"}} |
==See Also== | ==See Also== |
Revision as of 09:52, 4 July 2023
![]() |
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 C:\Users\USERNAME\AppData\Local\Temp. |
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"