Inno Setup Preprocessor: ISPPBuiltins.iss

Inno Setup Preprocessor

Inno Setup Preprocessor: ISPPBuiltins.iss

The ISPPBuiltins.iss file is accompanying the Inno Setup Preprocessor. It is automatically included, if it exists in the compiler directory, as if the very first line of your script contained an include directive for it. This file contains common declarations, such as special constants for using with functions, and some useful macros. The file is a regular Inno Setup Script file but mostly contains only ISPP directives.

To learn more about the functionality provided by this file please open it with the Inno Setup Compiler, it is well commented.