Hello, Bob. Thanks for reply.

I use WixShellExec for launching file at setup end. My setup package
requires MSI 5.0 and Windows 7 so I want to try MsiLaunchApp.
My code:

    <CustomAction Id="LaunchApplication" BinaryKey="WixCA"
DllEntry="WixShellExec" Impersonate="yes" />
    <InstallExecuteSequence>
      <Custom Action="LaunchApplication" After="InstallFinalize"/>
    </InstallExecuteSequence>

Is it possible to use MsiLaunchApp in my case?

-----Original Message-----
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: Tuesday, August 24, 2010 6:04 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] MsiLaunchApp

  On 24-Aug-10 07:26, Alexander Kozlenko wrote:
> Hello. I didn't find an answer so will ask in this mailing list. 
> Anybody can explain how can I migrate from WinShellExec custom action 
> to MsiLaunchApp in WiX 3.5? Thanks.
It depends on how you use WixShellExec. Note that MsiLaunchApp is supported
in WiX v3.0 as well but requires MSI 5.0; it won't work before Windows 7.

--
sig://boB
http://joyofsetup.com/ 



------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to