What is nice about this version is that it automatically creates PE-Builder plugin for you! Just tell it where you have your Pe-Builder folder located and it creates the necessary files for you! How sweet is that?
Here are the files it created for me when I had it do its magic:
bpe_xsp.html
CODE
<html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>XQDC X-Setup Pro</h1>
<a target="_blank" href="http://www.x-setup.net">X-Setup Pro</a> by XQDC Ltd.<br>
<br>
X-Setup Pro is a system tweaker utility that can assist you to fix a computer that has some sort of booting problem.
<br>
<br>
It allows you to open either a user registry file or a system registry file from the computer facing the problem. Using this load procedure, you can easily access the computer registry and a user registry file from the main system (not the BartPE registry) and change items as it would have started up normally. Simply execute "Load computer registry" or "Load computer registry" from the file menu.
<br>
<br>
When executed, PE Builder will automatically retrieve all needed files from: <b>C:\Program Files\X-Setup Pro\</b>
<br>
<br>
<u>You only need to run "X-Setup Pro BartPE Enabler" application once</u>, each time you run PE Builder the current files from your X-Setup Pro folder will be used automatically.
<br>
<br>
This means, each time you create a new bootable ISO image using PE Builder, PE Builder will retrieve all files it needs for X-Setup Pro directly from your X-Setup Pro folder. Any updates or patches that have been applied to X-Setup Pro will be automatically included in the bootable ISO Image because of this linking.
<br>
<br>
There is no needing to manually copy any files when you have performed an update of X-Setup Pro, this will simply happen automatically.
<br>
<br>
<br>
<hr>
<i>X-Setup Pro Copyright © 1996-2004 XQDC Ltd. - All Rights Reserved </i><br>
<i>PE Builder Copyright © 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>XQDC X-Setup Pro</h1>
<a target="_blank" href="http://www.x-setup.net">X-Setup Pro</a> by XQDC Ltd.<br>
<br>
X-Setup Pro is a system tweaker utility that can assist you to fix a computer that has some sort of booting problem.
<br>
<br>
It allows you to open either a user registry file or a system registry file from the computer facing the problem. Using this load procedure, you can easily access the computer registry and a user registry file from the main system (not the BartPE registry) and change items as it would have started up normally. Simply execute "Load computer registry" or "Load computer registry" from the file menu.
<br>
<br>
When executed, PE Builder will automatically retrieve all needed files from: <b>C:\Program Files\X-Setup Pro\</b>
<br>
<br>
<u>You only need to run "X-Setup Pro BartPE Enabler" application once</u>, each time you run PE Builder the current files from your X-Setup Pro folder will be used automatically.
<br>
<br>
This means, each time you create a new bootable ISO image using PE Builder, PE Builder will retrieve all files it needs for X-Setup Pro directly from your X-Setup Pro folder. Any updates or patches that have been applied to X-Setup Pro will be automatically included in the bootable ISO Image because of this linking.
<br>
<br>
There is no needing to manually copy any files when you have performed an update of X-Setup Pro, this will simply happen automatically.
<br>
<br>
<br>
<hr>
<i>X-Setup Pro Copyright © 1996-2004 XQDC Ltd. - All Rights Reserved </i><br>
<i>PE Builder Copyright © 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>
bpe_xsp.inf
CODE
; PE Builder v3 plug-in INF file for XQDC X-Setup Pro
; Created by XQDC Ltd. (TeX HeX)
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="X-Setup Pro"
Enable=1
Help="bpe_xsp.html"
[Append]
nu2menu.xml, bpe_xsp_menu.xml
[WinntDirectories]
a="Programs\X-Setup Pro",2
b="Programs\X-Setup Pro\bin",2
c="Programs\X-Setup Pro\cfg",2
d="Programs\X-Setup Pro\lang",2
e="Programs\X-Setup Pro\plugins",2
f="Programs\X-Setup Pro\wizards",2
[SourceDisksFiles]
vbscript.dll=2
stdole32.tlb=2
C:\Program Files\X-Setup Pro\cfg\bpe_xsp.cmd=a,,1
C:\Program Files\X-Setup Pro\bin\*.exe=b,,1
C:\Program Files\X-Setup Pro\bin\*.bpl=b,,1
C:\Program Files\X-Setup Pro\bin\*.ocx=b,,1
C:\Program Files\X-Setup Pro\bin\*.dll=b,,1
C:\Program Files\X-Setup Pro\cfg\*.*=c,,1
C:\Program Files\X-Setup Pro\lang\*.*=d,,1
C:\Program Files\X-Setup Pro\plugins\*.*=e,,1
C:\Program Files\X-Setup Pro\wizards\*.*=f,,1
[Software.AddReg]
0x1, "Xteq Systems\X-Setup Pro\CurrentVersion", "BartPE Active", "1"
; Created by XQDC Ltd. (TeX HeX)
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="X-Setup Pro"
Enable=1
Help="bpe_xsp.html"
[Append]
nu2menu.xml, bpe_xsp_menu.xml
[WinntDirectories]
a="Programs\X-Setup Pro",2
b="Programs\X-Setup Pro\bin",2
c="Programs\X-Setup Pro\cfg",2
d="Programs\X-Setup Pro\lang",2
e="Programs\X-Setup Pro\plugins",2
f="Programs\X-Setup Pro\wizards",2
[SourceDisksFiles]
vbscript.dll=2
stdole32.tlb=2
C:\Program Files\X-Setup Pro\cfg\bpe_xsp.cmd=a,,1
C:\Program Files\X-Setup Pro\bin\*.exe=b,,1
C:\Program Files\X-Setup Pro\bin\*.bpl=b,,1
C:\Program Files\X-Setup Pro\bin\*.ocx=b,,1
C:\Program Files\X-Setup Pro\bin\*.dll=b,,1
C:\Program Files\X-Setup Pro\cfg\*.*=c,,1
C:\Program Files\X-Setup Pro\lang\*.*=d,,1
C:\Program Files\X-Setup Pro\plugins\*.*=e,,1
C:\Program Files\X-Setup Pro\wizards\*.*=f,,1
[Software.AddReg]
0x1, "Xteq Systems\X-Setup Pro\CurrentVersion", "BartPE Active", "1"
bpe_xsp_menu.xml
CODE
<NU2MENU>
<MENU ID="Programs">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\X-Setup Pro\bin\dcXSPStart.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\X-Setup Pro\bpe_xsp.cmd">X-Setup Pro</MITEM>
</MENU>
</NU2MENU>
<MENU ID="Programs">
<MITEM TYPE="ITEM" DISABLED="@Not(@FileExists(@GetProgramDrive()\Programs\X-Setup Pro\bin\dcXSPStart.exe))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\X-Setup Pro\bpe_xsp.cmd">X-Setup Pro</MITEM>
</MENU>
</NU2MENU>
Works for me! You have to use the File menu to load the system registry hives unless you use something like Paraglider's RunScanner to load the system hives (I haven't tried RunScanner w/it but it should work).
Enjoy!
XPAddict