I believe this is fixed in the latest nightly (I am using it). I only needed to 
schedule WixCloseApplications in the execute sequence.
 
    <InstallExecuteSequence>
      <Custom Action="WixCloseApplications" Before="InstallValidate" />
    </InstallExecuteSequence>

Neil
 
Neil Sleightholm
X2 Systems Limited
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
 

________________________________

From: divo [mailto:[EMAIL PROTECTED]
Sent: Mon 06/10/2008 12:16
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Close/restart running application on install




Hi and thanks. Yes, I could use util:CloseApplication if it was not throwing
error 2762 mentioned in
http://n2.nabble.com/util%3ACloseApplication---how-do-I-use-it-td732809.html.

Unfortunately, this issue seems not fixed yet. I am using Wix v3.0.4513.0


Bob Arnson-6 wrote:
>
> divo wrote:
>> Is there a similar mechanism available to close applications during
>> installation, which automatically shows the same dialog to the user?
>>  
>
> No but in WiX v3, you can use the CloseApplication element to send close
> messages to given processes' windows.
>
> --
> sig://boB
> http://joyofsetup.com/
>
>
>
> -------------------------------------------------------------------------
> 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
>
>

--
View this message in context: 
http://n2.nabble.com/Close-restart-running-application-on-install-tp1125535p1300613.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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


-------------------------------------------------------------------------
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