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

NSIS: put the manifest on install.

parent 86f0fc91
...@@ -506,6 +506,7 @@ Section /o $Name_Section03 SEC03 ...@@ -506,6 +506,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}"
...@@ -551,6 +552,7 @@ Section /o $Name_Section04 SEC04 ...@@ -551,6 +552,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