Inno Setup Preprocessor: Defined
Prototype
int Defined(<ident>)
int Defined <ident>
Description
Special function. It takes an identifier as opposed to an expression. Returns non-zero if specified identifier is defined with define directive.
It is allowed to not use parentheses with this function.