From c3ab4576f23db3ed7c5d4e0633af427bd748e41b Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Sat, 23 Jun 2012 23:12:43 +0000 Subject: [PATCH] Update Win installer maker script so it automatically makes the MinVersion requirement disallow ANSI systems. The way it was, the installer would go ahead and try to install on ANSI systems. --- win/audacity.iss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/win/audacity.iss b/win/audacity.iss index ad2b0f8a6..4ce88ebad 100644 --- a/win/audacity.iss +++ b/win/audacity.iss @@ -41,8 +41,12 @@ UninstallDisplayIcon="{app}\audacity.exe" ; No longer force them to accept the license, just display it. LicenseFile=..\LICENSE.txt InfoBeforeFile=audacity_InnoWizard_InfoBefore.rtf InfoAfterFile=..\README.txt -; min versions: Win 95, Win 2000 - allow to run on non-Unicode Windows versions in case we ever support this. -MinVersion=4.0,5.0 + +; We no longer produce new ANSI builds. +; As we use Inno Setup (u), the Unicode version, to build this script, +; the MinVersion will automatically be set to what we need. +; We no longer explicitly set it. +; MinVersion=4.0,5.0 ; costmetic-related directives SetupIconFile=audacity.ico