Difference between revisions of "XLCubed Excel Edition Installation Logging"
m (Text replacement - "XLCubed" to "FluenceXL") |
|||
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== | ==See Also== |
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"