cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
InstallFox
Level 2

Debug with command line arguments

Hi all

I think there must be a simple solution but I haven't found a way right now.
I'd like to debug my "InstallShield MSI" project and I'd like to pass in command line arguments:
When I call the "setup.exe /z"xyz" in DOS console, I can output in InstallScript
MessageBox( CMDLINE, INFORMATION );
which shows "xyz".

But I'd like to pass in /z"xyz" in debug mode, but I haven't found any option in InstallShield.

Anybody knows how can I do this?
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Can you add /d to the setup.exe command line?
0 Kudos
InstallFox
Level 2

RobertDickau wrote:
Can you add /d to the setup.exe command line?


Yes, I can! And it works. Thank you so much!
0 Kudos