WindowsInstaller: fix typo, causing the x86 installer to claim to be x64

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@5350 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2011-04-17 12:50:30 +00:00
parent 2202614fdc
commit 82258b01f7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>
<?else ?>
<?define ProductName = "OpenSC" ?>
<?define Win64YesNo="yes" ?>
<?define Win64YesNo="no" ?>
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
<?endif ?>