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
This commit is contained in:
martin 2011-04-19 10:50:52 +00:00
parent 6409755bea
commit 404d84ae48
1 changed files with 1 additions and 1 deletions

View File

@ -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"