Run Installed Application
After creating a new setup project using the
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:- Search for the text:
TO-DO: Insert command that starts your application here
- Select the text and insert a Run Program command above it.
- 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