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

Merge Module install location

I have a master installer in which the user gets to choose the installation location. This installer imports two dynamic build time merge modules. What I want to happen is to have each of the merge modules install in a subdirectory underneath the parent install location, e.g. if the user chooses
/opt/mycompany/tools, then the two modules install in /opt/mycompany/tools/tool1 and tool2.

Is there an easy way to do this? I found a way during module import to have the modules inherit the parent user install dir, but that doesn't give me the ability to append a subdirectory to the location. The result is that everything gets installed at the top parent level.

Thanks,
Don
Labels (1)
0 Kudos
(1) Reply
khansen
Level 5

Did you try setting the "Get value from" field in the master installer for the advertised merge module input variable to something like $USER_INSTALL_DIR$$/$tool1?
0 Kudos