From 404d84ae48dd7b3e2f231866956f02e9af62cc09 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 19 Apr 2011 10:50:52 +0000 Subject: [PATCH] WindowsInstaller: Fix Wix warning: Z:\opensc\win32\OpenSC.wxs(22) : warning CNDL1121 : Package/@InstallerVersion must be 200 or greater for a 64-bit package. The value will be changed to 200. Please specify a value of 200 or greater in order to eliminate this warning. git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5364 c6295689-39f2-0310-b995-f0e70906c6a9 --- win32/OpenSC.wxs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/OpenSC.wxs.in b/win32/OpenSC.wxs.in index fc39f197..0188e968 100644 --- a/win32/OpenSC.wxs.in +++ b/win32/OpenSC.wxs.in @@ -25,7 +25,7 @@ Description="OpenSC Installer" Comments="OpenSC Project home page http://www.opensc-project.org/opensc/" Manufacturer="OpenSC Project" - InstallerVersion="100" + InstallerVersion="300" Languages="1033" Compressed="yes" SummaryCodepage="1252"