Help - Search - Members - Calendar
Full Version: Keyfinderpe, Free, Autohelp Plugin
The CD Forum > Bart's PE Builder > AutoHelp Plugins
Siegfried
Plugin for Magical Jelly Bean Keyfinder PE, free
(no. 19 on the download list)

-For Nu2menu and XPE

-The two needed files have to be manually downloaded HERE

Regards, Siegfried smile.gif






autoHelp_keyfinder.cmd
QUOTE
@echo off& Color F8&MODE CON: COLS=73 LINES=20&set SILENT=%1&CD %~dp0&set ReaCheck=ok&set AllowReconfigure=no
if exist ..\..\plugin set GET=call ..\..\REA.cmd
if exist ..\..\..\plugin set GET=call ..\..\..\REA.cmd
if exist ..\..\..\..\plugin set GET=call ..\..\..\..\REA.cmd
:: ==================================================

:: ==================================================
:: REATOGO AUTOHELP BASIC PLUGIN SETTINGS
:: ==================================================

%GET% CREDITS "Reatogo" "" "3110a-104" "2006-11-28" "incl"

%GET% HEAD "650" "keyfinder.exe" "Magical Jelly Bean Keyfinder" "cmd" "Programs" "" "Rea" "Nu2" ""

%GET% INFO "http://www.magicaljellybean.com/keyfinder.shtml" "free"

:: ==================================================
:: CREATING THE REST OF THE PLUGIN
:: ==================================================

%GET% FILES "-a" "Files\keyfinder.exe" "" "Files\keyfinder.cfg" ""
%GET% FILES "2" "crtdll.dll" ""

start Help.htm

set autoUPX=no
set AutoReg=off
:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt
%GET% FINAL&goto :EOF
:: ==================================================




Note for users not using the reatogo setup:
Info here
call_me_berti
Sorry but ...
without an option to enter the path to a local Windows-Installation, there's absolutely no use for that plugin. Keyfinder will try to find a windows key on CD within XPE or whatever ?!?

The plugin originally made by BrantDK was based on special PE-Edition. Only that special PE-Edition of keyfinder allows to "browse" for an installation-path.
Still can be found here:
http://www.magicaljellybean.com/downloads/keyfinderpe.cab
Siegfried
Thanks for pointing me to that and for the link tongue.gif
The corrected Plugin is online now.
Siegfried
StoneCut
Just for reference I'd like to point out that the PE version of Keyfinder will indeed only work for non-booted systems as you deal with when running BartPE/Reatogo.

Therefore, the "normal" Keyfinder should also be included if we want to preserve the Reatogo Menu. In Reatogo Menu call the standard version, under BartPE/Reatogo launch KeyfinderPE. My own plugin is built this way. It's not in autoHelp format, though, but simple enough to do I think.

edit:
You can also pull the straight EXE, not the CAB from here:
http://www.magicaljellybean.com/downloads/kfpe.exe
call_me_berti
Maybe like that?

changes in autoHelp_keyfinderpe.cmd
CODE
:: Download the program
%GET% DOWNLOAD "" "" "" "http://www.magicaljellybean.com/downloads/keyfinderpe.cab"
%GET% DOWNLOAD "" "" "" "http://www.magicaljellybean.com/downloads/kf141.zip"
%GET% FILES "a" "keyfinderpe.exe" ""
%GET% FILES "a" "keyfinder.exe" ""
%GET% FILES "2" "crtdll.dll" ""


changes in keyfinderpe.inf
CODE
[SetValue]
; reatogoMenu-Entry for Magical Jelly Bean Keyfinder
"reatogoMenu.ini", "Entries", "Keyfinder", "%SystemDrive%\Programs\keyfinderpe\keyfinder.exe"
"reatogoMenu.ini", "Entries", "Keyfinder PE", "%SystemDrive%\Programs\keyfinderpe\keyfinderpe.exe"

[Software.AddReg]
; XPE Shortcuts for Magical Jelly Bean KeyfinderPE
0x2, "Sherpya\XPEinit\Desktop", "Magical Jelly Bean KeyfinderPE", "%SystemDrive%\Programs\keyfinderpe\keyfinderpe.exe||%SystemDrive%\Programs\keyfinderpe\keyfinderpe.exe,0"
0x2, "Sherpya\XPEinit\Programs", "Magical Jelly Bean KeyfinderPE", "%SystemDrive%\Programs\keyfinderpe\keyfinderpe.exe||%SystemDrive%\Programs\keyfinderpe\keyfinderpe.exe,0"


sorry for ...
having absolutely no idea how to adjust the process about rea.cmd and how to get an entry just for ReatogoMenu AND NOT for Desktop/Programs ... without fixing keyfinder.inf manually sad.gif
Siegfried
@ call_me_berti
A revised version whith your suggestions built in is online now.
I did only the PE version in ReatogoMenu as the menu would normally only be used on a real system.

I also added the regular version to Nu2Menu as it is also used on real systems.
Thanks for pointing me to it (including the autoHelp code for the links and the files)! cool.gif

@ StoneCut
Thanks for the link to the EXE only! tongue.gif

Siegfried
dog
IIRC the PE version doesn't look up office keys.
What about using only the normal version, but using runscanner when required?
Should mean a smaller plugin, and more functionality.
Siegfried
QUOTE (dog @ Jan 11 2006, 02:15 PM) *
IIRC the PE version doesn't look up office keys.
What about using only the normal version, but using runscanner when required?
Should mean a smaller plugin, and more functionality.


Thanks biggrin.gif
Did you test it out? If yes, please post the INF that worked for you.

It is not my plugin, I just got stuck with it as the author abandoned it... laugh.gif
Siegfried
dog
works for me, but not autohelp I'm afraid...

CODE
; keyfinderpe.inf
; PE Builder v3 plug-in INF file for keyfinder pe
; Created by Michael Williams
; mod by dog

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="Magical Jelly Bean Keyfinder"
Enable=1
Help="keyfinder.htm"

[WinntDirectories]
a="Programs\keyfinder",2

[SourceDisksFiles]
keyfinder.exe=a,,1

[Append]
nu2menu.xml, keyfinder_nu2menu.xml

[Software.AddReg]
0x2,"Sherpya\XPEinit\Programs","System\Keyfinder RS","%ProgramFiles%\RunScanner\RunScanner.exe|/t 0 /cp %SystemDrive%\Programs\keyfinder\keyfinder.exe|%SystemDrive%\Programs\keyfinder\keyfinder.exe"
Siegfried
Thanks, Dog! tongue.gif
thats all I need. I´ll add it to the autoHelp as soon as I get around to it.

I just wanted to be sure to do something that is tested and proven to work by someone who knows what he´s doing.
Siegfried
call_me_berti
QUOTE
IIRC the PE version doesn't look up office keys.
What about using only the normal version, but using runscanner when required?
Should mean a smaller plugin, and more functionality.

@dog
What do you mean with normal version? Did you use Keyfinder 1.41 or the Beta 1.53b3?
Siegfried
@dog
I´m not really fit with Nu2. unsure.gif
Could you please post your Nu2 XML for Keyfinder/runscanner?

Siegfried
call_me_berti
keyfinder.exe is just a sfx that extracts several *.exe files to ramdrive (like "xpkey.exe" "officekey.exe" "findkey.exe" ... ). After that they are all started from there and their results are displayed in one main menu. I don't believe using runscanner for the sfx will help. Maybe I'm wrong. Would be nice, if someone has a workaround for that problem.

still using the old plug / without runscanner, you may want to update to version 1.5beta3 simply by changing the link
http://www.magicaljellybean.com/downloads/kf141.zip
to
http://www.magicaljellybean.com/beta/kf15b3.zip

regards
call_me_berti
dog
@call_me_berti
It does work tongue.gif

@Reatogo
CODE
<!-- Nu2Menu entry for Keyfinder -->
<NU2MENU>
    <MENU ID="Programs">               
        <MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\keyfinder\keyfinder.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\RunScanner\RunScanner.exe /t 0 /cp @GetProgramDrive()\Programs\keyfinder\keyfinder.exe">Keyfinder RS</MITEM>
    </MENU>
</NU2MENU>

Although as others have pointed out, there are more capable keyfinders now.
call_me_berti
I posted another keyviewer-Plugin myself smile.gif

... but full Jelly Bean Keyfinder (not the PE-version) has the additional option to change the key. That may still be of interest.

Thx dog, for your Code ... I will try again. Till now, I only got the message "xpkey.txt" not found when using keyfinder.exe with runscanner. Same message I get without runscanner sad.gif
But I'm new to that, maybe something wrong with my syntax.

regards
call_me_berti
molitar
Plugin does not work. Download fails. And since the result is automatically erased.. In my opinion a very stupid thing to do I can't figure out what is wrong with it.
Siegfried
New plugin is online.
Updated info here

Siegfried
molitar
QUOTE (reatogo @ Nov 27 2006, 11:30 AM) *
New plugin is online.
Updated info here

Siegfried


Thanks for the updated version
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.