Skip to content

Commit 3dde3b0

Browse files
committed
Fix SE detection in wix
1 parent c7a4fbf commit 3dde3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deploy/Installer/PTFProduct.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989

9090
<!-- Spec Explorer dependency check-->
9191
<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" />
92+
<DirectorySearch Id="SeSearch" Path="[ProgramFilesFolder]\Spec Explorer 2010" Depth="1">
93+
<FileSearch Name="SpecExplorer.exe" Languages="0" MinVersion="3.5.3146.0" />
9494
</DirectorySearch>
9595
</Property>
9696

0 commit comments

Comments
 (0)