Difference between revisions of "XLCubed Excel Edition Installation Logging"
(Created page with "The XLCubed Excel Edition installation program is a standard Windows Installer (MSI) program wrapped in a bootstrapper EXE. You can log any errors by using the following comma...") |
m (Text replacement - "XLCubed" to "FluenceXL") |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | The | + | The FluenceXL Excel 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 Excel Edition.msi" /l*v C:\LogFiles\Log.txt}} |
==Windows Executable (EXE)== | ==Windows Executable (EXE)== | ||
− | {{Code| | + | {{Code|FluenceXLExcelEdition.exe /ComponentArgs "FluenceXL Excel Edition":"/l*v C:\log.txt"}} |
+ | |||
+ | ==See Also== | ||
+ | * [[Logging|Runtime logging]] | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] | ||
[[Category:Installation]] | [[Category:Installation]] | ||
+ | [[Category:Logging]] |
Latest revision as of 09:52, 4 July 2023
The FluenceXL Excel 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 Excel Edition.msi" /l*v C:\LogFiles\Log.txt
Windows Executable (EXE)
FluenceXLExcelEdition.exe /ComponentArgs "FluenceXL Excel Edition":"/l*v C:\log.txt"