]> git.sesse.net Git - vlc/commitdiff
NSIS: put the manifest on install.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 24 Nov 2008 21:56:22 +0000 (22:56 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 24 Nov 2008 22:03:57 +0000 (23:03 +0100)
extras/package/win32/vlc.win32.nsi.in

index 37f560f2561a697f6d618355bfa2dd1fe37b1991..566f159e37edf9632db482458090821ee19afb42 100644 (file)
@@ -506,6 +506,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}"
@@ -551,6 +552,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