Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How to run application after setup is completed ?
 

How to run application after setup is completed ?

Hello all

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.
PhilWilson  Thursday, September 07, 2006 7:19 PM

You can use google to search for other answers

Custom Search

More Threads

• Mage.exe doesn't insert entrypoint in my application manifest
• Publishing Error
• ClickOnce deployment problem.
• Changing Web service URLs stored in User Settings in Clickonce
• "Unable to activate the application. Please contact the application publisher."
• Vista UAC and ClickOnce Issues
• When I publish my sample 'Personal Website' to my Windows Server 2003 Enterprise Ed. I get this error...
• Wrong dll called because InprocServer32 data in registry
• creating an Autorun DVD (menu)
• ClickOnce and App.config