소스 검색

Microsoft_VC110_CRT_x86 > Microsoft_VC120_CRT_x86

CapsAdmin 11 년 전
부모
커밋
a934c43648
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' />