Background: I had created a Merge Module containing files to be merged to the directory where ever the user wants to install the software.
Problem: The path of destination directory of the merge module is fixed. For example: if the path of destination directory is set to c:\Program Files\xyz and the user wants to install the software to c:\Program Files\abc, the Merge Module will not copy files to c:\Program Files\abc else it will copy all files to c:\Program Files\xyz only.
Requirement: I want to make the path of destination directory to be variable so that where ever the user installs the software, the Merge Module will merge all the files to that directory. For example, if the user wants to install the software to c:\Program Files\abc then the Merge Module should pick this path and merge all files to this directory only.
Need help.
cheers...gpsk
Problem: The path of destination directory of the merge module is fixed. For example: if the path of destination directory is set to c:\Program Files\xyz and the user wants to install the software to c:\Program Files\abc, the Merge Module will not copy files to c:\Program Files\abc else it will copy all files to c:\Program Files\xyz only.
Requirement: I want to make the path of destination directory to be variable so that where ever the user installs the software, the Merge Module will merge all the files to that directory. For example, if the user wants to install the software to c:\Program Files\abc then the Merge Module should pick this path and merge all files to this directory only.
Need help.
cheers...gpsk