I am creating a merge module for Firebird in Wix 3.6, the merge module default path goes to the window drive, Please guide me how to set permanently the merge module installation directory to the Installation directory selected by the user during installation time. Which ever path the user selects, the merge module need to be installed to the application path.
for example
User selected path\application name\app.exe (Or)
User selected path\application name\mergemodulefolder (Or)
User selected path\app.exe (Or)
User selected path\mergemodulefolder
Actually in installshield this can be done by right clicking the merge module and setting the installation location from the drop down menu
Thanks