Re: [WiX-users] WIX 3.5 AppPool is not uninstalled on Windows 7

2011-02-19 Thread Paul Reynolds
t;[WEBSITE_ID]"/> > > Maybe I should just be storing as a string? > > Paul > > -Original Message- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: Saturday, 19 February 2011 12:31 AM > To: General discussion for Windows In

Re: [WiX-users] WIX 3.5 AppPool is not uninstalled on Windows 7

2011-02-19 Thread Rob Mensching
c.CompanyName)\!(loc.ProductName)\Install"> > Type="integer" Value="[WEBSITE_ID]"/> > > Maybe I should just be storing as a string? > > Paul > > -----Original Message----- > From: Rob Mensching [mailto:r...@robmensching.co

Re: [WiX-users] WIX 3.5 AppPool is not uninstalled on Windows 7

2011-02-18 Thread Paul Reynolds
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WIX 3.5 AppPool is not uninstalled on Windows 7 Verbose log file usually tells all. First thing I would double check is the Name of the the WebAppPool data being passed to the custom action. On Thu, Feb 17, 2011 at 4:0

Re: [WiX-users] WIX 3.5 AppPool is not uninstalled on Windows 7

2011-02-18 Thread Rob Mensching
Verbose log file usually tells all. First thing I would double check is the Name of the the WebAppPool data being passed to the custom action. On Thu, Feb 17, 2011 at 4:07 PM, Paul Reynolds < preyno...@planetsoftware.com.au> wrote: > Hi > > On my dev box (win7 64bit), I'm finding that when I unin

[WiX-users] WIX 3.5 AppPool is not uninstalled on Windows 7

2011-02-17 Thread Paul Reynolds
Hi On my dev box (win7 64bit), I'm finding that when I uninstall my web application, everything gets properly removed EXCEPT the AppPool. I found a related thread: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Problem-with-Application-pools-in-IIS-on-Windows-7-2008-td5438654.htm