Help - Search - Members - Calendar
Full Version: autoHelp Plugin Requests
The CD Forum > Bart's PE Builder > AutoHelp Plugins
Siegfried
Post your autoHelp plugin requests here.

I will continuously add all requests to the poll and the result will give plugin authors an idea how much demand there is for a plugin.

With your request, please try to give a link to the software homepage of the program and also, if possible, links to any plugins that have already been made in non-autoHelp as a starting point for the autoHelp author. This could also be helpful, even if that existing plugin relates to an older version of the software in question.

The more details you give, the better chances are, that someone will pick up on your request cool.gif

Regards, Siegfried

Note: Tiny Desktop Firewall 2005 Pro and Norton AV have been added by me, just to be able to open the poll (minimum two choices) smile.gif
But who knows, maybe someone who actually wants these will post details for those two...
McStarfighter
I think, it is very good, if all the Basics from MS and other can integrate by autohelp plugins. The software i think is: NET Framework, GTK Runtime, Visual Basic Runtime, Visual J.NET, Python with pywin32, MS Support Tools, MS Power Toys and the many audio and video codecs.
tharome
Nice idea biggrin.gif

I would love to see...Thunderbird auto_Help...

Right now I have TB portable on my USB.

Thanks reatogo smile.gif

EDIT:

Sorry I forgot...

TB url: http://www.mozilla.org/products/thunderbird/

TB Portable url: http://johnhaller.com/jh/mozilla/portable_thunderbird/

I couldn't find any working plugins; I looked here and at Bart's Plugin Repository.

Thanks
wanabee
Advance EFS Data Recovery 3.0 (Actually Version)

I think - this is a goot tool which should be part of a emergency and a recover cd.

Obviously i am not possible to creat a plugin on my own. So, if there is someone who thinks he could success send me a pm and i send you the .inf file iīve created so far. i think every registry point is included. maybe there must be some related win files included too - but in this - i am not verry experienced...

so, give it a try.

regards
wanabee
tharome
Hi reatogo biggrin.gif

On the topic of AV scanners I always found Norton to take up *lots* of disk space and it is definitly not concidered the 'best' AV scanner anymore.

I would love to see either of these two AV scanners:

#1. Kaspersky http://www.kaspersky.com

Kaspersky v.5.x.xx.x plugin by frodo:
http://www.911cd.net/forums//index.php?sho...08&hl

Kaspersky v.6 beta plugin (plugin is beta too) by frodo:
http://www.911cd.net/forums//index.php?sho...16&hl

Frodo's sourceforge plugin page:
http://sourceforge.net/projects/frodope


#2. NOD32 http://www.nod32.com/home/home.htm

NOD32 v.2.50 plugin by ponzandro:
http://www.911cd.net/forums//index.php?sho...=12359&hl

NOD32 v.2.50 plugin by ponzandro download page (Joshua's):
http://www.drowaelder.de/winpe/PEIndex.htm

NOD32 v.2.50.25 plugin by Crand:
http://www.911cd.net/forums//index.php?sho...=12571&hl

NOD32 v.2.50 plugin by d4vr0s:
http://www.911cd.net/forums//index.php?showtopic=9927

NOD32 v.2.x.xx.x plugin by Juan:
http://www.911cd.net/forums/index.php?show...c=5344&hl

NOD32 v.2.x.xx.x plugin (NOD32c.inf) by Juan download url:
http://home.tiscali.dk/juanzak/nod32c.txt


Thanks alot biggrin.gif
Siegfried
@ All
here is a starting point for Thunderbird.

I screwed around with it a bit and it (somewhat) works already but donīt have the time to finish it up.
It would also be better if someone works on it, who actually uses the program.

So if someone wants to pick up on it, feel free to make it yourīs! biggrin.gif

Regards, Siegfried

This is the current status...
QUOTE
@echo off& Color F8&MODE CON: COLS=73 LINES=20&if not exist ..\..\REA.cmd echo Wrong Directory...&pause&exit
set SILENT=%1&set GET=call ..\..\REA.cmd&if exist start.inf.txt echo The plugin is already configured...&pause&exit

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

%GET% CREDITS "Reatogo" "" "314-104" "29.09.2005" "Mozilla Thunderbird"

%GET% HEAD "700" "thunderbird.exe" "Mozilla Thunderbird" "ram" "Programs" "" "" "Nu2" ""

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

::        Note: "PROGPATH" is already defined.
:: ==================================================

%GET% FOLDER "a" "" "" "" "" "" "" "" "" "" ""

ECHO [Software.AddReg]%OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird", "", "Mozilla Thunderbird" %OUT%
ECHO 0x4, "Clients\Mail\Mozilla Thunderbird\InstallInfo", "IconsVisible", 0x0 %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\protocols\mailto", "", "URL:MailTo Protocol" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\protocols\mailto", "URL Protocol", "" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\shell\properties", "", "Thunderbird &Einstellungen" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird", "DLLPath", "B:\thunderbird\mozMapi32.dll" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\DefaultIcon", "", "B:\thunderbird\thunderbird.exe,0" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\protocols\mailto\shell\open\command", "", "B:\thunderbird\thunderbird.exe -compose "%%1"" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\shell\open\command", "", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Clients\Mail\Mozilla Thunderbird\shell\properties\command", "", "B:\thunderbird\thunderbird.exe -options" %OUT%
ECHO 0x1, "Microsoft\Windows\CurrentVersion\App Paths\thunderbird.exe", "", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Microsoft\Windows\CurrentVersion\App Paths\thunderbird.exe", "Path", "B:\thunderbird\" %OUT%
ECHO 0x1, "Mozilla", "", "" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird", "", "" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird", "CurrentVersion", "1.0.6" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6", "", "" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Uninstall", "Description", "Mozilla Thunderbird (1.0.6)" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Main", "Program Folder Path", "B:\" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Main", "Install Directory", "B:\thunderbird\" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird\1.0.6\Main", "PathToExe", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Mozilla\Mozilla Thunderbird 1.0.6\bin", "PathToExe", "B:\thunderbird\thunderbird.exe" %OUT%
ECHO 0x1, "Mozilla Thunderbird\Desktop", "showMapiDialog", "1" %OUT%

:: ==================================================
::                   FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
:: ==================================================
sage03sxt
how about something somewhere that will allow "external" acces to xp system restore.

smile.gif


SaGE
sage03sxt
oh and spybot S&D I know there are other working plugins out there but an autohelp plugin would be nice smile.gif

SaGE
Siegfried
QUOTE (sage03sxt @ Oct 26 2005, 02:13 PM)
oh and spybot S&D I know there are other working plugins out there but an autohelp plugin would be nice smile.gif

SaGE
*


...your request added to the poll (incl. your vote for it)
Regards, Siegfried
broadband_Junky
I would like to see Everest 2005! I cant seem to get it to work myself. sad.gif
McStarfighter
ClamWin would be very very good to have it
BlueMonkey
Acronis True Image 9
singchung
Will be nice to have Mcafee Viruscan, Microsoft SyncToy, ERD Commander, Diskeeper.
singchung
what about a Simplified Chinese IME autohelp plugins?
whyme
ophcrack should be added, I can use ophcrack but I need to copy it to a hard drive to use it, for some reason I can't make a good plugin for it.

I added it to my Reatogo cd, and it works well, but I have to copy it on to a hard drive and then run it from there, I would like to be able to run it directly from my
Reatogo cd.
call_me_berti
would be nice ... if someone could fix the good ole McAfee Command Line Scanner and Bart's Scangui.exe into another reatogo-autohelp/autoupdating-plugin. smile.gif
psc
QUOTE (whyme @ Dec 26 2005, 06:07 AM) *
ophcrack should be added, I can use ophcrack but I need to copy it to a hard drive to use it, for some reason I can't make a good plugin for it.

I added it to my Reatogo cd, and it works well, but I have to copy it on to a hard drive and then run it from there, I would like to be able to run it directly from my
Reatogo cd.


Maybe it wants to write something into its directory. On CD this is very impossible. Did you try to install on "ram" instead of "disk" in your %GET% HEAD line?
topbrass1960
Hitman Pro
Malin
What about CMenu?
Cworkstech
Never mind a new version will comming out soon. CounterSpy v.2

I would like to see a CounterSpy plugin included.

There is a working plugin for XPE
http://www.911cd.net/forums//index.php?sho...5&hl=counterSpy

Auto Help and updater would be nice smile.gif
i know just enough to be dangerious making plugins
AHRIMANSEFID
Hi
Me Need plugin

Avast Anti Virus
YAhoo Messnger
ACDSee8.0 Pro
CloneCD
jetAudio
Windows Media Player 11
Resource Tuner

Thank You
BlueMonkey
The *ALL* new "Seatools for Windows"

Needs .NET 2.0 though whistling.gif
Acid Corps
I've been trying but cannot get nLite or vLite to work, I need them for a project I'm working on.
Nuno Brito
Have you even added support for .NET 2.0 framework? rolleyes.gif

Look closer on the site: http://nliteos.com/download.html

smile.gif
Acid Corps
I added the Framework plug-in I found floating around here.
Nuno Brito
Yes, but was it framework 2.0?
Acid Corps
yes it was
Nuno Brito
This plugin?

http://www.colinfinck.de/en/peplugs/vc2005rt/

Better check if all dependencies are also met inside your boot disk and if nlite will work in read-only mediums after you try to retrace any OCX, DLL registrations along with possible registry settings - detective work.. smile.gif
Acid Corps
QUOTE (Nuno Brito @ Jul 25 2007, 05:56 PM) *
if nlite will work in read-only mediums after you try to retrace any OCX, DLL registrations along with possible registry settings - detective work.. smile.gif


Yes it was that plug in and that was something I didn't think to look into (the read only).
Nuno Brito
Google for Imdisk - it can quickly create a ram drive with readonly properties where you can test nlite inside your installed XP before trying under PE environment.

If it works, then use dependency walker (use the profile option) to view all loaded dll's. (dependencies)

Also good to use regmon and filemon to view all the activity done by nlite while running - there are a lot of messages displayed, but you can filter them to just output nlite specific.

There are also no guarantee that .NET 2.0 is also completely stable, so avoid assuming all these involved factors as assured to be working and test each one individually before moving to PE environments.

Good luck! smile.gif
Tsaukpaetra
SRS Audio Sandbox! (Or some other global audio-enhancement program)
sleeping.gif I know this probably won't be possible (since it uses a virtual sound-card device that I can't seem to get installed under Windows PE, but it's just a thought... smile.gif
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.