Re: [WiX-users] NEWBIE problem

2006-06-13 Thread Rob Mensching
Title: RE: [WiX-users] NEWBIE problem That's why you have Features.  They tie groups of Components together.      That said I'm not one to defend the data model of Products -> Features -> Components.  I have issues with it, but it's what the Windows Installer

Re: [WiX-users] NEWBIE problem

2006-06-13 Thread John Lemire
Title: RE: [WiX-users] NEWBIEproblem Yes it's just odd to think about half of a partial class being in one component and the other half in another when neither can work without the other :-) thanks very much for the quick reply. outstanding service! :-) From: Rob Mensching [m

Re: [WiX-users] NEWBIE problem

2006-06-13 Thread Rob Mensching
mponents. Does that help? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Lemire Sent: Tuesday, June 13, 2006 5:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] NEWBIEproblem Hi, First just a warning - this is my first foray into

[WiX-users] NEWBIE problem

2006-06-13 Thread John Lemire
Hi, First just a warning - this is my first foray into wix. I am trying to build a wxs file to install an asp.net web service and an asp.net web app that is a front end to it. If I understand the logical and constructs correctly then each of these is a and because I want the user to be able t