Groups | Blog | Home
all groups > dotnet setup > march 2006 >

dotnet setup : Running my app after install..


Cleyton
3/24/2006 11:45:37 AM
Hello!

Someone knows how can I do that? I want to run my application after install
it.

And another: Someone knows how can i put a winform's mine in front of
installation form ??

If someone knows at least one thing about that, help me...please!

Phil Wilson
3/24/2006 1:07:52 PM
1) Use a custom action to launch your app in the [TARGETDIR] location,
passing [TARGETDIR] in CustomActionData. Launch it asynchronously.
2) Use MsiLaunch.
http://www.cornerhouse.ca/en/msilaunch.html

I'm not sure what "Someone knows how can i put a winform's mine in front of
installation form ??" means.
--
Phil Wilson [MVP Windows Installer]
----
[quoted text, click to view]

AddThis Social Bookmark Button