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 Express Installation
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Logging An Express Installation
Logging An Express Installation
Summary
Logging an installation built with InstallShield ExpressSynopsis
This article provides information on how to log an InstallShield Express installation.
Discussion
If you need to create a log file to log the modifications made by your installation, you can do so via a setup log file. Use one of the following options to create a log file for an Express installation:
- If running your installation via Setup.exe, use the following command-line arguments to create a log file:
setup.exe /v"/l*v C:\Setup.log"
- If running your installation via the MSI package, use the following command-line arguments to create a log file:
msiexec /i "<PATH>\package.msi" /l*v "C:\Setup.log"
<PATH> in the above command-line argument should be replaced by the full path to where the MSI package resides on the machine.
No ratings