Re: [WiX-users] subdirectories under INSTALLDIR

2006-06-07 Thread Chris Putman
is in case I've stated something incorrect :) Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sutcliffe Sent: Saturday, June 03, 2006 9:08 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] subdirectories under INSTALLDIR Hey A

Re: [WiX-users] subdirectories under INSTALLDIR

2006-06-05 Thread Bob Arnson
Chris Sutcliffe wrote: > I have my .wxs file setup so that the user can specify the INSTALLDIR > (via WixUI_Mondo). I need to be able for force some files to be > installed in specific directories under INSTALLDIR (i.e. the user > cannot choose their location). Is this possible? If so, how do I

Re: [WiX-users] subdirectories under INSTALLDIR

2006-06-05 Thread Rob Mensching
-users] subdirectories under INSTALLDIR Hey All, I'm new to WiX, so please forgive me if this is a stupid question, but I've searched the help file and the mailing list to no avail... I have my .wxs file setup so that the user can specify the INSTALLDIR (via WixUI_Mondo). I need to b

Re: [WiX-users] subdirectories under INSTALLDIR

2006-06-05 Thread Rob Hamflett
If you have a property the same name as a directory Id and changes affect both. Be sure to make the Id/Property public (all caps) to make sure the value is retained on the server side (should you change it at all from the default value). You can then give the property the path you want the

Re: [WiX-users] subdirectories under INSTALLDIR

2006-06-05 Thread Chris Sutcliffe
> I have my .wxs file setup so that the user can specify the INSTALLDIR > (via WixUI_Mondo). I need to be able for force some files to be > installed in specific directories under INSTALLDIR (i.e. the user > cannot choose their location). Is this possible? If so, how do I go > about doing it? I

[WiX-users] subdirectories under INSTALLDIR

2006-06-03 Thread Chris Sutcliffe
Hey All, I'm new to WiX, so please forgive me if this is a stupid question, but I've searched the help file and the mailing list to no avail... I have my .wxs file setup so that the user can specify the INSTALLDIR (via WixUI_Mondo). I need to be able for force some files to be installed in speci