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
- :
- How can I get verbose log without command line?
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
Mar 27, 2015
08:05 AM
How can I get verbose log without command line?
Currently we are generating verbose log by executing installer using command line through batch file.
Can we generate verbose log by directly executing setup.exe?
Can we generate verbose log by directly executing setup.exe?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 30, 2015
12:27 PM
Try:
In the InstallShield IDE:
Media > Releases > [Full] > [Web] > Setup.exe Tab > MSI Command-Line Arguments
Set to:
/L*v+ %Temp%\MyInstaller.log
In the InstallShield IDE:
Media > Releases > [Full] > [Web] > Setup.exe Tab > MSI Command-Line Arguments
Set to:
/L*v+ %Temp%\MyInstaller.log