How do I launch an application after install in a Visual Studio Setup Project

.net, installation, visual-studio-2008

Solution

I have used a custom action in VS 2005. Not sure if this is enhanced in VS 2008.

Problem

I have created a setup project using Visual Studio 2008. After the application is finished installing, I would like to have it start up immediately. Any thoughts on how this can be done?

Original source