Commit d954581a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

NSIS: put the manifest on install.

(cherry picked from commit d06621e6)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 514e6957
...@@ -502,6 +502,7 @@ Section /o $Name_Section03 SEC03 ...@@ -502,6 +502,7 @@ Section /o $Name_Section03 SEC03
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog !insertmacro OpenUninstallLog
!insertmacro InstallFile mozilla\npvlc.dll !insertmacro InstallFile mozilla\npvlc.dll
!insertmacro InstallFile mozilla\npvlc.dll.manifest
!insertmacro CloseUninstallLog !insertmacro CloseUninstallLog
!define Moz "SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}" !define Moz "SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}"
...@@ -547,6 +548,7 @@ Section /o $Name_Section04 SEC04 ...@@ -547,6 +548,7 @@ Section /o $Name_Section04 SEC04
SetOutPath "$INSTDIR" SetOutPath "$INSTDIR"
!insertmacro OpenUninstallLog !insertmacro OpenUninstallLog
!insertmacro InstallFile activex\axvlc.dll !insertmacro InstallFile activex\axvlc.dll
!insertmacro InstallFile activex\axvlc.dll.manifest
!insertmacro CloseUninstallLog !insertmacro CloseUninstallLog
RegDLL "$INSTDIR\axvlc.dll" RegDLL "$INSTDIR\axvlc.dll"
SectionEnd SectionEnd
......
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