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

How to set ISM build environmnet(MMSearchPath)

So far, I need use commandline to build the ims project with installshield 9 or above. before build, I need set MMSearchPath dynamically. Currently, for setting it, I change the registry value with little application: e.g
HKEY_CURRENT_USER\Software\InstallShield\Developer\9.0\Project Settings
MMSearchPath=...

I want to know:

whether there is another way to set MMSearchPath dynamically, like PATH setting(set PATH=%PATH%;....)?

Thanks.
Labels (1)
0 Kudos
(1) Reply
Christopher_Pai
Level 16

ISCmdBld takes a -o argument for passing the merge module path in.
0 Kudos