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 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.
+
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|"XLCubed Excel Edition.msi" /l*v C:\LogFiles\Log.txt}}
+
{{Code|"FluenceXL Excel Edition.msi" /l*v C:\LogFiles\Log.txt}}
  
 
==Windows Executable (EXE)==
 
==Windows Executable (EXE)==
{{Code|XLCubedExcelEdition.exe /ComponentArgs "XLCubed Excel Edition":"/l*v C:\log.txt"}}
+
{{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"

See Also