By the way, the code below doesn't work at all.

On Wed, Apr 25, 2012 at 12:02 PM, E. Timothy Uy <t...@loqu8.com> wrote:

> Looks like I can only use WixCloseApplications once. How do I close all
> browsers both before installation and right before uninstallation? Trying
> the following...
>
>      <util:CloseApplication Id="CloseIE" CloseMessage="no"
>>                            Description="Internet Explorer is still
>> running."
>>                            ElevatedCloseMessage="no"
>>                            RebootPrompt="no"
>>                            Target="iexplore.exe"/>
>>     <util:CloseApplication Id="CloseChrome" CloseMessage="no"
>>                            Description="Chrome is still running."
>>                            ElevatedCloseMessage="no"
>>                            RebootPrompt="no"
>>                            Target="chrome.exe"/>
>>     <util:CloseApplication Id="CloseFirefox" CloseMessage="no"
>>                            Description="Chrome is still running."
>>                            ElevatedCloseMessage="no"
>>                            RebootPrompt="no"
>>                            Target="firefox.exe"/>
>>     <InstallExecuteSequence>
>>       <Custom Action="WixCloseApplications" Before="LaunchConditions" />
>
>
>
>
> On Wed, Apr 25, 2012 at 2:03 AM, Peter Shirtcliffe 
> <pshirtcli...@sdl.com>wrote:
>
>> See Util:CloseApplication in the wix help.
>>
>> -----Original Message-----
>> From: E. Timothy Uy [mailto:t...@loqu8.com]
>> Sent: 25 April 2012 06:00
>> To: General discussion for Windows Installer XML toolset.
>> Subject: [WiX-users] killing Chrome and Firefox
>>
>> Hi, we are a requirement to kill Chrome and Firefox during install, so
>> that
>> we can install or modify a plugin. What is the best way to kill processes
>> (or
>> ask the user to kill processes)?
>>
>> Thanks,
>> Tim
>>
>> -----------------------------------------------------------------------------
>> -
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and threat
>> landscape has changed and how IT managers can respond. Discussions will
>> include endpoint security, mobile security and the latest in malware
>> threats.
>> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> SDL PLC confidential, all rights reserved.
>> If you are not the intended recipient of this mail SDL requests and
>> requires that you delete it without acting upon or copying any of its
>> contents, and we further request that you advise us.
>> SDL PLC is a public limited company registered in England and Wales.
>>  Registered number: 02675207.
>> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire
>> SL6 7DY, UK.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to