Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Remove TAP-Windows driver check
Browse files Browse the repository at this point in the history
TAP-Windows is not a direct requirement of this project.
  • Loading branch information
rozmansi committed Oct 27, 2017
1 parent ddb3c35 commit e4e97c7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions eduOpenVPN/eduOpenVPN.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,5 @@
<ComponentRef Id="eduOpenVPN.dll"/>
<ComponentRef Id="eduOpenVPN.resources.dll.sl"/>
</ComponentGroup>


<!--
TAP-Windows driver check
Note: Exact driver version check would be extremely difficult to invent and probably error prone.
Therefore, we're happy if "tap0901" service is registered and has ImagePath value set.
-->
<Property Id="TAPWINDOWSDRIVER">
<RegistrySearch
Id="TAPWindowsDriver"
Root="HKLM"
Key="SYSTEM\CurrentControlSet\services\tap0901"
Name="ImagePath"
Type="raw"/>
</Property>
<Condition Message="!(loc.TAPWindowsMissing)"><![CDATA[Installed OR TAPWINDOWSDRIVER]]></Condition>
</Fragment>
</Wix>

0 comments on commit e4e97c7

Please sign in to comment.