Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.
Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.
We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.
Read Forum Rules
![]() ![]() |
May 1 2008, 01:51 PM Post
#1 | |
| Newbie Group: Members Posts: 22 Joined: 28-February 08 Member No.: 179458 OS: XP Pro x86 |
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: CODE 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 This post has been edited by lsrkin: Jun 7 2008, 04:35 PM |
| | |
May 2 2008, 11:49 AM Post
#2 | |
| Junior ![]() Group: Members Posts: 78 Joined: 25-April 08 Member No.: 188605 OS: XP Pro x86 |
I cant delete the main file in unlocker folder.. (ebay 1016.exe) and the start menu ebay icon... |
| | |
May 2 2008, 01:01 PM Post
#3 | |
| Newbie Group: Members Posts: 22 Joined: 28-February 08 Member No.: 179458 OS: XP Pro x86 |
fixed, needed to add pause to cmd file
|
| | |
May 2 2008, 08:13 PM Post
#4 | |
| Newbie Group: Members Posts: 37 Joined: 14-January 04 From: Australia Member No.: 12467 OS: Windows 7 x86 |
Thanks for this! Worked really well for me.
|
| | |
May 3 2008, 04:36 PM Post
#5 | |
| Junior ![]() Group: Members Posts: 78 Joined: 25-April 08 Member No.: 188605 OS: XP Pro x86 |
thank you very much, it works!! ...but..registry entries about ebay are important or i should delete them?
|
| | |
May 4 2008, 01:12 AM Post
#6 | |
| Newbie Group: Members Posts: 22 Joined: 28-February 08 Member No.: 179458 OS: XP Pro x86 | 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 CODE REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v UnlockerAssistant /f |
| | |
May 4 2008, 02:07 AM Post
#7 | |
| Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1637 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86 |
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 CODE ;!@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@! This post has been edited by ricktendo64: May 4 2008, 02:50 AM |
| | |
May 4 2008, 04:22 AM Post
#8 | |
| Newbie Group: Members Posts: 22 Joined: 28-February 08 Member No.: 179458 OS: XP Pro x86 | ricktendo64 Doesn't WinRaR SFX do the same thing? This post has been edited by lsrkin: May 4 2008, 05:36 AM |
| | |
May 4 2008, 07:21 AM Post
#9 | |
| Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1637 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86 | ricktendo64 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 naturalDoesn't WinRaR SFX do the same thing? http://www.mediafire.com/?wy0wysjbzgr |
| | |
May 5 2008, 04:15 AM Post
#10 | |
| Junior ![]() Group: Members Posts: 69 Joined: 16-October 07 Member No.: 158493 OS: none |
**Deleted** Double post!
This post has been edited by radigast: May 5 2008, 10:57 AM |
| | |
May 24 2008, 12:58 PM Post
#11 | |
| What ? ![]() ![]() Group: Members Posts: 188 Joined: 13-October 07 From: France Member No.: 158168 OS: XP Pro x86 | ricktendo64 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 naturalDoesn't WinRaR SFX do the same thing? 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) |
| | |
May 29 2008, 10:47 PM Post
#12 | |
| Group: Members Posts: 1 Joined: 9-January 08 Member No.: 170673 OS: none |
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: CODE 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 |
| | |
May 29 2008, 11:00 PM Post
#13 | |
| Group: Members Posts: 1 Joined: 29-May 08 Member No.: 194480 OS: XP Home |
Thank you it great
|
| | |
May 29 2008, 11:05 PM Post
#14 | |
| Group: Banned Members ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1637 Joined: 6-June 06 From: Honduras Member No.: 98200 OS: Vista Ultimate x86 | ricktendo64 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 naturalDoesn't WinRaR SFX do the same thing? 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) |
| | |
Jun 1 2008, 07:23 AM Post
#15 | |
| Newbie Group: Members Posts: 22 Joined: 28-February 08 Member No.: 179458 OS: XP Pro x86 | ricktendo64 Yeah, i like that one too! I deleted assistant in uberpack and it works great! Made true Unlocker 1.8.7 AddOn based on Kel's Uberpack. 100% works. http://www.mediafire.com/?9msx39z1pli This post has been edited by lsrkin: Jun 1 2008, 07:58 AM |
| | |
Jun 4 2008, 05:07 AM Post
#16 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 626 Joined: 4-February 05 From: God's Own Country Member No.: 43021 OS: Windows 7 x86 |
there is no need to make those shellextensions in HKCR and HKLM UnlockerCOM.dll does it, it is Selfregistering DLL regsvr32 /s UnlockerCOM.dll adds all those entries only the Driver entries needed to add I made a custom Unlocker Installer without ebay using NSIS the NSIS script and the Custom installer attached BTW how to remove a DLL handle on sme exe? here the UnlockerCOM.dll has still a handle on explorer.exe, the uninstaller calls taskkill to remove the handle and proceed the uninstall otherwise the Unlocker folder and UnlockerCOM.dll could not be deleted (need a restart) how can it accomplished without using taskkill by some win32 API calls to reomve the handle ?? Attached File(s) |
| | |
Jun 7 2008, 09:55 AM Post
#17 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 |
I have also created a custom Unlocker installer: unlocker187.exe (330 KB) You can use the following install command: CODE unlocker187.exe /VERYSILENT /NORESTART As I do like the Unlocker Assistant it is included. Only one icon is placed inside the Common Administrative Tools menu. BTW I hate using the so-called ADDONS. Most addons don't come with proper uninstallers so you can't remove it if you want to. Also updating addons is not easy on a running system. I think addons are only useful when integrating stuff into the Windows system, like additional themes or fonts. This post has been edited by Acheron: Jun 7 2008, 10:44 AM |
| | |
Jun 13 2008, 04:19 PM Post
#18 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 626 Joined: 4-February 05 From: God's Own Country Member No.: 43021 OS: Windows 7 x86 |
@ Acheron +1 by me i too dont fully like the idea of addons for common apps. using NSIS for apps less comples install saves lots of space than INNO btw i had few errors in my nsi script which prevented unlocker poping up fixed .nsi file attached build using NSIS and install with /S switch This post has been edited by Innocent Devil: Jun 13 2008, 04:22 PM Attached File(s) |
| | |
Jun 16 2008, 09:31 AM Post
#19 | |
| Newbie Group: Members Posts: 45 Joined: 28-April 05 Member No.: 53920 |
Hi, this is how i install unlocker : I use a 7z-SFX with this files inside : CODE Unlocker.exe UnlockerAssistant.exe UnlockerCOM.dll UnlockerDriver5.sys UnlockerHook.dll With this as config.txt file : CODE ;!@Install@!UTF-8! GUIMode="2" SetEnvironment="UL=\"%ProgramFiles%\\Unlocker\"" RunProgram="cmd /c xcopy \"%%T\" %UL% /s /e /i /y" RunProgram="regsvr32 /S \"%UL%\\UnlockerCOM.dll\"" RunProgram="hidcon:cmd REG ADD "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Unlocker" /V "Language" /D "1036" /f" ;!@InstallEnd@! the 1036 in the reg add is for french language if you want english just put 1033 instead of it This post has been edited by theutlass: Jun 16 2008, 09:38 AM |
| | |
Jul 8 2008, 10:42 AM Post
#20 | |
| Friend of MSFN ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 879 Joined: 28-June 04 From: Eerbeek Member No.: 23554 OS: XP Pro x86 | I have also created a custom Unlocker installer: unlocker188.exe (330 KB) You can use the following install command: CODE unlocker188.exe /VERYSILENT /NORESTART I have updated the installer to fix Unlocker Assistant autorun and hide the icon by default. This post has been edited by Acheron: Oct 27 2009, 05:34 AM |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 22nd November 2009 - 06:00 AM |