Jump to content

Recommended Posts

Posted

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


Posted (edited)

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
Posted (edited)

@ 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
Posted (edited)

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
  • 4 weeks later...
Posted (edited)
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
  • 1 year later...
Posted
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...

  • 6 months later...
Posted

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

Posted

Creating custom installers for existing software is mostly done for my own needs. I upload these installers to my site so I can use them when fixing pc's. I have switched directory indexing on so if links change you can now visit:

http://updatepack.nl/custom_setup to find the right file.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...