Skip to content

Commit

Permalink
Installer - Revert 3b63b90 WINKB2919442INSTALLED check for windows 8.…
Browse files Browse the repository at this point in the history
…1 KB2999226 dependancy
  • Loading branch information
Liryna committed Apr 14, 2018
1 parent 4104b87 commit d137fd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dokan_wix/Bootstrapper/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,17 @@

</Chain>
</Bundle>
<Fragment>
<Property Id="WINKB2919442INSTALLED" Secure="yes">
<DirectorySearch Id="SearchSystemWinKB2919442" Path="[WindowsFolder]WinSxS" Depth="2">
<FileSearch Name="TiWorker.exe" MinVersion="6.3.9600.17030"/>
</DirectorySearch>
</Property>
<!-- windows 8.1 KB2999226 has a dependancy with KB2919355 -->
<bal:Condition Message="Installation failed because on Windows 8.1 the installation of KB2999226 and its prerequisites KB2919355 and KB2919442 is required. For more info please visit https://support.microsoft.com/en-us/kb/2919355">
<![CDATA[Installed OR VersionNT = v6.3 AND NOT WINKB2919442INSTALLED]]>
</bal:Condition>
</Fragment>
<Fragment>
<util:FileSearch Id="WINTRUST_FileSearch"
Path="[SystemFolder]Wintrust.dll"
Expand Down

0 comments on commit d137fd5

Please sign in to comment.