[vlc-devel] commit: NSIS: put the manifest on install. (Jean-Baptiste Kempf )

git version control git at videolan.org
Mon Nov 24 23:15:58 CET 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 24 22:56:22 2008 +0100| [d954581a696a0365b5df56bb6b6770704553949c] | committer: Jean-Baptiste Kempf 

NSIS: put the manifest on install.
(cherry picked from commit d06621e6fd1ca10c4ce6f0dfa17000d4c5ca1b5e)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d954581a696a0365b5df56bb6b6770704553949c
---

 extras/package/win32/vlc.win32.nsi.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index ab9c3ea..4abc094 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -502,6 +502,7 @@ Section /o $Name_Section03 SEC03
   SetOutPath "$INSTDIR"
   !insertmacro OpenUninstallLog
   !insertmacro InstallFile mozilla\npvlc.dll
+  !insertmacro InstallFile mozilla\npvlc.dll.manifest
   !insertmacro CloseUninstallLog
 
   !define Moz "SOFTWARE\MozillaPlugins\@videolan.org/vlc,version=${VERSION}"
@@ -547,6 +548,7 @@ Section /o $Name_Section04 SEC04
   SetOutPath "$INSTDIR"
   !insertmacro OpenUninstallLog
   !insertmacro InstallFile activex\axvlc.dll
+  !insertmacro InstallFile activex\axvlc.dll.manifest
   !insertmacro CloseUninstallLog
   RegDLL "$INSTDIR\axvlc.dll"
 SectionEnd




More information about the vlc-devel mailing list