mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
Update to installers, reflecting that 'unicode' is the norm and 'ANSI' is no longer supported. audacity.iss in untested since I no longer have 'Visual Studio 8'. We should really change the file names as well to 'audacity.iss' and 'audacity_ANSI.iss', or simply delete the older version, since we no longer support it.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
[Setup]
|
||||
; compiler-related directives
|
||||
OutputBaseFilename=audacity-win-unicode-1.3.14
|
||||
OutputBaseFilename=audacity-win-2.0
|
||||
SetupIconFile=audacity.ico
|
||||
|
||||
WizardImageFile=audacity_InnoWizardImage.bmp
|
||||
@@ -12,8 +12,8 @@ WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
|
||||
SolidCompression=yes
|
||||
|
||||
; installer-related directives
|
||||
AppName=Audacity 1.3 Beta (Unicode)
|
||||
AppVerName=Audacity 1.3.14 (Unicode)
|
||||
AppName=Audacity 2.0
|
||||
AppVerName=Audacity 2.0
|
||||
AppPublisher=Audacity Team
|
||||
AppPublisherURL=http://audacity.sourceforge.net
|
||||
AppSupportURL=http://audacity.sourceforge.net
|
||||
@@ -22,7 +22,7 @@ ChangesAssociations=yes
|
||||
|
||||
; For a beta release, e.g.: DefaultDirName={pf}\Audacity 1.3 Beta (Unicode)
|
||||
; For a stable release: DefaultDirName={pf}\Audacity
|
||||
DefaultDirName={pf}\Audacity 1.3 Beta (Unicode)
|
||||
DefaultDirName={pf}\Audacity 2.0
|
||||
|
||||
; Always warn if dir exists, because we'll overwrite previous Audacity.
|
||||
DirExistsWarning=yes
|
||||
@@ -101,8 +101,8 @@ Source: "..\win\unicode release\nyquist\*"; DestDir: "{app}\Nyquist\"; Flags: ig
|
||||
Source: "..\win\unicode release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Excludes: "analyze.ny"; Flags: ignoreversion
|
||||
|
||||
[Icons]
|
||||
Name: "{commonprograms}\Audacity 1.3 Beta (Unicode)"; Filename: "{app}\audacity.exe"
|
||||
Name: "{userdesktop}\Audacity 1.3 Beta (Unicode)"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
||||
Name: "{commonprograms}\Audacity 2.0"; Filename: "{app}\audacity.exe"
|
||||
Name: "{userdesktop}\Audacity 2.0"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
||||
|
||||
[InstallDelete]
|
||||
; Get rid of Audacity 1.0.0 stuff that's no longer used.
|
||||
|
||||
Reference in New Issue
Block a user