Jump to content

[Release] Unlocker 1.8.7


lsrkin

Recommended Posts

there is no need to make those shellextensions in HKCR and HKLM

UnlockerCOM.dll does it, it is Selfregistering DLL :thumbup

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 :whistle:

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:

Unlocker187_custom.7z

Link to comment
Share on other sites


I have also created a custom Unlocker installer:

unlocker.exe (573 KB)

You can use the following install command:

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

Edited by Acheron
Link to comment
Share on other sites

@ 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 :angry: .

fixed .nsi file attached :thumbup

build using NSIS and install with /S switch

unlocker.7z

Edited by Innocent Devil
Link to comment
Share on other sites

Hi, this is how i install unlocker :

I use a 7z-SFX with this files inside :

;!@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

Edited by theutlass
Link to comment
Share on other sites

  • 4 weeks later...
I have also created a custom Unlocker installer:

unlocker.exe (573 KB)

You can use the following install command:

unlocker.exe /VERYSILENT /NORESTART

I have updated the installer to fix Unlocker Assistant autorun and hide the icon by default.

Edited by Acheron
Link to comment
Share on other sites

  • 1 year later...
I have also created a custom Unlocker installer:

unlocker187.exe (330 KB)

You can use the following install command:

unlocker187.exe /VERYSILENT /NORESTART

I have updated the installer to fix Unlocker Assistant autorun and hide the icon by default.

This is more than a year later, but is this still available? This is exactly what I'm looking for... The download link is dead though...

Link to comment
Share on other sites

  • 6 months later...

I know this wasn't your thread originally, but if you've taken over following through with updates, maybe a mod could let you change the title and first post accordingly?

Cheers and Regards

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