Can you share out more of what the .wxs file looks like?  Something else may
be causing the error.

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


If I add this code:

      <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>

to this:

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


I get error 2704 when I run the enclosing test installer.  I am reluctant to
believe the problem is there because it comes from the tutorial at
http://www.tramontana.co.hu/wix/.

But maybe I didn't exactly follow your instructions.  Any other ideas?
--
View this message in context:
http://www.nabble.com/merge-module-installation-location-tf1955504.html#a536
5014
Sent from the wix-users forum at Nabble.com.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to