lsrkin Posted May 1, 2008 Posted May 1, 2008 (edited) This addon is SFX archive based on a .cmd file, that deletes all ebay links and/or "Unlocker Assistant". 1. Download Unlocker 1.8.7Unlocker 1.8.72. Create .cmd file in the same dir:With Assistant:start /wait unlocker1.8.7.exe /Sping -n 2 127.0.0.1 > nulDEL /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 AssistantUnlocker 1.8.7 without AssistantUnlocker 1.8.7 True Addon(without Assistant)http://www.mediafire.com/?myxxvv2w0jx Edited June 7, 2008 by lsrkin
cloferba Posted May 2, 2008 Posted May 2, 2008 I cant delete the main file in unlocker folder.. (ebay 1016.exe) and the start menu ebay icon...
cloferba Posted May 3, 2008 Posted May 3, 2008 thank you very much, it works!! ...but..registry entries about ebay are important or i should delete them?
lsrkin Posted May 4, 2008 Author Posted May 4, 2008 cloferbaNo, registry entries are not important, cause you delete all ebay-related files, but you can delete those if you wantuse command based on Unlocker Assistant removingREG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v UnlockerAssistant /f
ricktendo Posted May 4, 2008 Posted May 4, 2008 (edited) Did you guys know that this can be done with a single 7zip sfx config.txt file?I will give it a shotEDIT: Here is a working example;!@Install@!UTF-8!;Installs programRunProgram="unlocker1.8.7.exe /S";Kills processRunProgram="hidcon:cmd /c tskill UnlockerAssistant";Removes reg entryRunProgram="hidcon:cmd /c reg delete hklm\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run /v UnlockerAssistant /f";Deletes crapRunProgram="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 usersRunProgram="hidcon:cmd /c del /f /q \"%AppData%\\Microsoft\\Windows\\Start Menu\\eBay.lnk\""GUIMode="2";!@InstallEnd@! Edited May 4, 2008 by ricktendo64
lsrkin Posted May 4, 2008 Author Posted May 4, 2008 (edited) ricktendo64 Doesn't WinRaR SFX do the same thing? Edited May 4, 2008 by lsrkin
ricktendo Posted May 4, 2008 Posted May 4, 2008 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 naturalhttp://www.mediafire.com/?wy0wysjbzgr
radigast Posted May 5, 2008 Posted May 5, 2008 (edited) **Deleted** Double post! Edited May 5, 2008 by radigast
mooms Posted May 24, 2008 Posted May 24, 2008 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 naturalhttp://www.mediafire.com/?wy0wysjbzgrrick, your installer crashes the explorer and the ebay icons is still showing up on desktop and start menu (with no target)
dekont Posted May 30, 2008 Posted May 30, 2008 here is another way [for version 1.8.7]it's silent install ,with Uninstall ,without eBay and Unlocker Assistant1- install it manually-choose your language-uncheck check for update, Assistant, eBay shourtcuts2-go to install dir and delete unneeded files [eBay_shortcuts_1016.exe,README.TXT,Unlocker.lnk] then make sfx with winrar with the this optionsPath=%programfiles%\Unlocker\SavePathSilent=1Overwrite=13-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:000000014- Done
ricktendo Posted May 30, 2008 Posted May 30, 2008 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 naturalhttp://www.mediafire.com/?wy0wysjbzgrrick, 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
lsrkin Posted June 1, 2008 Author Posted June 1, 2008 (edited) ricktendo64Yeah, 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 Edited June 1, 2008 by lsrkin
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now