Difference between revisions of "Bonjour"
From WPKG | Open Source Software Deployment and Distribution
(New page for Apple's Bonjour library) |
(No difference)
|
Revision as of 09:48, 10 October 2008
Silent install for Apple Bonjour 1.0.5, a library for finding resources on the local area network.
The GUID below will need to be updated for different versions of Bonjour; luckily, the library appears to be quite stable at the moment (only one release in the last 12 months or so).
Bonjour 1.0.5
<package id='bonjour' name='Apple Bonjour' revision='1000511' priority='1' reboot='false' >
<check type="file" condition="versiongreaterorequal" path='%PROGRAMFILES%\Bonjour\mdnsNSP.dll' value="1.0.5.11"/>
<install cmd='"%SOFTWARE%\BonjourSetup.exe" /quiet /norestart' />
<remove cmd='msiexec /quiet /norestart /x {8A25392D-C5D2-4E79-A2BD-C15DDC5B0959}' />
<upgrade cmd='"%SOFTWARE%\BonjourSetup.exe" /quiet /norestart"' />
</package>