From c2353a09c37e5f44e9102b2d0c7db7661b081895 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 15 Feb 2012 20:10:19 +0000 Subject: [PATCH] Explicitly get rid of 1.2.x cruft files that we are not replacing. --- win/audacity.iss | 9 +++++++++ win/audacity_ansi.iss | 12 ++++++++++++ 2 files changed, 21 insertions(+) diff --git a/win/audacity.iss b/win/audacity.iss index 80e8646ab..a971d3a6d 100644 --- a/win/audacity.iss +++ b/win/audacity.iss @@ -129,6 +129,15 @@ Type: dirifempty; Name: "{commonprograms}\Audacity" ;Get rid of previous uninstall item Type: files; Name: "{app}\unins*.*" +; Get rid of no longer used test.lsp. +Type: files; Name: "{app}\Nyquist\test.lsp" + +; Get rid of specific LADSPA plug-ins that we now ship with different names. +Type: files; Name: "{app}\Plug-Ins\GVerb.dll" +Type: files; Name: "{app}\Plug-Ins\Hard Limiter.dll" +Type: files; Name: "{app}\Plug-Ins\sc4.dll" + + [Registry] ; No longer allow user to choose whether to associate AUP file type with Audacity. ; Leaving this one commented out example of the old way. diff --git a/win/audacity_ansi.iss b/win/audacity_ansi.iss index ba69efee9..bd2a82f9a 100644 --- a/win/audacity_ansi.iss +++ b/win/audacity_ansi.iss @@ -129,6 +129,18 @@ Type: files; Name: "{commonprograms}\Audacity\audacity.exe" Type: files; Name: "{commonprograms}\Audacity\unins000.exe" Type: dirifempty; Name: "{commonprograms}\Audacity" +;Get rid of previous uninstall item +Type: files; Name: "{app}\unins*.*" + +; Get rid of no longer used test.lsp. +Type: files; Name: "{app}\Nyquist\test.lsp" + +; Get rid of specific LADSPA plug-ins that we now ship with different names. +Type: files; Name: "{app}\Plug-Ins\GVerb.dll" +Type: files; Name: "{app}\Plug-Ins\Hard Limiter.dll" +Type: files; Name: "{app}\Plug-Ins\sc4.dll" + + [Registry] ; No longer allow user to choose whether to associate AUP file type with Audacity. ; Leaving this one commented out example of the old way.