Difference between revisions of "Bonjour Print Services for Windows"
From WPKG | Open Source Software Deployment and Distribution
(Bonjour Print Services for Windows) |
m |
||
Line 26: | Line 26: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
+ | |||
+ | [[category:Silent Installers]] |
Latest revision as of 20:29, 14 May 2010
This is the new version 2 replacement for the old Apple Bonjour for Windows.
You will download a file called BonjourPSSetup.exe from the Apple website. Extract the contents of this using something like 7zip. You will then have 6 files.
I only want Bonjour for Windows to use with Pidgin 2.7.0 but you can install the other components extracted in a similar fashion.
This package below can be used to directly replace the previous 'Bonjour for Windows' package
<package
id="bonjour"
name="Bonjour for Windows"
revision="2.0.0.36"
reboot="false"
priority="3">
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="Bonjour" />
<check type="file" condition="versionequalto" path="%programfiles%\bonjour\mDNSResponder.exe" value="2.0.0.36" />
</check>
<install cmd='msiexec /i %SOFTWARE%\pidgin\bonjour\bonjour.msi /qn ' >
<exit code="11728" />
</install>
<upgrade cmd='msiexec /i %SOFTWARE%\pidgin\bonjour\bonjour.msi /qn ' >
<exit code="11728" />
</upgrade>
<remove cmd='MsiExec.exe /X{05E11ACD-08F9-4A49-8FF8-697144DDC3DE} /qn' />
</package>