Removed Bonjour dependency in wix

This commit is contained in:
Xinyu Hou 2014-11-11 14:08:24 +00:00
parent 435eae0c9a
commit c51ce29954
1 changed files with 0 additions and 13 deletions

View File

@ -52,19 +52,6 @@
NOT LEGACY_UNINSTALL_EXISTS NOT LEGACY_UNINSTALL_EXISTS
</Condition> </Condition>
<Property Id="BONJOUR_INSTALLED">
<RegistrySearch
Id="BonjourRegistrySearch"
Root="HKLM"
Key="SOFTWARE\Classes\AppID\Bonjour.DLL"
Name="AppID"
Type="raw" />
</Property>
<Condition Message="This beta version requires Bonjour to be installed. Please visit synergy-project.org/bonjour/ to download the Bonjour installer.">
<![CDATA[Installed OR BONJOUR_INSTALLED]]>
</Condition>
<CustomAction Id="StartGui" FileKey="GuiProgram" ExeCommand="" Return="asyncNoWait" Execute="deferred" Impersonate="yes" /> <CustomAction Id="StartGui" FileKey="GuiProgram" ExeCommand="" Return="asyncNoWait" Execute="deferred" Impersonate="yes" />
</Product> </Product>