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

Standalone build parameters

Jump to solution

Hi Community,

I am building setup.exe from the InstallShield 2019 Basic MSI project.
Build(B) -> Bat build(A) -> Check the release I want to build -> Build(B)
 
Recently, it has become necessary to use a standalone build.
I saw the reference page of "ISCmdBld.exe", but I couldn't do the same as building from an MSI project.
 
I think the parameters are missing.
What parameters should I give to make it the same as building from an MSI project?
 
I tried it below.
ISCmdBld.exe -p "MyProject.ism" -r "MyRelease" -a "MyConstitution"
 
Could you give me information?
 
Thanks,
 
 
 
Labels (1)
0 Kudos
(1) Solution
banna_k
Revenera
Revenera

@H_Shigenaga :

 

Refer the Installshield helpnet for more information on Iscmdbld command line parameters:

https://helpnet.flexerasoftware.com/installshield25helplib/helplibrary/ISCmdBldParam.htm

 

View solution in original post

0 Kudos
(1) Reply
banna_k
Revenera
Revenera

@H_Shigenaga :

 

Refer the Installshield helpnet for more information on Iscmdbld command line parameters:

https://helpnet.flexerasoftware.com/installshield25helplib/helplibrary/ISCmdBldParam.htm

 

0 Kudos