[WiX-users] Installer not placing any files

2007-05-22 Thread ccitt
r the Prefetch directory. Attached is the relevant (i think) section from my WiX project file. Thanks for any help anyone can provide - what is left of my hair will thank you ;)

Re: [WiX-users] Installer not placing any files

2007-05-22 Thread ccitt
I defined them below with the tags... Am I missing something? Thanks ccitt You need to define File elements under each of those Components. -Brian Simoneau -- View this message in context: http://www.nabble.com/Installer-not-placing-any-files-tf3797683.html#a10742790 Sent from the wix

Re: [WiX-users] Installer not placing any files

2007-05-22 Thread ccitt
neau > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of ccitt > Sent: Tuesday, May 22, 2007 1:24 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Installer not placing any files > > > > I def

[WiX-users] Making a directory hidden

2007-05-22 Thread ccitt
Hello all Is there a built-in way in WiX to make a target direcory hidden, or am i just going to have to call an external program to do it? Thanks ccitt -- View this message in context: http://www.nabble.com/Making-a-directory-hidden-tf3798371.html#a10744833 Sent from the wix-users mailing

Re: [WiX-users] Making a directory hidden

2007-05-22 Thread ccitt
Fair enough I'll just use attrib instead then - thanks ccitt Brian Simoneau wrote: > > We are using a custom action to make a directory hidden. I think there > is only built-in support to make files hidden. > > -Brian Simoneau > > -Original Message