Help - Search - Members - Calendar
Full Version: [Release] Unlocker v1.8.7
MSFN Forums > Member Contributed Projects > nLite > Application Add-Ons

   


Google Internet Forums Unattended CD/DVD Guide
johndoe74
Unlocker v1.8.7
Unlocker is an explorer extension to delete, rename, move a file that is locked.
Website :: http://ccollomb.free.fr/unlocker/

with Assistant
File size :: 470.81 KB (482,106 bytes)
MD5 :: 835453C6F6D55C21A712BB8109341A0C
Main :: mediafire
Mirror :: uploading
Mirror :: box.net
Mirror :: badongo
Mirror :: divshare
Mirror :: eufiles
Mirror :: filefactory
Mirror :: mybloop

without Assistant
File size :: 470.58 KB (481,878 bytes)
MD5 :: 7A370DC54B0CE54DE072D21842CCBF0B
Main :: mediafire
Mirror :: uploading
Mirror :: box.net
Mirror :: badongo
Mirror :: divshare
Mirror :: eufiles
Mirror :: filefactory
Mirror :: mybloop

NOTE :: My apologies about the file size, it is quite large compared to the original installer but I had to resort to the AutoIT method to totally clear out all the crap that comes with this package.
ZcWorld
all of the mirror links for 1.8.5 have being deleted by mistake .. sorry all

ver 1.8.5
download 1 : http://files.filefront.com/unlocker185cab/...;/fileinfo.html
download 2 : http://rapidshare.de/files/32453737/unlocker1.8.5.cab
size 222 kb
MD5 : 99EC4D4BE567C437202AA9E934FF32FF
CRC32 : 1EE1D752
ckislam
If you want to build the latest version of Unlocker Silent Installer ,
use the following switch for TGUP:

/get:"Unlocker" /oi:"folder path"

example:
CODE
tgup0017.exe /get:"Unlocker" /oi:"C:\Downloads"


This will download the latest version of Unlocker and save the silent installer to "C:\Downloads\"
The Silent Installer also includes Some Registry Tweaks.

If you want to install directly without building silent installer,

run:

CODE
tgup0017.exe /get:"Unlocker"

This will download and install the latest version of Unlocker silently
pengo
None of the download links work, except for: hyperupload.
johndoe74
Unlocker v1.8.5 (Rel: Sep.07.06)

File size :: 208.71 KB (213,722 Bytes)
MD5 :: 4F8827038CAAC591768867D4F447B02E
Website :: http://ccollomb.free.fr/unlocker/
Main :: Esnips
Mirror :: Filefront
Mirror :: Turboupload
Mirror :: Mytempdir
Mirror :: divShare
Mirror :: shareUA
Mirror :: mediafire
Mirror :: uploading.com
Mirror :: mihd.net
Mirror :: mailbigfile
Mirror :: transferbigfiles
Mirror :: up-file
Mirror :: badongo
Mirror :: FileFactory
Mirror :: FriendlyFiles
Mirror :: slil.ru/zalil.ru

____________________________________________________________________________________________________

Above addon without the assistant

File size :: 268.01 KB (273,780 bytes)
MD5 :: C6E93AA04EDF2AB0E3297D27C9539EAA
Main :: FileFront
Mirror :: Box.net
mitsukai
what is the assistent?
i have never heard of this program
johndoe74
Unlocker v1.8.6
Unlocker is an explorer extension to delete, rename, move a file that is locked.Website :: http://ccollomb.free.fr/unlocker/

with Assistant
File size :: 288.54 KB (295,466 Bytes)
MD5 :: FB73BD56003EBBAFB037FFE437F91343
Main :: FileFront
Mirror :: FileFactory
Mirror :: MediaFire
Mirror :: Badongo

without AssistantFile size :: 293.50 KB (300,540 Bytes)
MD5 :: 4A9AEB85B3FD32DB64B018FC85435259
Main :: FileFront
Mirror :: FileFactory
Mirror :: MediaFire
Mirror :: Badongo
Glenn9999
QUOTE (johndoe74 @ Feb 29 2008, 09:43 AM) *
updated to v1.8.6


I went to the site and found only 1.8.5. Where is the download link on that site to get 1.8.6?
johndoe74
this is the location to download v1.8.5
http://ccollomb.free.fr/unlocker/unlocker1.8.5.exe

and

this is the location to download v1.8.6
http://ccollomb.free.fr/unlocker/unlocker1.8.6.exe
johndoe74
updated to v1.8.7
mooms
thank you !
AutoIT is very handy...
nubecoder
It seems that you have missed one of the Ebay shortcuts that unlocker installs.. the one in the top of the start menu -> all programs list, where the windows update link is.

Just thought I'd point it out, maybe you can modify your autoIt script to delete that as well.

I do have a question tho.. why not just remove the ebay_shortcuts.exe that is packaged with unlocker in the 1st place, rather than adding an autoIt script to remove the links after the fact.

ps- Thankx for all the hard work and for the addons.

[edit]
I didn't realize how old this thread is...
mooms
you can use this command in runonce to get rid of it:
QUOTE
DEL "%SystemRoot%\system32\config\systemprofile\name of start menu in your language\eBay.lnk"
beast64
I wonder if anyone is still interested in this, anyways...

I didn't like the whole "ebay shortcuts" thing and didn't wanna remove it manually so I decided to make a custom silent installer myself.

I made it using NSIS, it's completely silent (duh! tongue.gif) so you won't get any options and you can always uninstall the program normally.

Oh, and the installer itself is only 97KB or so and it doesn't add any ebay shortcuts.

I hope you find this a bit useful, enjoy smile.gif

English version:
http://www.mediafire.com/?yyfdkednzjz

French version:
http://www.mediafire.com/?nt2myettt04

Edit: links updated and bugs fixed, thanks to mooms suggestions.
mooms
Welcome to MSFN !

http://www.msfn.org/board/index.php?showto...st&p=772508 whistling.gif


Do you have support for foreign languages like the original installer ?

everytime i tried an installer different than the official (like ones in the linked thread) i was disappointed as Unlocker was always in english (i want french)

Also, auto starting of the assistannt is not a good thing IMO, as it can break the install at T-13 stage. (it's important for folks like me who whant to install it via svcpack and not at gui runonce )


If you can make a version that install in French (and other language as well, according to your windows language ) and without auto-starting of the assistant (in fact i think it's completely useless and just a waste of space) it will be great!
beast64
QUOTE (mooms @ Apr 16 2009, 06:18 PM) *
Welcome to MSFN !

http://www.msfn.org/board/index.php?showto...st&p=772508 whistling.gif


Do you have support for foreign languages like the original installer ?

everytime i tried an installer different than the official (like ones in the linked thread) i was disappointed as Unlocker was always in english (i want french)

Also, auto starting of the assistannt is not a good thing IMO, as it can break the install at T-13 stage. (it's important for folks like me who whant to install it via svcpack and not at gui runonce )


If you can make a version that install in French (and other language as well, according to your windows language ) and without auto-starting of the assistant (in fact i think it's completely useless and just a waste of space) it will be great!


First of all thanks for the welcome and the feedback smile.gif

It took me a while to figure out how to manually change the language but I managed to do it in the end.
So, here it is a special version just for you tongue.gif

It will be -silently- installed in French (only) and the "Unlocker Assistant" will *not* be added to the system startup, I hope that helps, and if you got any comments feel free to lemme know smile.gif

Note: although it doesn't run the assistant, but at the end of the silent install it will run a registry key (also silently) since that's what I use to change the language to French.

Link: http://www.mediafire.com/?zivggajc22m
mooms
Thank you very much for this beast64, il will try it smile.gif

EDIT: I have tested it and the "Unlocker" entry does not show up in context menu.
If i manually do
QUOTE
regsvr32 "%ProgramFiles%\Unlocker\UnlockerCOM.dll"
all works fine and Unlocker is in french so apparently you have forgotten to register UnlockerCOM.dll.

Also it may be better to use nsis to add the registry entry as it supports Environment variable (If the Program files folder is set elsewhere than C: )

If you would share your nsis script it may be educational ( i have the project to learn nsis scipting someday...it can be the beginning!) and I can compare with Innocent devil's one

If you have time to correct that i will be glad !
beast64
Hi mooms,

Thanks again for the feedback smile.gif
Yeah, I forgot to register the DLL but it's fixed now, and now I write directly to the registry instead of using a *.reg file, so it doesn't get any better than that tongue.gif

So, test it again and lemme know if you find any more bugs.

French version:
http://www.mediafire.com/?nt2myettt04

English version:
http://www.mediafire.com/?yyfdkednzjz

Oh, and about the script, it's classified!....nah, just kidding, of course, check your PM newwink.gif
mooms
thumbup.gif works well newwink.gif
beast64
QUOTE (mooms @ Apr 18 2009, 12:16 PM) *
thumbup.gif works well newwink.gif


Good to know smile.gif
sb1
1.88 Just Released. Thanks, been using this 1.87 on different builds for awhile now.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.