InstallAware for Windows Installer
 

Run Installed Application

After creating a new setup project using the Default Project type, wizards, or most of the other templates, if you wish to add support for running your installed application after a successful install, make the following changes in your setup script:

  1. Search for the text:
    TO-DO: Insert command that starts your application here
  2. Select the text and insert a Run Program command above it.
  3. Specify in the Run Program command the name and path to your application. For instance, if your application executable is called myapp.exe, specify the following Run Program command:
    $TARGETDIR$\myapp.exe