Re: [WiX-users] ConfigureIIS CA not getting called during cancellation

2010-09-07 Thread Rob Mensching
ailto:r...@robmensching.com] > Sent: Monday, September 06, 2010 8:42 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] ConfigureIIS CA not getting called during > cancellation > > Sounds like a bug. Please provide a verbose log file with the repr

Re: [WiX-users] ConfigureIIS CA not getting called during cancellation

2010-09-07 Thread Sai Kodi
Thanks Rob. How do I file a bug? Please advise. Regards, Sai Kodi -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, September 06, 2010 8:42 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] ConfigureIIS CA not getting

Re: [WiX-users] ConfigureIIS CA not getting called during cancellation

2010-09-06 Thread Rob Mensching
Sounds like a bug. Please provide a verbose log file with the repro steps. On Mon, Aug 30, 2010 at 5:34 PM, saikodi wrote: > > Hello, > > I offer two features one of which is a web site component. In order to > avoid > triggering of the ConfigureIIS CA when the non-web component is being > insta

[WiX-users] ConfigureIIS CA not getting called during cancellation

2010-08-30 Thread saikodi
Hello, I offer two features one of which is a web site component. In order to avoid triggering of the ConfigureIIS CA when the non-web component is being installed, I added the following to the Install execute action: It seems to work well during installation and uninstallation of both the dif