Skip to content
Snippets Groups Projects
Commit 8019be0b authored by martynshaw99's avatar martynshaw99
Browse files

As used for 1.3.14rc1, includes 'help' and adjusted for 32-bit win.

parent d793fffe
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
[Setup] [Setup]
; compiler-related directives ; compiler-related directives
OutputBaseFilename=audacity-win-unicode-1.3.13 OutputBaseFilename=audacity-win-unicode-1.3.14
SetupIconFile=audacity.ico SetupIconFile=audacity.ico
WizardImageFile=audacity_InnoWizardImage.bmp WizardImageFile=audacity_InnoWizardImage.bmp
...@@ -13,7 +13,7 @@ SolidCompression=yes ...@@ -13,7 +13,7 @@ SolidCompression=yes
; installer-related directives ; installer-related directives
AppName=Audacity 1.3 Beta (Unicode) AppName=Audacity 1.3 Beta (Unicode)
AppVerName=Audacity 1.3.13 (Unicode) AppVerName=Audacity 1.3.14 (Unicode)
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
...@@ -72,7 +72,7 @@ Source: "..\win\unicode release\audacity.exe"; DestDir: "{app}"; Flags: ignoreve ...@@ -72,7 +72,7 @@ Source: "..\win\unicode release\audacity.exe"; DestDir: "{app}"; Flags: ignoreve
; 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. ; //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
...@@ -91,9 +91,9 @@ Source: "..\win\unicode release\wxmsw28u_html_vc_custom.dll"; DestDir: "{app}"; ...@@ -91,9 +91,9 @@ Source: "..\win\unicode release\wxmsw28u_html_vc_custom.dll"; DestDir: "{app}";
; This is not an ideal solution, but should need the least tech support. ; This is not an ideal solution, but should need the least tech support.
; We'll know we have the right version, don't step on anybody else's older version, and ; We'll know we have the right version, don't step on anybody else's older version, and
; it's easy to make the zip (and they match better). ; it's easy to make the zip (and they match better).
Source: "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\msvcp90.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\msvcp90.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\msvcr90.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\msvcr90.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\win\unicode release\languages\*"; DestDir: "{app}\Languages\"; Flags: ignoreversion recursesubdirs Source: "..\win\unicode release\languages\*"; DestDir: "{app}\Languages\"; Flags: ignoreversion recursesubdirs
Source: "..\win\unicode release\modules\*"; DestDir: "{app}\Modules\"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist Source: "..\win\unicode release\modules\*"; DestDir: "{app}\Modules\"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment