1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02: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:
v.audacity
2012-02-16 21:12:18 +00:00
parent 537bb3f175
commit a663c35378
3 changed files with 16 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
SolidCompression=yes
; installer-related directives
AppName=Audacity 2.0
AppName=Audacity
AppVerName=Audacity 2.0
AppPublisher=Audacity Team
AppPublisherURL=http://audacity.sourceforge.net
@@ -20,7 +20,7 @@ AppSupportURL=http://audacity.sourceforge.net
AppUpdatesURL=http://audacity.sourceforge.net
ChangesAssociations=yes
; For a beta release, e.g.: DefaultDirName={pf}\Audacity 1.3 Beta (Unicode)
; For a beta release, e.g.: DefaultDirName={pf}\Audacity Beta
; For a stable release: DefaultDirName={pf}\Audacity
DefaultDirName={pf}\Audacity
@@ -71,7 +71,6 @@ Source: "..\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\win\unicode release\audacity.exe"; DestDir: "{app}"; Flags: ignoreversion
; Manual, which should be got from the manual wiki using ..\scripts\mw2html_audacity\wiki2htm.bat
; //FIX-ME Why mandatory? I thought we were avoiding that. And if mandatory, why not automatic, or in code repository (SVN)? "should be got" is a step one should not have to do.
Source: "..\help\manual\*"; DestDir: "{app}\help\manual\"; Flags: ignoreversion recursesubdirs
Source: "..\presets\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
@@ -101,8 +100,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 2.0"; Filename: "{app}\audacity.exe"
Name: "{userdesktop}\Audacity 2.0"; 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.

View File

@@ -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

View File

@@ -12,7 +12,7 @@ WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
SolidCompression=yes
; installer-related directives
AppName=Audacity 2.0
AppName=Audacity
AppVerName=Audacity 2.0
AppPublisher=Audacity Team
AppPublisherURL=http://audacity.sourceforge.net
@@ -20,7 +20,7 @@ AppSupportURL=http://audacity.sourceforge.net
AppUpdatesURL=http://audacity.sourceforge.net
ChangesAssociations=yes
; For a beta release, e.g.: DefaultDirName={pf}\Audacity 1.3 Beta (Unicode)
; For a beta release, e.g.: DefaultDirName={pf}\Audacity Beta
; For a stable release: DefaultDirName={pf}\Audacity
DefaultDirName={pf}\Audacity
@@ -71,7 +71,6 @@ Source: "..\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\win\unicode release\audacity.exe"; DestDir: "{app}"; Flags: ignoreversion
; Manual, which should be got from the manual wiki using ..\scripts\mw2html_audacity\wiki2htm.bat
; //FIX-ME Why mandatory? I thought we were avoiding that. And if mandatory, why not automatic, or in code repository (SVN)? "should be got" is a step one should not have to do.
Source: "..\help\manual\*"; DestDir: "{app}\help\manual\"; Flags: ignoreversion recursesubdirs
Source: "..\presets\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
@@ -101,8 +100,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 2.0"; Filename: "{app}\audacity.exe"
Name: "{userdesktop}\Audacity 2.0"; 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.