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 Forum
- :
- Logging for setup.exe
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2008
01:07 PM
Logging for setup.exe
Hello, I am familiar with logging when using the msiexec to execute an .msi file. However, I want to turn on logging when using the setup.exe compiled from a Basic MSI project that I wrote in InstallShield 2008. I can't seem to find a way to do this. Can someone help me out with this?
I would greatly appreciate it!
Tim:confused:
I would greatly appreciate it!
Tim:confused:
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2008
03:32 PM
You can use the /V switch to pass settings through setup.exe to msiexec; something like this, perhaps:
setup /V"/L*v C:\everything.log"
Please see the help topic "Setup.exe and Update.exe Command-Line Parameters".
setup /V"/L*v C:\everything.log"
Please see the help topic "Setup.exe and Update.exe Command-Line Parameters".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2008
05:04 PM
Thanks Robert, I will give this a try!
Tim;)
Tim;)