1. Create a .vbs file with the following code.
>From: "Phil Wilson" <pdjwilson@nospam.cox.net>
>References: <98A292A8-3A60-4D44-B178-A17D514E673D@microsoft.com>
>Subject: Re: Launch application automatically after install?
>Date: Thu, 20 May 2004 08:18:21 -0700
>Lines: 31
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
>Message-ID: <ewdrE2nPEHA.2468@TK2MSFTNGP11.phx.gbl>
>Newsgroups: microsoft.public.vsnet.setup
>NNTP-Posting-Host: ip68-96-84-20.oc.oc.cox.net 68.96.84.20
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.vsnet.setup:5385
>X-Tomcat-NG: microsoft.public.vsnet.setup
>
>An install custom action is what you need, except that the ones generated by
>VS are synchronous (the install won't finish until the program finishes).
>You could have a custom action that launches your program asynchronously, a
>VBScript custom action that does a WSHShell Run can do that.
>--
>Phil Wilson
>[MVP Windows Installer]
>Definitive Guide to Windows Installer
>
http://apress.com/book/bookDisplay.html?bID=280 >
>"TJ" <anonymous@discussions.microsoft.com> wrote in message
>news:98A292A8-3A60-4D44-B178-A17D514E673D@microsoft.com...
>> Dear Sir/Madam.
>>
>> I just want to set something that application can be launched
>automatically after install is completed.
>> I created Installer Project in Install and Deploy project, and put my
>application file that I want to launch in the project.
>> However, I coudn't find any menu option that I can set something for
>launching the application file automatically after installation.
>>
>> Is there any way that I can do thin one?
>>
>> Thanks.
>>
>>
>............................................................................
>......................TJ
>>
>
>
>
This posting is provided "AS IS" with no warranties, and confers no rights.