Fix path to merge module in FreeCAD.wxs

This commit is contained in:
wmayer 2012-06-14 15:04:52 +02:00
parent f7b200c204
commit 1912ba66cc

View File

@ -78,7 +78,7 @@
<?if $(var.ProcessorArchitecture)=x64 ?>
<Merge Id="CRT" Language="0" SourceFile='$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86_x64.msm' DiskId="1"/>
<?else ?>
<Merge Id="CRT" Language="0" SourceFile='Microsoft_VC90_CRT_x86.msm' DiskId="1"/>
<Merge Id="CRT" Language="0" SourceFile='$(env.CommonProgramFiles)\Merge Modules\Microsoft_VC90_CRT_x86.msm' DiskId="1"/>
<?endif ?>
<?if $(var.ProcessorArchitecture)=x64 ?>