Jump to content

[Release] Unlocker 1.8.7


lsrkin

Recommended Posts

This addon is SFX archive based on a .cmd file, that deletes all ebay links and/or "Unlocker Assistant".

1. Download Unlocker 1.8.7

Unlocker 1.8.7

2. Create .cmd file in the same dir:

With Assistant:

start /wait unlocker1.8.7.exe /S
ping -n 2 127.0.0.1 > nul
DEL /F /Q "%ProgramFiles%\Unlocker\eBay_shortcuts_1016.exe"
DEL /F /Q "%UserProfile%\Application Data\Desktopicon\eBayShortcuts.exe"
DEL /F /Q "%UserProfile%\Desktop\eBay.lnk"
DEL /F /Q "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\eBay.lnk"
DEL /F /Q "%UserProfile%\Start Menu\eBay.lnk"

UPD: Now Unlocker AddOn without Assistant is a switchless installer based on True Addon(thx Kel for his UberPack) and uninstallable. Works great.

3. enjoy :)

Unlocker 1.8.7 with Assistant

Unlocker 1.8.7 without Assistant

Unlocker 1.8.7 True Addon(without Assistant)

http://www.mediafire.com/?myxxvv2w0jx

Edited by lsrkin
Link to comment
Share on other sites


cloferba

No, registry entries are not important, cause you delete all ebay-related files, but you can delete those if you want

use command based on Unlocker Assistant removing

REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v UnlockerAssistant /f

Link to comment
Share on other sites

Did you guys know that this can be done with a single 7zip sfx config.txt file?

I will give it a shot

EDIT: Here is a working example

;!@Install@!UTF-8!
;Installs program
RunProgram="unlocker1.8.7.exe /S"
;Kills process
RunProgram="hidcon:cmd /c tskill UnlockerAssistant"
;Removes reg entry
RunProgram="hidcon:cmd /c reg delete hklm\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run /v UnlockerAssistant /f"
;Deletes crap
RunProgram="hidcon:cmd /c del /f /q \"%ProgramFiles%\\Unlocker\\eBay_shortcuts_*.exe\""
RunProgram="hidcon:cmd /c rd /s /q \"%AppData%\\Desktopicon\""
RunProgram="hidcon:cmd /c del /f /q \"%UserProfile%\\Desktop\\eBay.lnk\""
RunProgram="hidcon:cmd /c del /f /q \"%AppData%\\Microsoft\\Internet Explorer\\Quick Launch\eBay.lnk\""
RunProgram="hidcon:cmd /c del /f /q \"%UserProfile%\\Start Menu\\eBay.lnk\""
;Extra for Vista users
RunProgram="hidcon:cmd /c del /f /q \"%AppData%\\Microsoft\\Windows\\Start Menu\\eBay.lnk\""
GUIMode="2"
;!@InstallEnd@!

Edited by ricktendo64
Link to comment
Share on other sites

  • 3 weeks later...
ricktendo64

Doesn't WinRaR SFX do the same thing?

Yea...if you don't mind the cmd window popping up on you. With this the commands are all built in to the config.txt and are executed right after the install, its more natural

http://www.mediafire.com/?wy0wysjbzgr

rick, your installer crashes the explorer and the ebay icons is still showing up on desktop and start menu (with no target)

Link to comment
Share on other sites

here is another way [for version 1.8.7]

it's silent install ,with Uninstall ,without eBay and Unlocker Assistant

1- install it manually

-choose your language

-uncheck check for update, Assistant, eBay shourtcuts

2-go to install dir and delete unneeded files [eBay_shortcuts_1016.exe,README.TXT,Unlocker.lnk]

then make sfx with winrar with the this options

Path=%programfiles%\Unlocker\

SavePath

Silent=1

Overwrite=1

3-make a registry file with the following:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_CLASSES_ROOT\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}]
@="UnlockerShellExtension"

[HKEY_CLASSES_ROOT\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}\InProcServer32]
@="C:\\Program Files\\Unlocker\\UnlockerCOM.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemObjects\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}]
@="UnlockerShellExtension"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}\InProcServer32]
@="C:\\Program Files\\Unlocker\\UnlockerCOM.dll"
"ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shellex\ContextMenuHandlers\UnlockerShellExtension]
@="{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\Unlocker.exe]
@="C:\\Program Files\\Unlocker\\Unlocker.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved]
"{DDE4BEEB-DDE6-48fd-8EB5-035C09923F83}"="UnlockerShellExtension"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Unlocker]
"Language"="1033"
"DisplayName"="Unlocker 1.8.7"
"UninstallString"="C:\\Program Files\\Unlocker\\uninst.exe"
"DisplayIcon"="C:\\Program Files\\Unlocker\\Unlocker.exe"
"DisplayVersion"="1.8.7"
"URLInfoAbout"="http://ccollomb.free.fr/unlocker/"
"Publisher"="Cedrick Collomb"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UnlockerDriver5]
"ImagePath"="\\??\\C:\\Program Files\\Unlocker\\UnlockerDriver5.sys"
"Type"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UnlockerDriver5\Enum]
"0"="Root\\LEGACY_UNLOCKERDRIVER5\\0000"
"Count"=dword:00000001
"NextInstance"=dword:00000001

4- Done

Link to comment
Share on other sites

ricktendo64

Doesn't WinRaR SFX do the same thing?

Yea...if you don't mind the cmd window popping up on you. With this the commands are all built in to the config.txt and are executed right after the install, its more natural

http://www.mediafire.com/?wy0wysjbzgr

rick, your installer crashes the explorer and the ebay icons is still showing up on desktop and start menu (with no target)

Yea, its not svcpack comp, only a true addon of ulocker like you get in Kels UberPack will work
Link to comment
Share on other sites

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...