I am having issues getting this to work correctly.  What I am wanting to do
is close every instance of Internet Explorer before installing my toolbar
application.  The documentation is really thin on this, and I don't even
know if I have it correct.

Here is the snippet of code I have under the <Product> element:

<CloseApplication xmlns="http://schemas.microsoft.com/wix/UtilExtension";
Id="CloseIE" RebootPrompt="no" CloseMessage="yes" Target="iexplore.exe"/>
        <InstallUISequence>
            <Custom Action="WixCloseApplications" Before="LaunchConditions"
/>
        </InstallUISequence>
        <InstallExecuteSequence>
            <Custom Action="WixCloseApplications" Before="LaunchConditions"
/>
        </InstallExecuteSequence>

Thanks,
Casey
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to