Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2010-02-06 15:47:24 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2010-02-07 04:11:26 +0300
commit031a0fa6c471be41c0477b8b3f187d2d2106fb3b (patch)
tree820b44e319bc93e04220da1a970b9977a6b5850d /installer
parentcf754906887a1995a80ae7dba2e213c23eb1ddd1 (diff)
Add a hackish workaround for people who ignore reboot warnings
Diffstat (limited to 'installer')
-rw-r--r--installer/Mumble.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index f8d8e4170..dfb26f0e7 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -426,6 +426,9 @@ end:
Delete "$INSTDIR\mumble-g15-helper.exe"
Delete "$INSTDIR\celt0.*.dll"
Delete "$INSTDIR\speex*.dll"
+ Delete "$INSTDIR\mumble_ol_old.dll"
+ Rename "$INSTDIR\mumble_ol.dll" "$INSTDIR\mumble_ol_old.dll"
+ !insertmacro UnInstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$INSTDIR\mumble_ol_old.dll"
!insertmacro UnInstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$INSTDIR\mumble_ol.dll"
Delete "$INSTDIR\qos.reg"
Delete "$INSTDIR\murmur.ini"