Removed Bonjour dependency in wix
This commit is contained in:
parent
435eae0c9a
commit
c51ce29954
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue