0

I have 2 custom installshield merge modules. I am using these merge modules inside a installshield project. Now I want when user run main installshield package then he should be able to select the installation path of 2 merge modules him self. Is it possible in installshield merge module?

Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113

1 Answers1

2

You need to create 2 features in the installshield project, with 1 merge module in each feature. Then make sure the Custom Destination dialog is in your sequence, so the user can select the install path for each feature.

aflat
  • 4,329
  • 1
  • 20
  • 23