]> git.sesse.net Git - vlc/commitdiff
remove npvlc.dll.manifest and axvlc.dll.manifest while uninstalling
authorGeoffroy Couprie <geo.couprie@gmail.com>
Mon, 8 Dec 2008 23:12:39 +0000 (00:12 +0100)
committerGeoffroy Couprie <geo.couprie@gmail.com>
Mon, 8 Dec 2008 23:13:33 +0000 (00:13 +0100)
extras/package/win32/vlc.win32.nsi.in

index 566f159e37edf9632db482458090821ee19afb42..6e99b9afcc94404d07bcafda432579ad96fc67a8 100644 (file)
@@ -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