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

Standalone build + C#

i've a computer with a standalone build of IS 2009 Premier, MS Visual Studio for my C# code source.
and this code is a program for some automatism (creation of setup.exe, update of files and folders, ...)
but on a part of installshield on my code my problem is the syntax :
in fact, I would like to build my project (on this computer) and I want to specify the good release to use among some releases (8 releases un my project).
of course, the project and the releases are already in "project.ism" in my computer.
for the moment I've call the "project.ism" and open it with C# the missing part is :
! Build the project and choose the right release !
If somebody has an answer as me.
Labels (1)
0 Kudos
(1) Reply
ericpaul
Level 6

Hi,

use the command line builder ISCmdBld with the proper parameters, e.g.
ISCmdBld.exe" -p "YourProject.ism" -o "YourMergeModules" -r "YourRelease" -c COMP -a "YourProductConfguration" -s

Look in the help for ISCmdBld.exe (Command-line building) and you will find all the information you need (I hope).

Eric-Paul
0 Kudos