[vlc-devel] commit: remove npvlc.dll.manifest and axvlc.dll. manifest while uninstalling (Geoffroy Couprie )

git version control git at videolan.org
Tue Dec 9 00:15:06 CET 2008


vlc | branch: master | Geoffroy Couprie <geo.couprie at gmail.com> | Tue Dec  9 00:12:39 2008 +0100| [731c247b2348f81296c623684dff5fa6bb39105e] | committer: Geoffroy Couprie 

remove npvlc.dll.manifest and axvlc.dll.manifest while uninstalling

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=731c247b2348f81296c623684dff5fa6bb39105e
---

 extras/package/win32/vlc.win32.nsi.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 566f159..6e99b9a 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




More information about the vlc-devel mailing list