We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a4fbf commit 3dde3b0Copy full SHA for 3dde3b0
src/deploy/Installer/PTFProduct.wxs
@@ -89,8 +89,8 @@
89
90
<!-- Spec Explorer dependency check-->
91
<Property Id="SPEC_EXPLORER_INSTALLED">
92
- <DirectorySearch Id="SeSearch" Path="[ProgramFilesFolder]Spec Explorer 2010 v3.5.3146.0" Depth="1">
93
- <FileSearch Name="SpecExplorer.exe" Languages="0" />
+ <DirectorySearch Id="SeSearch" Path="[ProgramFilesFolder]\Spec Explorer 2010" Depth="1">
+ <FileSearch Name="SpecExplorer.exe" Languages="0" MinVersion="3.5.3146.0" />
94
</DirectorySearch>
95
</Property>
96
0 commit comments