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

question on Merge Module locations

From Tools-Options, we can specify Merge Module locations.
I am wondering where is the info saved?
I wish to set the Merge Module locations on a machine that only has the Standalone Build Module installed.

Thanks.
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

On a machine with the IDE and command-line build, this is stored in the registry. However for standalone build, it will not check the registry. Instead there is a command-line parameter you can pass a list of merge modules paths to check.

iscmdbld -o c:\mmpath1;c:\mmpath2;...
0 Kudos