From 16178ccbe6ae27ce607e994fb7fbee5ad3223ba8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 13 May 2010 22:26:00 +0200 Subject: [PATCH] Added version information to the installer. --- installer/mkvtoolnix-unicode.nsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/installer/mkvtoolnix-unicode.nsi b/installer/mkvtoolnix-unicode.nsi index e35b76de2..dea2fe92d 100644 --- a/installer/mkvtoolnix-unicode.nsi +++ b/installer/mkvtoolnix-unicode.nsi @@ -71,6 +71,14 @@ InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show ShowUnInstDetails show +VIProductVersion "${PRODUCT_VERSION}.0" +VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${PRODUCT_NAME}" +VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" "${PRODUCT_NAME} is a set of tools to create, alter and inspect Matroska files under Linux, other Unices and Windows." +VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "${PRODUCT_PUBLISHER}" +VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "${PRODUCT_PUBLISHER}" +VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "${PRODUCT_WEB_SITE}" +VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${PRODUCT_VERSION}${PRODUCT_VERSION_BUILD}" + RequestExecutionLevel none Function .onInit