Search code examples
commentsinno-setup

How to comment a block of statements in Inno Setup?


I am using Inno Setup 5 (Unicode).

How can a block of statements be commented/uncommented using keyboard shortcut keys?


Solution

  • To comment blocks of code (under the [Code] section) use:

    • { commented code } or
    • (* this is comment *)

    The Inno Setup Compiler IDE does not support shortcut keys for inserting comments.