I am creating a merge module that installs a DLL to the "Plugins" directory
of a third-party application.  I can find the root install folder with this:

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

However, I need to know how I can set the component's installation path to
the path that was found.  

Is this something I can do with WiX?
-- 
View this message in context: 
http://www.nabble.com/merge-module-installation-location-tf1955504.html#a5363377
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

Reply via email to