XLCubed Excel Edition Installation Logging

Revision as of 15:10, 26 June 2023 by Colin (talk | contribs)

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 command line switches.

Windows Installer (MSI)

"XLCubed Excel Edition.msi" /l*v C:\LogFiles\Log.txt

Windows Executable (EXE)

XLCubedExcelEdition.exe /ComponentArgs "XLCubed Excel Edition":"/l*v C:\log.txt"

See Also