Bonjour Print Services for Windows

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

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>