cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pgarvey
Level 4

InstallShieldMultiPlatformCommandLineBuild compiler options

Hi -

Is it possible using InstallShieldMultiPlatformCommandLineBuild.exe to explicitly specify which compiler (plus compiler arguments) you'd like to build with?

Right now I'm building from the command line using:

C:\...\InstallShieldMultiPlatformCommandLineBuild.exe BEZProphet.uip -build "0"

Is it possible to specify that I would like to use Java 1.4 for this particular build? Right now I'm setting it by going into the InstallShield GUI -> Tools -> Options -> Compiler Options, but I'd like not to have to go into the GUI everytime I want to change the compiler. (I would like to be able to run two different builds, one using 1.4 and the other using 1.5)

Any help would be appreciated!
Thanks,
Paul
Labels (1)
0 Kudos
(2) Replies
sjjs84
Level 5

I'm not sure if you can set this on the command line. Another way is to edit the ismp.properties file in the install directory of ISMP11.5. Search for compiler.path and compiler.arguments to set those properties.
0 Kudos
pgarvey
Level 4

Thanks - that may be a good way for me to tackle this problem.
0 Kudos