3
edits
Changes
Utorrent
,New page: nice and easy torrent client. <pre> <?xml version="1.0" encoding="UTF-8"?> <source lang="xml"> <package id="utorrent" name="uTorrent" revision="182" reboot="false" ...
nice and easy torrent client.
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<source lang="xml">
<package
id="utorrent"
name="uTorrent"
revision="182"
reboot="false"
priority="0">
<check type="file" condition="exists" path="%PROGRAMFILES%\uTorrent\utorrent.exe"/>
<install cmd='cmd.exe /C mkdir %PROGRAMFILES%\uTorrent'/>
<install cmd='cmd.exe /C copy /y %SOFTWARE%\utorrent\utorrent_v1.8.2.exe %PROGRAMFILES%\uTorrent\utorrent.exe'/>
<remove cmd='cmd.exe /C del %PROGRAMFILES%\uTorrent\utorrent.exe'/>
<remove cmd='cmd.exe /C rmdir %PROGRAMFILES%\uTorrent'/>
</package>
</packages>
</source>
* [[http://www.utorrent.com/]]
<pre>
<?xml version="1.0" encoding="UTF-8"?>
<source lang="xml">
<package
id="utorrent"
name="uTorrent"
revision="182"
reboot="false"
priority="0">
<check type="file" condition="exists" path="%PROGRAMFILES%\uTorrent\utorrent.exe"/>
<install cmd='cmd.exe /C mkdir %PROGRAMFILES%\uTorrent'/>
<install cmd='cmd.exe /C copy /y %SOFTWARE%\utorrent\utorrent_v1.8.2.exe %PROGRAMFILES%\uTorrent\utorrent.exe'/>
<remove cmd='cmd.exe /C del %PROGRAMFILES%\uTorrent\utorrent.exe'/>
<remove cmd='cmd.exe /C rmdir %PROGRAMFILES%\uTorrent'/>
</package>
</packages>
</source>
* [[http://www.utorrent.com/]]