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 Derek Cicerone
eforge.net Subject: Re: [WiX-users] merge module installation location 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 Sen

Re: [WiX-users] merge module installation location

2006-07-17 Thread Rob Mensching
e.net Subject: Re: [WiX-users] merge module installation location OK...the merge module's file is

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 Rob Mensching
] merge module installation location 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

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

Re: [WiX-users] merge module installation location

2006-07-17 Thread Derek Cicerone
Try creating a Directory entry with the same identifier as the property. Use that directory as the directory for the component. It's been a while since I needed to do something like this, but I believe its how you an do it. Derek -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL