issue #65 - Auto config feature using Zeroconf/Bonjour

added warning during installation if bonjour not installed on Windows
This commit is contained in:
jerry 2014-08-26 17:37:39 +00:00
parent cdc740c5d1
commit 32feab2ef1
1 changed files with 13 additions and 0 deletions

View File

@ -52,6 +52,19 @@
NOT LEGACY_UNINSTALL_EXISTS
</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" />
</Product>