cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Balaji_Vinu
Level 5

Passing multiple arguments through command line

Hi Folks,

I am building my .ism project via command line. Each and every time i want to pass ProductName and Productcode dynamically.
I am able to pass single argument during build. How to pass multiple argument during build.

ISCmdBld.exe -p "C:\InstallShield 2009 Projects\Common.ism" -z ProductName=TEST


I have to pass ProductCode now.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

You can use multiple -z entries:

iscmdbld -p product.ism -z PROP1=Value1 -z PROP2=Value2
0 Kudos