Re: [WiX-users] Stop IIS on uninstall

2006-08-24 Thread Joe Kaplan
e.net Sent: Thursday, August 24, 2006 9:55 AM Subject: [WiX-users] Stop IIS on uninstall All How to I ensure that IIS gets stopped on and uninstall. I'm installing a site (web service) and also a windows service. The windows service uses the web service that I installed and the windows ser

Re: [WiX-users] Stop IIS on uninstall

2006-08-24 Thread david adams
emoves the Website, Application Pool, and all files / folders. David Adams MSN MessengerID: [EMAIL PROTECTED] >From: JosephMM <[EMAIL PROTECTED]> >To: wix-users@lists.sourceforge.net >Subject: Re: [WiX-users] Stop IIS on uninstall >Date: Thu, 24 Aug 2006 12:12:04 -0700 (PDT)

Re: [WiX-users] Stop IIS on uninstall

2006-08-24 Thread JosephMM
What I did was I had a bat file that was installed with my package. My custom action refered to the FileKey of that bat file and inside the bat file all I had was "iisreset /stop". Unfortunately, it's really ugly because a command prompt pops up. John Hidey (The C# Junkie) wrote: > > All > > H

[WiX-users] Stop IIS on uninstall

2006-08-24 Thread John Hidey (The C# Junkie)
All   How to I ensure that IIS gets stopped on and uninstall.  I'm installing a site (web service) and also a windows service.  The windows service uses the web service that I installed and the windows service is started on install.  When uninstalling, the web services bin directory and its content