Commit f6b7aa48 authored by Damien Fouilleul's avatar Damien Fouilleul

NSIS installer: fixed small typo in mozilla registry key

parent 56c8be62
...@@ -443,7 +443,7 @@ Section /o "Mozilla plugin" SEC03 ...@@ -443,7 +443,7 @@ Section /o "Mozilla plugin" SEC03
!insertmacro InstallFile mozilla\npvlc.dll !insertmacro InstallFile mozilla\npvlc.dll
!insertmacro CloseUninstallLog !insertmacro CloseUninstallLog
!define Moz "SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}" !define Moz "SOFTWARE\MozillaPlugins\@videolan.org/vlc;version=${VERSION}"
WriteRegStr HKLM ${Moz} "Description" "VLC Multimedia Plugin" WriteRegStr HKLM ${Moz} "Description" "VLC Multimedia Plugin"
WriteRegStr HKLM ${Moz} "Path" "$INSTDIR\npvlc.dll" WriteRegStr HKLM ${Moz} "Path" "$INSTDIR\npvlc.dll"
WriteRegStr HKLM ${Moz} "Product" "VLC media player" WriteRegStr HKLM ${Moz} "Product" "VLC media player"
...@@ -696,7 +696,7 @@ Section "Uninstall" SEC91 ...@@ -696,7 +696,7 @@ Section "Uninstall" SEC91
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\${PRODUCT_NAME}" "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
......
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