Join us for SoftSummit 2023. The 20th anniversary of the industry leading software monetization conference. April 18 and 20. Register Now

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
falakk
Level 3

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?
Labels (1)
0 Kudos
1 Reply
JSClark
Level 6

Try:

In the InstallShield IDE:
Media > Releases > [Full] > [Web] > Setup.exe Tab > MSI Command-Line Arguments
Set to:
/L*v+ %Temp%\MyInstaller.log
0 Kudos