Your Merge Module's directory tree is not rooted in TARGETDIR/SourceDir.
That will create all kinds of whacky behavior.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Juanito
Sent: Monday, July 17, 2006 10:49 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] merge module installation location


OK...the merge module's file is plugin.wxs:

<?xml version='1.0'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
   <Module Id='NHActPlugin' Guid='B18E84EC-2B44-435c-9EE7-A35DEB1EFF51'
Language='1033' Version='1.0.0.0'>
      <Package Id='B18E84EC-2B44-435c-9EE7-A35DEB1EFF51' Description='NH Act
Plugin Merge Module'
                Comments='This merge module installs the Act! plugin that
allows the NH Core PIM library
                                        to communicate and retrieve data
from Act! 2005 and Act!
2006'
                Manufacturer='NH Software Corporation'
InstallerVersion='200' Compressed='yes' />
      <Directory Id='ACTPATH' Name='ActDir'>
         <Directory Id='PluginsDir' Name='Plugins'>
            <Component Id='Plugin'
Guid='31A99920-6E0A-4e31-B569-180D46439930'>
               <File Id='NHPlugindll' Name='NHPlugin.dll' src='NHPlugin.dll'
/>
            </Component>
         </Directory>
      </Directory>

        <Property Id="ACTPATH">
          <RegistrySearch Id='ActInstallDir' Type='raw'
            Root='HKLM' Key='SOFTWARE\ACT\Install' Name='InstallPath' />
        </Property>
   </Module>
</Wix>




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to