Pārlūkot izejas kodu

Microsoft_VC110_CRT_x86 > Microsoft_VC120_CRT_x86

CapsAdmin 11 gadi atpakaļ
vecāks
revīzija
a934c43648
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      wix.template.in

+ 1 - 1
wix.template.in

@@ -16,7 +16,7 @@
         <Package InstallerVersion="301" Compressed="yes"/>
 
 		<DirectoryRef Id="TARGETDIR">
-            <Merge Id="VC10CRT" Language="0" DiskId="1" SourceFile="$(env.ProgramFiles(x86))\Common Files\Merge Modules\Microsoft_VC110_CRT_x86.msm" />
+            <Merge Id="VC10CRT" Language="0" DiskId="1" SourceFile="$(env.ProgramFiles(x86))\Common Files\Merge Modules\Microsoft_VC120_CRT_x86.msm" />
         </DirectoryRef>	
         <Feature Id="runtimes" Title="3rd party runtime libraries" Level="1" Description='3rd party libraries necessary for operation' Display='expand'>
             <MergeRef Id='VC10CRT' />