I am able to change now but does not work as expected.

For e.g in the below code everything works fine in default install location
i.e
c:\program files\mycompany\Merge Product
c:\program files\mycompany\My Product

But if changing the installlocation in the destination dialog even
then the merge product takes the default one as above whereas Myproduct
installs in the changed location

<Directory Id="TARGETDIR" Name="SourceDir">
            <Directory Id="ProgramFilesFolder">
                <Directory Id="INSTALLLOCATION" Name="MyCompany">
                  <Directory Id="MERGEPRODUCTFOLDER" Name="Merge product">
                        <Merge Id='MERGEPRODUCTF.msm' Language='1033'
SourceFile='MERGEPRODUCT.msm' DiskId='1' />

                    <Directory Id="MYPRODUCTFOLDER" Name="My Product">
                      </Directory>
                        </Directory>
                           </Directory>
                        </Directory>

Rob Mensching-2 wrote:
> 
> Put the Merge element under the Directory you want retargeted to.
> 
> -----Original Message-----
> From: vivek.anandan [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 07, 2008 11:00
> To: [email protected]
> Subject: [WiX-users] Changing default install paths in msm
> 
> 
> I am using merge modules created using InstallShield in Wix.
> Any idea how to change the install path for those merge modules?
> They dont pick the install path but use the default path on these merge
> modules.
> I am able to change the install paths for those merge modules using
> Installshield.
> 
> thanks,
> vivek
> --
> View this message in context:
> http://n2.nabble.com/Changing-default-install-paths-in-msm-tp1471042p1471042.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Changing-default-install-paths-in-msm-tp1471042p1472351.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to