Automatic account creation is now enabled. Captcha authentication required for account creation and editing unless you are trusted here.

CloseApplication

From WiX Wiki at MindCapers

Jump to: navigation, search

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">

   <InstallExecuteSequence>
     <Custom Action="WixCloseApplications" Before="InstallValidate" />
   </InstallExecuteSequence>
   <util:CloseApplication Id="CloseIE " CloseMessage="yes" Target="iexplore.exe " ElevatedCloseMessage="no" RebootPrompt="no" />
Personal tools