windows-wix-vs8-20060505

Enable wix installers to build with VS8 compiler on X86
This commit is contained in:
Jeffrey Altman 2006-05-05 16:50:21 +00:00
parent c17eb1925c
commit 86ff4c4d6b

View File

@ -1392,11 +1392,15 @@
<!-- Shared assembly runtime for VS 2005 -->
<?if $(env.AFSVER_CL) = "1400"?>
<?ifdef env.CommonProgramFiles6432?>
<?define CPF="$(env.CommonProgramFiles)"?>
<?else?>
<?define CPF="$(env.CommonProgramFiles(x86))"?>
<?endif?>
<?if $(var.Platform) = "x64" ?>
<?ifdef env.CommonProgramFiles6432?>
<?define CPF="$(env.CommonProgramFiles)"?>
<?else?>
<?define CPF="$(env.CommonProgramFiles(x86))"?>
<?endif?>
<?else?>
<?define CPF="$(env.CommonProgramFiles)"?>
<?endif?>
<?if $(var.Platform) = "x64" ?>
<?ifndef Debug?>
<Merge Id="MSVCRT8MEM" DiskId="1" Language="0" src="$(var.CPF)\Merge Modules\Microsoft_VC80_CRT_x86_x64.msm"/>