Re: [WiX-users] IIS CA Transform Error

2008-10-26 Thread Rob Mensching
t: Re: [WiX-users] IIS CA Transform Error The reason I'd like to disable the CA when no IIS related features are going to be installed is to prevent the "Cannot connect to Internet Information Server (Cancel | Retry | Ignore)" dialog from appearing in the event that there is no

Re: [WiX-users] IIS CA Transform Error

2008-10-26 Thread Matt Weber
er. Thanks, -Matt Weber -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2008 1:47 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] IIS CA Transform Error Why do you need to disable the CA from executing? It should

Re: [WiX-users] IIS CA Transform Error

2008-10-26 Thread Matt Weber
From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2008 1:28 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] IIS CA Transform Error Matt Weber wrote: > still executed. To disable the CA from executing when those features are > not en

Re: [WiX-users] IIS CA Transform Error

2008-10-26 Thread Rob Mensching
Why do you need to disable the CA from executing? It shouldn't change anything if no Components are being installed. -Original Message- From: Matt Weber [mailto:[EMAIL PROTECTED] Sent: Sunday, October 26, 2008 03:39 To: wix-users@lists.sourceforge.net Subject: [WiX-users] I

Re: [WiX-users] IIS CA Transform Error

2008-10-26 Thread Bob Arnson
Matt Weber wrote: > still executed. To disable the CA from executing when those features are > not enabled I have the following in the .wxs: > - > > > conditions > > > - > > ConfigureIIs already has a condition you can adapt; set the SKIPCONFIGUREIIS pro

[WiX-users] IIS CA Transform Error

2008-10-26 Thread Matt Weber
Hello, Just stumbled upon WiX a month or so ago; been a great experience so far, and it will now be used for building packages for our product here. Before releasing our next version (the first using WiX), I've just been making sure everything was done appropriately, and I've ran into one problem: