mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 20:34:12 +08:00
Fix wrong uninstall key
This commit is contained in:
parent
5161626ffb
commit
2ef347a1ff
@ -438,10 +438,10 @@ Section Uninstall
|
||||
DeleteRegKey HKCR "VLC.MediaFile"
|
||||
|
||||
DeleteRegKey HKLM \
|
||||
SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}
|
||||
"SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}"
|
||||
|
||||
DeleteRegKey HKLM \
|
||||
Software\Microsoft\Windows\CurrentVersion\Uninstall\VideoLAN
|
||||
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
|
||||
|
||||
Delete "$DESKTOP\VLC media player.lnk"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user