Jump to content

[AddOn]


Recommended Posts

Umm nope, it was right the first time

[register-dll-section]
dirid, subdir, filename, registration flags[, [optional timeout][, argument]]

dirid
Specifies the destination directory ID of the file to be registered.
subdir
Optional. Specifies the directory path, relative to the current directory, to
the file to be registered. If not specified, the file is in the current directory.
filename
Identifies the file name of the OLE control to be registered.
registration flags
Indicates the registration operations to perform on the OLE control. One or
both of the following flags must be specified.
timeout
Optional. Specifies the time-out, in seconds, for an OLE Control to complete
the specified registration calls. The default time-out is 60 seconds.
argument
Optional. If the control is an executable file, this is a command string passed
to the executable. The default argument is /RegServer.
If the control is not an executable file, this specifies the command-line
argument to pass to the DllInstall function.

Here are some examples from syssetup.inf

[EarlyOleControlDlls]
11,,atl.dll,1
11,,txflog.dll,1
11,,netcfgx.dll,1
11,,netman.dll,1
11,,netshell.dll,1
11,,odbcconf.dll,1
11,,msiexec.exe,,,"/regserver /q"
11,,Lodctr.exe,,,"/c:perfd009.dat /h:perfi009.dat /l:009"
11,,msctf.dll,1

Link to comment
Share on other sites

  • 2 months later...
  • Replies 74
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

how to use the /DIRECTORY switch properly for installing uTorrent.exe?

EDIT: nevermind... just noticed what you posted a couple of posts up. Sorry... guess I'll just have to replace the .exe with whatever the latest one is.

Edited by benjammin
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 3 weeks later...
fair enough, any chance you could help find out where this program stores its preferences? it doesn't appear to create an ini file and the reg entries that i have found are fairly sparse. thx,

Userprofiles, thats were it stores it preferences, etc.

Link to comment
Share on other sites

  • 1 month later...

ricktendo64, so i've been trying to do an addon for v1.8.1 build 12639 and i'm getting stuck. no matter what i include in the way of files or registry settings, the program remains unconvinced that it has been installed when first executed and i continue to get this screen - any ideas what specifically the program is looking for that convinces it that its installed?

here's the attachment

post-7138-1224342152_thumb.png

Link to comment
Share on other sites

ricktendo64, so i've been trying to do an addon for v1.8.1 build 12639 and i'm getting stuck. no matter what i include in the way of files or registry settings, the program remains unconvinced that it has been installed when first executed and i continue to get this screen - any ideas what specifically the program is looking for that convinces it that its installed?

here's the attachment

I gave up and just created an AutoIt script that runs the executable and sets some default settings for me then closes it... it does this @ t-13 flawlessly and as long as you're not connected to the net it won't check for updates and won't halt your installation...

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

This addon works on newer versions of uTorrent with a few changes.

I use it for v1.8.1 (build 12639)

Cab File

--------

1.tstatus.bmp - needs replaced (utorrent layout dimensions have altered in newer versions

- get compatible replacement from utorrent skin forum)

2.file.ico - rename icon to "maindoc" to associate as default icon for torrent files

3.settings.dat - add to cabfile

4.uTorrent.exe - replace with newer version, obviously

Inf File

--------

1.Edit all references on inf to "file.ico" ... rename to "maindoc.ico"

2.Add "settings.dat=1" to [sourceDisksFiles]

3.Add "settings.dat" to [Vista.Theme]

:)

Link to comment
Share on other sites

  • 3 weeks later...

i try to fix the problem of utorrent 1.8 (not work with 1.7 unattended swtich)

i update inf file with uninstaller and reg changes during first run

any one try this utorrent 1.8.1 addon till me any problem

download link

http://rapidshare.com/files/172459068/Ricks.EFG_uTorrent1.8.1_build12639_AddOn.cab

with 18 search engines

http://rapidshare.com/files/172882037/Ricks.EFG_uTorrent1.8.1_build12639s_AddOn.cab

Edited by ehabfg
Link to comment
Share on other sites

  • 1 month later...
  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...