Commit 7bf96e77 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: correctly remove file at uninstall.

parent eb757a4f
......@@ -543,7 +543,7 @@ Section /o $Name_Section03 SEC03
SectionEnd
Section /o $Name_Section04 SEC04
Section $Name_Section04 SEC04
SectionIn 3
SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog
......@@ -781,6 +781,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
......@@ -808,6 +809,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