Launching application after install
I'm would like to know how can i launching the application that i'm installing ...
I would like that just after the user exits the setup program, both windows services and they manager application (they are both part of the setup program) starts automatically !!
Do i have to do a custom action a make a install class or there is a simple way? I will appreciate any help or link to an article!
Thanks a lot!
Dan are you installing your application using ClickOnce or an MSI Package?
ClickOnce deployments have one entry point exe which is launched automatically after install by default.
I'm using MSI package ! Click Once isn't designed for install through internet only or can i use it for regular winform / windows service setup?
Thanks a lot for your help
Dan
Clickonce is ideal for Xcopy type diployments which are globally non impactful. You shoudl be able to find comparisions of MSI and CLkickonce technology in articles up on MSDN.
For you particular question above since its regardign an MSI deploymetn - You shouls direct it to a MSI forum where they will be able to help you better.