Troubleshooting Your Installation

InstallShield 2015 » InstallScript Project Tutorial

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

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

For this tutorial, the recommended value is as follows:

[ProgramFilesFolder]TutorialCo\TutorialApp

• Verify that your setup types have features associated with them.
• 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