This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Starting point of creating an Inno Setup Script | |
; See the Inno Setup documentation at http://www.jrsoftware.org/ | |
#define SourceFileDir "" | |
#define IncludeFramework true | |
#define IsExternal "external" | |
[setup] | |
;name of your application | |
AppName= |
NewerOlder