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

Parsing arguments sent from CMD

Hi,

How do i parse the arguments that i send from a command line?
I basically need to send some arguments using the /v flag and use those inside the "OnFirstUIBefore" or "OnUpdateUIBefore".

I use the following syntax inside the command line:

setup123.exe /d /v "This is argument number 1"

I also like to know if there is a window in the debugger mode that displays the locals?

Thanks,
Gil.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

It partly depends on your project type: please see the "Passing Data to the Installation" part of the help topic "Setup.exe and Update.exe Command-Line Parameters" for details.
0 Kudos
Gil_Horen
Level 2

Hi,

I've found what i was looking for. The keywork CMDLINE holds the arguments sent to the MSI. :cool:
0 Kudos