From 0cd82ae789a4fb189de0111a311cca2087aef251 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Sat, 6 Oct 2012 20:03:04 +0300 Subject: [PATCH] Installer: Minor fix --- Build/Installer/Installer.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/Installer/Installer.nsi b/Build/Installer/Installer.nsi index 1c3cf9a2..cdafa14e 100644 --- a/Build/Installer/Installer.nsi +++ b/Build/Installer/Installer.nsi @@ -932,6 +932,7 @@ Function MoveNonDefaultPlugins ${AndIf} $R7 != "Win7AudioPlugin.dll" ${AndIf} $R7 != "WindowMessagePlugin.dll" CreateDirectory "$INSTDIR\Defaults\Plugins" + Delete "$INSTDIR\Defaults\Plugins\$R7" Rename "$R9" "$INSTDIR\Defaults\Plugins\$R7" ${EndIf}