This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Knowledge Base
- :
- Logging An InstallScript MSI Project
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
Logging An InstallScript MSI Project
Logging An InstallScript MSI Project
Summary
This article discusses how to log an InstallScript MSI projectSynopsis
To generate a log file that records the execution of an installation package generated with an InstallScript MSI project, execute the setup.exe at the command line using the /Verbose switch. The log file can be used to diagnose the cause of failure or unexpected behavior in an installation.
Discussion
An installation package created with an InstallScript MSI project can be logged using the following command line:
Setup.exe /Verbose"C:\place for logs\package.log"
Note: the entire directory path of the log file name specified in the command line must preexist before the command is executed, as the directories will not be created automatically by the logging mechanism.
Related Documents
Setup.exe and Update.exe Command-Line Parameters
Related KB Articles
Logging an MSI InstallationAdditional Information
For more information on logging, see these Microsoft articles:
No ratings