Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

TargetPath in MergeModule

Updated: 21 May 2010 | 3 comments
panneer's picture
+2 2 Votes
Login to vote

Hi,

I created a new MergeModule. I want to copy MergeModule files into INSTALLDIR path of main project [ where i'm including the mergemodule ]. Is it possible? How can i specify the INSTALLDIR path in mergemodule?

Thanks for the Help,
Panneer.

discussion Filed Under:

Comments

VBScab's picture
14
Apr
2009
1 Vote +1
Login to vote

To be clear, you want the MM

To be clear, you want the MM to pick up INSTALLDIR from whichever MSI contains that MM?

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.

panneer's picture
14
Apr
2009
0 Votes 0
Login to vote

To be clear, you want the MM

To be clear, you want the MM to pick up INSTALLDIR from whichever MSI contains that MM?

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.

Yes. I want MM to pick up INSTALLDIR path and all MM files should be copied to INSTALLDIR path.

Thanks for the Help,

Panneer.

AngelD's picture
14
Apr
2009
0 Votes 0
Login to vote

You could

You could read the INSTALLDIR from the MSI (during installation) and use a set directory custom action to point the component within the merge module to "install" its components to that location.