From fa9df0348914cf8712a5f0e93f8b5e23fa09eaf5 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Wed, 1 Mar 2006 14:27:26 +0000 Subject: [PATCH] No longer default export of wow plugin, as it's out of date. git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@342 05730e5d-ab1b-0410-a4ac-84af385074fa --- installer/Mumble.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi index 046729043..b6d09062b 100644 --- a/installer/Mumble.nsi +++ b/installer/Mumble.nsi @@ -88,7 +88,7 @@ Section "Mumble & Murmur" SecMumble SetOutPath "$INSTDIR\plugins" File /oname=bf2.dll "..\plugins\bf2.dll" - File /oname=wow.dll "..\plugins\wow.dll" + ;File /oname=wow.dll "..\plugins\wow.dll" SetOutPath "$INSTDIR" @@ -147,7 +147,7 @@ Section "Uninstall" Delete "$INSTDIR\qos.reg" Delete "$INSTDIR\murmur.ini" Delete "$INSTDIR\plugins\bf2.dll" - Delete "$INSTDIR\plugins\wow.dll" + ;Delete "$INSTDIR\plugins\wow.dll" Delete "$INSTDIR\QtCore4.dll" Delete "$INSTDIR\QtGui4.dll" Delete "$INSTDIR\QtNetwork4.dll"