(no. 172 on the download list)
-For Nu2menu and XPE
-If the program is not installed, the plugin will download it for you.
-Info HERE
Regards, ElCholo

autoHelp_SpeedCommander.cmd
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 not "%SILENT%" == "silent" if exist start.inf.txt echo The plugin is already configured...&pause&exit
If "%MASTER%" == "" If "%SILENT%" == "silent" if exist start.inf goto :EOF
:: ==================================================
:: REATOGO AUTOHELP BASIC PLUGIN SETTINGS
:: ==================================================
%GET% CREDITS "ElCholo" "" "319-104" "2006-01-30" "SpeedProject\SpeedCommander 11"
%GET% HEAD "550" "SpeedCommander.exe" "SpeedCommander" "disk" "Programs" "SpeedCommander 11" "Rea" "Nu2" ""
%GET% INFO "http://www.speedproject.de/enu/index.html" "buy"
:: ==================================================
:: CREATING THE REST OF THE PLUGIN
:: Note: PROGPATH is already defined.
:: ==================================================
:: Download the program if not installed:
%GET% DOWNLOAD "" "" "" "http://www.sp-download.de/sc11/sc11u.exe"
%GET% FOLDER "a" "UnInstall.exe"
%GET% FILES "2" "msxml3r.dll" "" "msxml3.dll" ""
set text=User settings
%GET% REG -h1 "HKEY_LOCAL_MACHINE\SOFTWARE\SpeedProject\SpeedCommander\11.0" %OUT%
%GET% ADD-2-INF "Static_INF.dat"
:: Uncomment to supress UPX dialog:
::set autoUPX=no
:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
%GET% FINAL
:: ==================================================
set SILENT=%1&set GET=call ..\..\REA.cmd
If not "%SILENT%" == "silent" if exist start.inf.txt echo The plugin is already configured...&pause&exit
If "%MASTER%" == "" If "%SILENT%" == "silent" if exist start.inf goto :EOF
:: ==================================================
:: REATOGO AUTOHELP BASIC PLUGIN SETTINGS
:: ==================================================
%GET% CREDITS "ElCholo" "" "319-104" "2006-01-30" "SpeedProject\SpeedCommander 11"
%GET% HEAD "550" "SpeedCommander.exe" "SpeedCommander" "disk" "Programs" "SpeedCommander 11" "Rea" "Nu2" ""
%GET% INFO "http://www.speedproject.de/enu/index.html" "buy"
:: ==================================================
:: CREATING THE REST OF THE PLUGIN
:: Note: PROGPATH is already defined.
:: ==================================================
:: Download the program if not installed:
%GET% DOWNLOAD "" "" "" "http://www.sp-download.de/sc11/sc11u.exe"
%GET% FOLDER "a" "UnInstall.exe"
%GET% FILES "2" "msxml3r.dll" "" "msxml3.dll" ""
set text=User settings
%GET% REG -h1 "HKEY_LOCAL_MACHINE\SOFTWARE\SpeedProject\SpeedCommander\11.0" %OUT%
%GET% ADD-2-INF "Static_INF.dat"
:: Uncomment to supress UPX dialog:
::set autoUPX=no
:: ==================================================
:: FINAL CLEANUP
if exist start.inf rename start.inf start.inf.txt&%GET% FINAL&exit
%GET% FINAL
:: ==================================================
Note for users not using the reatogo setup:
The plugin depends on certain files to be in the PEbuilder root.
Download Getting_Started.exe and run it in your folder "plugin". This will put those depends into your setup and then present you with the list of all available autoHelp plugins, including this one.
Get it here
N.B I have integrate the xml3 parser plugin (Thanks cool400 for the plugin):