From: Geoffroy Couprie Date: Mon, 8 Dec 2008 23:12:39 +0000 (+0100) Subject: remove npvlc.dll.manifest and axvlc.dll.manifest while uninstalling X-Git-Tag: 1.0.0-pre1~1902 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=731c247b2348f81296c623684dff5fa6bb39105e;p=vlc remove npvlc.dll.manifest and axvlc.dll.manifest while uninstalling --- diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in index 566f159e37..6e99b9afcc 100644 --- a/extras/package/win32/vlc.win32.nsi.in +++ b/extras/package/win32/vlc.win32.nsi.in @@ -741,6 +741,7 @@ Section "un.$Name_Section91" SEC91 ;remove activex plugin UnRegDLL "$INSTDIR\axvlc.dll" Delete /REBOOTOK "$INSTDIR\axvlc.dll" + Delete /REBOOTOK "$INSTDIR\axvlc.dll.manifest" ;remove mozilla plugin Push $R0 @@ -768,6 +769,7 @@ Section "un.$Name_Section91" SEC91 "${Index}-End:" !undef Index Delete /REBOOTOK "$INSTDIR\npvlc.dll" + Delete /REBOOTOK "$INSTDIR\npvlc.dll.manifest" RMDir "$SMPROGRAMS\VideoLAN" RMDir /r $SMPROGRAMS\VideoLAN