Difference between revisions of "FluenceXL Web Edition Installation Logging"
m (Antonio.remedios moved page XLCubed Web Edition Installation Logging to FluenceXL Web Edition Installation Logging) |
|||
(One intermediate revision by one other user not shown) | |||
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== |
Latest revision as of 12:23, 6 October 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"