Jump to content

UTorrent Silent Install


Recommended Posts


So what could be an idea to actually make a "silent package" because i dont want to just simply make a package for my use i mean like making a package that can be used by anyone in any pc.

Link to comment
Share on other sites

You just need to copy settings.dat it doesnt contain any personal data. Important: nothing more files!

md "%appdata%\utorrent"
copy settings.dat "%appdata%\utorrent" /Y

After copying you have to register .torrent extansion:

REGEDIT4

[HKEY_CLASSES_ROOT\.torrent]
@="uTorrent"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.torrent]
@="uTorrent"
"Content Type"="application/x-bittorrent"

[HKEY_CLASSES_ROOT\uTorrent\shell\open\command]
@="\"C:\\windows\\utorrent.exe\" \"%1\""

I am using this way, and working perfectly.

Joc

Link to comment
Share on other sites

REG ADD %KEY%\1001 /VE /D "uTorrent 1.6" /f
REG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait %SystemDrive%\Install\uTorrent\uTorrent-1.6-install.exe /S" /f
REG ADD %KEY%\1001 /V 102 /D "cmd /c XCOPY \"%SystemDrive%\Install\uTorrent\uTorrent\" \"%USERPROFILE%\Application Data\uTorrent\" /I /E /H /Y" /f
REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S \"%SystemDrive%\Install\uTorrent\uTorrent1.reg\" /f

Link to comment
Share on other sites

  • 2 weeks later...

µTorrent site has 2 types of downloads:

- standalone (170 kB)

- installation program (597 kB)

I know that it needs only 170K and all customizable files are kept in %AppData%\uTorrent, but why should i do all that scripting instead of using only a single "/S" switch.

These guys allready did this copy thing for us (nullsoft installer). Use it wise!

:)

Edited by Itanium
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...