Thanks Palbinder and Chris !
I didn't realize it is a msidbCustomActionTypeExe type CA.  that can
explain.

and final question from me,  what's the recommend way to launch the file
after install ?
Wix Tutorial and Manual show us two different way, any Pros vs Cons?

thanks!

William L.

On Mon, May 23, 2011 at 6:09 PM, Pally Sandher <pally.sand...@iesve.com>wrote:

> LaunchFile is used as an identifier. It means nothing outside the
> context of that package. It could be called
> Supercalifragilisticexpialidocious for all the difference it would make.
> That code defines a Type 2 Custom Action & if you look down the page to
> the next paragraph you'll see where it is sequenced in the
> InstallExecuteSequence using that Identifier.
>
> Palbinder Sandher
> Software Deployment Engineer
> T: +44 (0) 141 945 8500
> F: +44 (0) 141 945 8501
>
> http://www.iesve.com
> **Design, Simulate + Innovate with the <Virtual Environment>**
> Integrated Environmental Solutions Limited. Registered in Scotland No.
> SC151456
> Registered Office - Helix Building, West Of Scotland Science Park,
> Glasgow G20 0SP
> Email Disclaimer
>
> -----Original Message-----
> From: william lee [mailto:wele...@gmail.com]
> Sent: 23 May 2011 10:52
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] LaunchFile is a standard custom action?
>
> Hi Palbinder,
> Thanks for the info, I noticed that article before. That one is easy to
> understand.
>
> my question is, from this tutorial:
> http://www.tramontana.co.hu/wix/lesson3.php
>
> following solution also works, as I verified:
>
> <*CustomAction* Id='LaunchFile' FileKey='FoobarEXE' ExeCommand=''
> Return='asyncNoWait' />
>
> but I don't know how.
> Is this LaunchFile CA is windows installer predefined CA?
>
> thanks,
> William L.
>
> On Mon, May 23, 2011 at 5:34 PM, Pally Sandher
> <pally.sand...@iesve.com>wrote:
>
> > I suspect the following manual page is what you're looking for ->
> > http://wix.sourceforge.net/manual-wix3/run_program_after_install.htm
> >
> > Palbinder Sandher
> > Software Deployment Engineer
> > T: +44 (0) 141 945 8500
> > F: +44 (0) 141 945 8501
> >
> > http://www.iesve.com
> > **Design, Simulate + Innovate with the <Virtual Environment>**
> > Integrated Environmental Solutions Limited. Registered in Scotland No.
> > SC151456
> > Registered Office - Helix Building, West Of Scotland Science Park,
> > Glasgow G20 0SP
> > Email Disclaimer
> >
> > -----Original Message-----
> > From: william lee [mailto:wele...@gmail.com]
> > Sent: 23 May 2011 07:58
> > To: General discussion for Windows Installer XML toolset.
> > Subject: [WiX-users] LaunchFile is a standard custom action?
> >
> > Hi,
> > Is the LaunchFile action a standard custom action provided by Windows
> > Installer?
> > I tried to search it, and no hits.
> > All I know is, it can launch the installed application after installed
> > with
> > File Key:
> > http://www.tramontana.co.hu/wix/lesson3.php
> > but I didn't find its implement in any wix ca dll.
> >
> > thanks,
> > William L.
> >
> ------------------------------------------------------------------------
> > ------
> > What Every C/C++ and Fortran developer Should Know!
> > Read this article and learn how Intel has extended the reach of its
> > next-generation tools to help Windows* and Linux* C/C++ and Fortran
> > developers boost performance applications - including clusters.
> > http://p.sf.net/sfu/intel-dev2devmay
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> >
> >
> ------------------------------------------------------------------------
> ------
> > What Every C/C++ and Fortran developer Should Know!
> > Read this article and learn how Intel has extended the reach of its
> > next-generation tools to help Windows* and Linux* C/C++ and Fortran
> > developers boost performance applications - including clusters.
> > http://p.sf.net/sfu/intel-dev2devmay
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> ------------------------------------------------------------------------
> ------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to