Troubleshooting Your Installation

InstallShield 2015 » Basic MSI Tutorial

After running your installation, if files are not installed, check the following parts of your project:

• Verify that INSTALLDIR is set to the proper value. This is set in the General Information view.

For this tutorial, the recommended value is [ProgramFilesFolder]TutorialCo\TutorialApp.

• Verify that your features have components and files associated with them.
• After making any changes to your installation, it is necessary to rebuild your project by clicking the Build button or pressing F7.

See Also