Re: [WiX-users] How to stop web app pool (w3wp.exe) to satisfy Restart Manager?

2013-09-06 Thread Hugh Williams
tisfy Restart Manager? This seems to be the way, and I assume you'd need to run it as a custom action. There may be APIs underneath that you can call to shut down the pool, I don't know. http://technet.microsoft.com/en-us/library/cc772200(v=ws.10).aspx Phil Wilson On Thu, Sep 5, 2013 a

[WiX-users] How to stop web app pool (w3wp.exe) to satisfy Restart Manager?

2013-09-05 Thread Hugh Williams
I have an installer that sets up a web site in IIS. All is well on the install side. But when I go to uninstall it, I get a "reboot required" message: MSI (s) (28:6C) [11:03:45:694]: RESTART MANAGER: Detected that application with id 14848, friendly name 'w3wp.exe', of type RmCritical and statu

[WiX-users] Getting component action/installed state

2007-05-11 Thread Hugh Williams
In the WiX tutorial (http://www.tramontana.co.hu/wix/lesson5.php#5.3) it says that a component's action state and installed state can be obtained by prepending a $ or ? (respectively) to a component name. If the component is installed on the local computer, the installed state should be 3. If it