Commit 731c247b authored by Geoffroy Couprie's avatar Geoffroy Couprie

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

parent e7a0232e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment