Troubleshooting InstallScript Debugger Issues

If the debugger does not appear when you select Debug InstallScript from the Build menu, check for the presence of the following files:

Files and Descriptions

File

Location

ISDbg.exe

InstallShield Program Files Folder\System

This file must be registered.If it is not, register it with the /REGSERVER command-line parameter.

SciLexer.dll

InstallShield Program Files Folder\System

Setup.dbg

InstallShield Project Folder\Project Name\Script Files

Setup.rul

InstallShield Project Folder\Project Name\Script Files

Setup.inx

InstallShield Project Folder\Project Name\Script Files

Setup.exe

InstallShield Project Folder\Project Name\Product Configuration\Release Name\DiskImages\Disk1

ISDbg.exe and SciLexer.dll are installed with InstallShield. Setup.rul is the primary script that you made for your project. InstallShield creates Setup.exe and Setup.inx as part of the build process.