cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
timstspry
Level 7

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:
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

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".
0 Kudos
timstspry
Level 7

Thanks Robert, I will give this a try!

Tim;)
0 Kudos