Re: [WiX-users] Fragments, Cabinets, and Light, Oh My!

2006-10-18 Thread david adams
Joel: You are missing the for the that will install the file. In your case, you would create two folders, but your file would never get installed. David Adams MSN MessengerID: [EMAIL PROTECTED] From: "Peterson, Joel" <[EMAIL PROTECTED]> To: Subject: [WiX-users] Fragments, Cabinets,

Re: [WiX-users] Fragments, Cabinets, and Light, Oh My!

2006-10-18 Thread Bob Arnson
Peterson, Joel wrote: Yeah, you’re right. I totally forgot about that. I was working on and got sidetracked. One thing I don’t understand is why isn’t a parent node for . It’d be nice to have exist inside of or so you wouldn’t have to setup a with each afterwards. Pl

Re: [WiX-users] Fragments, Cabinets, and Light, Oh My!

2006-10-18 Thread Peterson, Joel
Sent: Wednesday, October 18, 2006 1:40 PM To: Simon Dahlbacka Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Fragments, Cabinets, and Light, Oh My!   Doh!   Yeah, you’re right. I totally forgot about that. I was working on and got sidetracked. One thing I don’t understand is why

Re: [WiX-users] Fragments, Cabinets, and Light, Oh My!

2006-10-18 Thread Peterson, Joel
help, Simon.   Joel Peterson Quality Assurance Engineer [EMAIL PROTECTED]   From: Simon Dahlbacka [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 12:25 PM To: Peterson, Joel Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Fragments, Cabinets, and

Re: [WiX-users] Fragments, Cabinets, and Light, Oh My!

2006-10-18 Thread Simon Dahlbacka
seems missing/SimonOn 10/18/06, Peterson, Joel <[EMAIL PROTECTED] > wrote: Hi all.   I'm using WiX 3.0.2211.0. My installer is pretty basic, but I have a driver set provided by a partner that I want to have in its own .WXS, since creating modular installers is a good thing to do. I'v