To configure the plugin run the AutoHelp.cmd and follow the prompts.
The plugin copies the XP Reg.exe
... either from the host OS or from the source CD if the host-OS is not XP and the source CD is XP.
Ultimate target on CD is X:\i386\system32\XP_Reg.exe
This is necessary if you build from a 2k3 source and have scripts on the recovery CD that require the XP Reg.exe
In a situation like Win2000 on host and 2k3 as source, do the following:
Point PEbuilder to a XP setup-CD as source. Close PEbuilder to ensure the new source path gets written to input.inf. Then configure this plugin. The Reg.exe from the XP setup-CD will now be expanded/copied to the plugin.
Now you can point PEbuilder again to your 2k3 source and build.
In your script use something like:
set RegApp=Reg.exe
if exist "%Systemroot%\system32\XP_Reg.exe" set RegApp=XP_Reg.exe
%RegApp% ...
PlugLab Concept (c) 2007 Siegfried Benthin