Difference between revisions of "Tor"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: Tor anonymizer network. More information on the [http://www.torproject.org/ Tor homepage]. Use the following XML file to install it silently: <pre> <?xml version="1.0" encoding="utf-8" ?>...)
(No difference)

Revision as of 23:03, 6 November 2007

Tor anonymizer network. More information on the Tor homepage.

Use the following XML file to install it silently:

<?xml version="1.0" encoding="utf-8" ?>
<packages>

<package id='Tor' name='Tor' revision='1218' priority='50' reboot='false' >
  <check type='uninstall' condition='exists' path='Tor 0.1.2.18a' />
  <install cmd='"%SOFTWARE%\Tor v.0.1.2.18a\vidalia-bundle-0.1.2.18a-0.0.14.exe" /S' />
  <install cmd='"%SOFTWARE%\Tor v.0.1.2.18a\unattended-postinstall.cmd"' />
  <remove cmd='"%ProgramFiles%\Vidalia Bundle\Uninstall.exe" /S' />
  <upgrade cmd='"%SOFTWARE%\Tor v.0.1.2.18a\vidalia-bundle-0.1.2.18a-0.0.14.exe" /S' />
  <upgrade cmd='"%SOFTWARE%\Tor v.0.1.2.18a\unattended-postinstall.cmd"' />
</package>

</packages>