issue #65 - Auto config feature using Zeroconf/Bonjour
added warning during installation if bonjour not installed on Windows
This commit is contained in:
parent
cdc740c5d1
commit
32feab2ef1
|
@ -52,6 +52,19 @@
|
||||||
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