Re: [WiX-users] Files not being wrapped up into installer

2007-02-21 Thread dave_c
Thanks. Setting compressed='yes' did the trick. dave_c wrote: > > I had a quick look but could not find information. > > I want my installer to have all the files to be installed wrapped up in > the msi. However, When I build the msi this is not happening (a new > directory is being created w

Re: [WiX-users] Files not being wrapped up into installer

2007-02-20 Thread Brian Simoneau
Under the Package element, you should have Compressed='yes' instead of 'no'. -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dave_c Sent: Tuesday, February 20, 2007 11:37 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Files no