Search code examples
wpfsetup-projectsetup-deployment

Start WPF app after MSI installation complete


I have a WPF app that gets installed via an MSI, generated from a "setup project" in visual studio 2010. I was wondering how I tell the setup project to start the WPF app (primary output) after the installer is complete.


Solution

  • Found the answer here, using a custom action:

    http://www.codeproject.com/KB/install/Installation.aspx