diff --git a/base/install_base.iss b/base/install_base.iss index c8ef1a5..e7bb68e 100644 --- a/base/install_base.iss +++ b/base/install_base.iss @@ -5,6 +5,8 @@ #define MyAppPublisher "X" #define MyAppURL "~" #define MyAppExeName "command" +#define MyAppExeNameHump "Command" +#define MyAppExeNameUpper "COMMAND" #define MyAppAssocName MyAppName + " File" #define MyAppAssocExt ".myp" #define MyAppAssocKey StringChange(MyAppAssocName, " ", "") + MyAppAssocExt