mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
Changes to make the version number appear much less frequently, a la the 1.2.x stable release conventions (long forgotten!).
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
[Setup]
|
||||
; compiler-related directives
|
||||
OutputBaseFilename=audacity-win-2.0-ANSI
|
||||
OutputBaseFilename=audacity-win-2.0-ansi
|
||||
SetupIconFile=audacity.ico
|
||||
|
||||
WizardImageFile=audacity_InnoWizardImage.bmp
|
||||
@@ -12,17 +12,17 @@ WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
|
||||
SolidCompression=yes
|
||||
|
||||
; installer-related directives
|
||||
AppName=Audacity 2.0 ANSI
|
||||
AppVerName=Audacity 2.0 ANSI
|
||||
AppName=Audacity
|
||||
AppVerName=Audacity 2.0
|
||||
AppPublisher=Audacity Team
|
||||
AppPublisherURL=http://audacity.sourceforge.net
|
||||
AppSupportURL=http://audacity.sourceforge.net
|
||||
AppUpdatesURL=http://audacity.sourceforge.net
|
||||
ChangesAssociations=yes
|
||||
|
||||
; For a beta release, e.g.: DefaultDirName={pf}\Audacity 1.3 Beta
|
||||
; For a beta release, e.g.: DefaultDirName={pf}\Audacity Beta
|
||||
; For a stable release: DefaultDirName={pf}\Audacity
|
||||
DefaultDirName={pf}\Audacity 2.0 ANSI
|
||||
DefaultDirName={pf}\Audacity
|
||||
|
||||
; Always warn if dir exists, because we'll overwrite previous Audacity.
|
||||
DirExistsWarning=yes
|
||||
@@ -103,8 +103,8 @@ Source: "..\win\Release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Excludes: "anal
|
||||
|
||||
|
||||
[Icons]
|
||||
Name: "{commonprograms}\Audacity 2.0 ANSI"; Filename: "{app}\audacity.exe"
|
||||
Name: "{userdesktop}\Audacity 2.0 ANSI"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
||||
Name: "{commonprograms}\Audacity"; Filename: "{app}\audacity.exe"
|
||||
Name: "{userdesktop}\Audacity"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
||||
|
||||
[InstallDelete]
|
||||
; Get rid of Audacity 1.0.0 stuff that's no longer used.
|
||||
@@ -156,5 +156,5 @@ Root: HKCR; Subkey: "Audacity.Project\shell\open\command"; ValueType: string; Va
|
||||
;Root: HKCR; Subkey: "Audacity.Project\Path"; ValueType: string; ValueData: {app}; Flags: createvalueifdoesntexist uninsdeletekey;
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\audacity.exe"; Description: "Launch Audacity 2.0 ANSI"; Flags: nowait postinstall skipifsilent
|
||||
Filename: "{app}\audacity.exe"; Description: "Launch Audacity"; Flags: nowait postinstall skipifsilent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user