diff --git a/installer/Subtitle_Edit_Installer.iss b/installer/Subtitle_Edit_Installer.iss index 7206d539e..a6c56dd1e 100644 --- a/installer/Subtitle_Edit_Installer.iss +++ b/installer/Subtitle_Edit_Installer.iss @@ -17,13 +17,9 @@ ;* You should have received a copy of the GNU General Public License ;* along with Subtitle Edit. If not, see . -; Requirements: -; Inno Setup Unicode: https://jrsoftware.org/isdl.php - - ; preprocessor checks -#if VER < EncodeVer(6,0,0) - #error Update your Inno Setup version (6.0.0 or newer) +#if VER < EncodeVer(6,2,1) + #error Update your Inno Setup version (6.2.1 or newer) #endif #ifndef UNICODE @@ -76,7 +72,7 @@ #define keyMuiCache "Software\Classes\Local Settings\MuiCache" [Setup] -AppID={#app_name} +AppID=SubtitleEdit AppName={#app_name} AppVersion={#app_ver_full} AppVerName={#app_name} {#app_ver}