Loading
Generate an error when link to nonexistent file
I recently migrate an old InstallShield project to work with IS2014. A difference I noticed is that the InstallShield does not generate an error when there is a file missing in the SetupDesign->Feature->Components. The IS2014 IDE will generate a warning instead and will continue with the setup compilation.

 

Of course I can create a script that will look for missing files and delete the executable created by Installshield but I would like to know if there is a setting in the IDE to change this warning to an actual error to avoid the executable generation.

 

Warning in report:

 

ISDEV : warning -5000: Component '' contains a link to a nonexistent file.

 

SW used: IS2014 Professional

Loading
Generate an error when link to nonexistent file