Difference between revisions of "FluenceXL 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...") |
m (Antonio.remedios moved page XLCubed Web Edition Installation Logging to FluenceXL Web Edition Installation Logging) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The | + | {{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 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== | ||
+ | * [[Logging|Runtime logging]] | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] | ||
[[Category:Web Edition]] | [[Category:Web Edition]] | ||
[[Category:Installation]] | [[Category:Installation]] | ||
+ | [[Category:Logging]] |
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"