How an application will be launched after setup is completed and user click close button?
is there any way to do this?
saurabh
saurabh1531 Thursday, September 07, 2006 7:51 AM
Hi Saurabh,
Are you talking about regular setup or clickonce? In clickonce it starts automatically after the install.
Thanks.
dbcuser Thursday, September 07, 2006 1:00 PM
HI
i am using Setup wizard of .net 1.1 not click once
saurabh1531 Thursday, September 07, 2006 1:08 PM
There is no way to tie a program execution to a button click in a Visual Studio setup project. You can cause the app to run with an install custom action, code that uses the shell or some other asynchronous way of launching the app then exiting so the install can continue. The app will typically be at [TARGETDIR]myapp.exe.