mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-16 08:34:10 +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:
parent
537bb3f175
commit
a663c35378
@ -12,7 +12,7 @@ WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
|
|||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
|
|
||||||
; installer-related directives
|
; installer-related directives
|
||||||
AppName=Audacity 2.0
|
AppName=Audacity
|
||||||
AppVerName=Audacity 2.0
|
AppVerName=Audacity 2.0
|
||||||
AppPublisher=Audacity Team
|
AppPublisher=Audacity Team
|
||||||
AppPublisherURL=http://audacity.sourceforge.net
|
AppPublisherURL=http://audacity.sourceforge.net
|
||||||
@ -20,7 +20,7 @@ AppSupportURL=http://audacity.sourceforge.net
|
|||||||
AppUpdatesURL=http://audacity.sourceforge.net
|
AppUpdatesURL=http://audacity.sourceforge.net
|
||||||
ChangesAssociations=yes
|
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
|
; For a stable release: DefaultDirName={pf}\Audacity
|
||||||
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
|
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
|
; 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: "..\help\manual\*"; DestDir: "{app}\help\manual\"; Flags: ignoreversion recursesubdirs
|
||||||
|
|
||||||
Source: "..\presets\*"; DestDir: "{app}"; 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
|
Source: "..\win\unicode release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Excludes: "analyze.ny"; Flags: ignoreversion
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{commonprograms}\Audacity 2.0"; Filename: "{app}\audacity.exe"
|
Name: "{commonprograms}\Audacity"; Filename: "{app}\audacity.exe"
|
||||||
Name: "{userdesktop}\Audacity 2.0"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
Name: "{userdesktop}\Audacity"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
||||||
|
|
||||||
[InstallDelete]
|
[InstallDelete]
|
||||||
; Get rid of Audacity 1.0.0 stuff that's no longer used.
|
; Get rid of Audacity 1.0.0 stuff that's no longer used.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[Setup]
|
[Setup]
|
||||||
; compiler-related directives
|
; compiler-related directives
|
||||||
OutputBaseFilename=audacity-win-2.0-ANSI
|
OutputBaseFilename=audacity-win-2.0-ansi
|
||||||
SetupIconFile=audacity.ico
|
SetupIconFile=audacity.ico
|
||||||
|
|
||||||
WizardImageFile=audacity_InnoWizardImage.bmp
|
WizardImageFile=audacity_InnoWizardImage.bmp
|
||||||
@ -12,17 +12,17 @@ WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
|
|||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
|
|
||||||
; installer-related directives
|
; installer-related directives
|
||||||
AppName=Audacity 2.0 ANSI
|
AppName=Audacity
|
||||||
AppVerName=Audacity 2.0 ANSI
|
AppVerName=Audacity 2.0
|
||||||
AppPublisher=Audacity Team
|
AppPublisher=Audacity Team
|
||||||
AppPublisherURL=http://audacity.sourceforge.net
|
AppPublisherURL=http://audacity.sourceforge.net
|
||||||
AppSupportURL=http://audacity.sourceforge.net
|
AppSupportURL=http://audacity.sourceforge.net
|
||||||
AppUpdatesURL=http://audacity.sourceforge.net
|
AppUpdatesURL=http://audacity.sourceforge.net
|
||||||
ChangesAssociations=yes
|
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
|
; 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.
|
; Always warn if dir exists, because we'll overwrite previous Audacity.
|
||||||
DirExistsWarning=yes
|
DirExistsWarning=yes
|
||||||
@ -103,8 +103,8 @@ Source: "..\win\Release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Excludes: "anal
|
|||||||
|
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{commonprograms}\Audacity 2.0 ANSI"; Filename: "{app}\audacity.exe"
|
Name: "{commonprograms}\Audacity"; Filename: "{app}\audacity.exe"
|
||||||
Name: "{userdesktop}\Audacity 2.0 ANSI"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
Name: "{userdesktop}\Audacity"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
||||||
|
|
||||||
[InstallDelete]
|
[InstallDelete]
|
||||||
; Get rid of Audacity 1.0.0 stuff that's no longer used.
|
; 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;
|
;Root: HKCR; Subkey: "Audacity.Project\Path"; ValueType: string; ValueData: {app}; Flags: createvalueifdoesntexist uninsdeletekey;
|
||||||
|
|
||||||
[Run]
|
[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
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ WizardSmallImageFile=audacity_InnoWizardSmallImage.bmp
|
|||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
|
|
||||||
; installer-related directives
|
; installer-related directives
|
||||||
AppName=Audacity 2.0
|
AppName=Audacity
|
||||||
AppVerName=Audacity 2.0
|
AppVerName=Audacity 2.0
|
||||||
AppPublisher=Audacity Team
|
AppPublisher=Audacity Team
|
||||||
AppPublisherURL=http://audacity.sourceforge.net
|
AppPublisherURL=http://audacity.sourceforge.net
|
||||||
@ -20,7 +20,7 @@ AppSupportURL=http://audacity.sourceforge.net
|
|||||||
AppUpdatesURL=http://audacity.sourceforge.net
|
AppUpdatesURL=http://audacity.sourceforge.net
|
||||||
ChangesAssociations=yes
|
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
|
; For a stable release: DefaultDirName={pf}\Audacity
|
||||||
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
|
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
|
; 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: "..\help\manual\*"; DestDir: "{app}\help\manual\"; Flags: ignoreversion recursesubdirs
|
||||||
|
|
||||||
Source: "..\presets\*"; DestDir: "{app}"; 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
|
Source: "..\win\unicode release\plug-ins\*"; DestDir: "{app}\Plug-Ins\"; Excludes: "analyze.ny"; Flags: ignoreversion
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{commonprograms}\Audacity 2.0"; Filename: "{app}\audacity.exe"
|
Name: "{commonprograms}\Audacity"; Filename: "{app}\audacity.exe"
|
||||||
Name: "{userdesktop}\Audacity 2.0"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
Name: "{userdesktop}\Audacity"; Filename: "{app}\audacity.exe"; Tasks: desktopicon
|
||||||
|
|
||||||
[InstallDelete]
|
[InstallDelete]
|
||||||
; Get rid of Audacity 1.0.0 stuff that's no longer used.
|
; Get rid of Audacity 1.0.0 stuff that's no longer used.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user