Difference between revisions of "FluenceXL Web Edition Installation Logging"
(Added version note - v9 automatically logs, so this info isn't necessary) |
m (Text replacement - "XLCubed" to "FluenceXL") |
||
(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== | ||
+ | * [[Logging|Runtime logging]] | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] | ||
[[Category:Web Edition]] | [[Category:Web Edition]] | ||
[[Category:Installation]] | [[Category:Installation]] | ||
+ | [[Category:Logging]] |
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"