Hi,
Can anyone please help me to detect any running process through WIX and ask 
user to close it?Following code is detecting the installed application is 
running during "repair". But it was not working to detect Internet Explorer 
during "installation".
<InstallExecuteSequence>      <Custom Action="WixCloseApplications" 
Before="InstallInitialize" /></InstallExecuteSequence>
<util:CloseApplication Id="CloseSuperForm" CloseMessage="no" Description="close 
it"                            ElevatedCloseMessage="no" RebootPrompt="no" 
Target="myapp.exe" />        <util:CloseApplication Property="MsWordRunning" 
Id="CloseIE" CloseMessage="no" Description="Close Internet Explorer"            
                ElevatedCloseMessage="no" RebootPrompt="no" 
Target="iexplore.exe" />
Please also provide the possible choices of "Before" and "Action" under 
"Custom" tag.
                                                  
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to