Re: [WiX-users] merge module installation location

2006-07-18 Thread Juanito
OK, thank you. I simply wrapped the component directory tree with: ... and all is well. -- View this message in context: http://www.nabble.com/merge-module-installation-location-tf1955504.html#a5381370 Sent from the wix-users forum at Nabble.com. -

Re: [WiX-users] merge module installation location

2006-07-17 Thread Juanito
OK...the merge module's file is plugin.wxs: The tester app looks like:

Re: [WiX-users] merge module installation location

2006-07-17 Thread Juanito
If I add this code: to this: 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.tram

[WiX-users] merge module installation location

2006-07-17 Thread Juanito
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: However, I need to know how I can set the component's installation path to the path that was found. Is this som