Skip to content

Commit d5521be

Browse files
mirichmodaxian-dbw
authored andcommitted
Remove VCRedist check because it ignores the files installed via KB (#4664)
1 parent a21b132 commit d5521be

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Diff for: assets/Product.wxs

-14
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,9 @@
6767
<FileSearch Name="ucrtbase.dll"/>
6868
</DirectorySearch>
6969
</Property>
70-
<Property Id="VCREDISTINSTALLEDX64" Secure="yes">
71-
<RegistrySearch Id="VCRedist_RegSearch_x64" Root="HKLM" Name="Version" Type="raw" Win64="yes"
72-
Key="SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\RuntimeMinimum"/>
73-
</Property>
74-
<Property Id="VCREDISTINSTALLEDX86" Secure="yes">
75-
<RegistrySearch Id="VCRedist_RegSearch_x86" Root="HKLM" Name="Version" Type="raw" Win64="no"
76-
Key="SOFTWARE\Microsoft\DevDiv\VC\Servicing\14.0\RuntimeMinimum"/>
77-
</Property>
7870
<Condition Message="$(env.ProductName) requires the Universal C Runtime to be installed. You can download it here: https://www.microsoft.com/download/details.aspx?id=50410">
7971
<![CDATA[Installed OR UCRTINSTALLED]]>
8072
</Condition>
81-
<Condition Message="$(env.ProductName) requires the Visual Studio C++ 2015 x64 redistributables to be installed. You can download it here: https://www.microsoft.com/download/details.aspx?id=48145">
82-
<![CDATA[Installed OR ("$(var.ProductTargetArchitecture)" = "x64" AND VCREDISTINSTALLEDX64 AND VCREDISTINSTALLEDX64 >= "14.0.23918")]]>
83-
</Condition>
84-
<Condition Message="$(env.ProductName) requires the Visual Studio C++ 2015 x86 redistributables to be installed. You can download it here: https://www.microsoft.com/download/details.aspx?id=48145">
85-
<![CDATA[Installed OR (VCREDISTINSTALLEDX86 AND VCREDISTINSTALLEDX86 >= "14.0.23918")]]>
86-
</Condition>
8773

8874
<Directory Id="TARGETDIR" Name="SourceDir">
8975
<Directory Id="$(var.ProductProgFilesDir)">

0 commit comments

Comments
 (0)