IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

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

2 Pages V   1 2 >  
Reply to this topicStart new topic
> [Release] Unlocker 1.8.7, RUNONCEEX AND TRUE ADDONS
lsrkin
post May 1 2008, 01:51 PM
Post #1


Newbie


Group: Members
Posts: 22
Joined: 28-February 08
Member No.: 179458
OS: XP Pro x86
Country Flag


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

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
Go to the top of the page
 
+Quote Post
cloferba
post May 2 2008, 11:49 AM
Post #2


Junior
*

Group: Members
Posts: 78
Joined: 25-April 08
Member No.: 188605
OS: XP Pro x86
Country Flag


I cant delete the main file in unlocker folder.. (ebay 1016.exe) and the start menu ebay icon... wacko.gif
Go to the top of the page
 
+Quote Post
lsrkin
post May 2 2008, 01:01 PM
Post #3


Newbie


Group: Members
Posts: 22
Joined: 28-February 08
Member No.: 179458
OS: XP Pro x86
Country Flag


fixed, needed to add pause to cmd file
Go to the top of the page
 
+Quote Post
Sammy20
post 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
Country Flag


Thanks for this! Worked really well for me.
Go to the top of the page
 
+Quote Post
cloferba
post May 3 2008, 04:36 PM
Post #5


Junior
*

Group: Members
Posts: 78
Joined: 25-April 08
Member No.: 188605
OS: XP Pro x86
Country Flag


thank you very much, it works!! ...but..registry entries about ebay are important or i should delete them?
Go to the top of the page
 
+Quote Post
lsrkin
post May 4 2008, 01:12 AM
Post #6


Newbie


Group: Members
Posts: 22
Joined: 28-February 08
Member No.: 179458
OS: XP Pro x86
Country Flag


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
Go to the top of the page
 
+Quote Post
ricktendo64
post 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
Country Flag


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
Go to the top of the page
 
+Quote Post
lsrkin
post May 4 2008, 04:22 AM
Post #8


Newbie


Group: Members
Posts: 22
Joined: 28-February 08
Member No.: 179458
OS: XP Pro x86
Country Flag


ricktendo64
Doesn't WinRaR SFX do the same thing?

This post has been edited by lsrkin: May 4 2008, 05:36 AM
Go to the top of the page
 
+Quote Post
ricktendo64
post 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
Country Flag


QUOTE (lsrkin @ May 4 2008, 05:22 AM) *
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
Go to the top of the page
 
+Quote Post
radigast
post May 5 2008, 04:15 AM
Post #10


Junior
*

Group: Members
Posts: 69
Joined: 16-October 07
Member No.: 158493
OS: none
Country Flag


**Deleted** Double post!

This post has been edited by radigast: May 5 2008, 10:57 AM
Go to the top of the page
 
+Quote Post
mooms
post 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
Country Flag


QUOTE (ricktendo64 @ May 4 2008, 03:21 PM) *
QUOTE (lsrkin @ May 4 2008, 05:22 AM) *
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)
Go to the top of the page
 
+Quote Post
dekont
post May 29 2008, 10:47 PM
Post #12





Group: Members
Posts: 1
Joined: 9-January 08
Member No.: 170673
OS: none
Country Flag


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
Go to the top of the page
 
+Quote Post
songkrub
post May 29 2008, 11:00 PM
Post #13





Group: Members
Posts: 1
Joined: 29-May 08
Member No.: 194480
OS: XP Home
Country Flag


Thank you it great
Go to the top of the page
 
+Quote Post
ricktendo64
post 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
Country Flag


QUOTE (mooms @ May 24 2008, 01:58 PM) *
QUOTE (ricktendo64 @ May 4 2008, 03:21 PM) *
QUOTE (lsrkin @ May 4 2008, 05:22 AM) *
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
Go to the top of the page
 
+Quote Post
lsrkin
post Jun 1 2008, 07:23 AM
Post #15


Newbie


Group: Members
Posts: 22
Joined: 28-February 08
Member No.: 179458
OS: XP Pro x86
Country Flag


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
Go to the top of the page
 
+Quote Post
Innocent Devil
post 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
Country Flag


there is no need to make those shellextensions in HKCR and HKLM
UnlockerCOM.dll does it, it is Selfregistering DLL thumbup.gif
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 whistling.gif

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 ?? unsure.gif
Attached File(s)
Attached File  Unlocker187_custom.7z ( 118.4K ) Number of downloads: 40
 
Go to the top of the page
 
+Quote Post
Acheron
post 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
Country Flag


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
Go to the top of the page
 
+Quote Post
Innocent Devil
post 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
Country Flag


@ 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 mad.gif .

fixed .nsi file attached thumbup.gif

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)
Attached File  unlocker.7z ( 2.55K ) Number of downloads: 23
 
Go to the top of the page
 
+Quote Post
theutlass
post Jun 16 2008, 09:31 AM
Post #19


Newbie


Group: Members
Posts: 45
Joined: 28-April 05
Member No.: 53920
Country Flag


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
Go to the top of the page
 
+Quote Post
Acheron
post 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
Country Flag


QUOTE (Acheron @ Jun 7 2008, 05:55 PM) *
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
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 06:00 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy