mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Changes per "Verbosity in installer dialog" thread on audacity-quality: Simplify the license page text in the installer. Rather than show LICENSE.TXT, show abbreviated text from http://audacity.sourceforge.net/ and http://audacity.sourceforge.net/about/license.
Also added more accurate, copyrighted header, and moved SetupIconFile directive to different section as it's not compiler-related.
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
; Audacity: A Digital Audio Editor
|
||||
; Audacity(R) is copyright (c) 1999-2012 Audacity Team.
|
||||
; License: GPL v2. See License.txt.
|
||||
;
|
||||
; audacity.iss
|
||||
; Vaughan Johnson, Leland Lucius, Martyn Shaw, Richard Ash, & others
|
||||
;
|
||||
|
||||
[Setup]
|
||||
; compiler-related directives
|
||||
OutputBaseFilename=audacity-win-2.0
|
||||
SetupIconFile=audacity.ico
|
||||
|
||||
WizardImageFile=audacity_InnoWizardImage.bmp
|
||||
WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
|
||||
@@ -30,11 +34,15 @@ DisableProgramGroupPage=yes
|
||||
UninstallDisplayIcon="{app}\audacity.exe"
|
||||
|
||||
; No longer force them to accept the license, just display it. LicenseFile=..\LICENSE.txt
|
||||
InfoBeforeFile=..\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
|
||||
|
||||
; costmetic-related directives
|
||||
SetupIconFile=audacity.ico
|
||||
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
Name: "basque"; MessagesFile: "compiler:Languages\Basque.isl"
|
||||
|
Reference in New Issue
Block a user