Commit 2ef347a1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix wrong uninstall key

parent 5161626f
...@@ -438,10 +438,10 @@ Section Uninstall ...@@ -438,10 +438,10 @@ Section Uninstall
DeleteRegKey HKCR "VLC.MediaFile" DeleteRegKey HKCR "VLC.MediaFile"
DeleteRegKey HKLM \ DeleteRegKey HKLM \
SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION} "SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}"
DeleteRegKey HKLM \ DeleteRegKey HKLM \
Software\Microsoft\Windows\CurrentVersion\Uninstall\VideoLAN "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Delete "$DESKTOP\VLC media player.lnk" Delete "$DESKTOP\VLC media player.lnk"
......
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