(This plugin is only tested with Windows XP SP2 as the source)
=> First install CDBurnerXP Pro 3.0.115 on your PC.
Put the files cdburnerxppro.inf, cdburnerxppro_nu2menu.xml, cdburnerxppro.htm and cdburnerxppro.cmd in the BartPE plugin\cdburnerxppro3 directory.
cdburnerxppro.inf
CODE
; cdburnerxppro.inf
; PE Builder v3 plug-in INF file for CDBurnerXP Pro 3.0.115
; Created by Jaque
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="CDBurnerXP Pro 3.0.115"
Enable=1
Help="cdburnerxppro.htm"
[WinntDirectories]
a="Programs\CDBurnerXP Pro",2
b="Programs\CDBurnerXP Pro\avi",2
c="Programs\CDBurnerXP Pro\recources",2
[SourceDisksFiles]
cdburnerxppro.cmd=a,,1
system32\*.*=a,,1
files\*.*=a,,1
files\Avi\*.*=b,,1
files\resources\*.*=c,,1
asycfilt.dll=2
avifil32.dll=2
comctl32.dll=2
hhctrl.ocx=2
msacm32.dll=2
msvbvm60.dll=2
msvfw32.dll=2
scrrun.dll=2
stdole2.tlb=2
[Default.AddReg]
0x4, "Software\CDBurnerXP Pro 3\General","AskExit", 0x00000000
0x4, "Software\CDBurnerXP Pro 3\General","BackImage", 0x00000000
[Append]
nu2menu.xml, cdburnerxppro_nu2menu.xml
; PE Builder v3 plug-in INF file for CDBurnerXP Pro 3.0.115
; Created by Jaque
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="CDBurnerXP Pro 3.0.115"
Enable=1
Help="cdburnerxppro.htm"
[WinntDirectories]
a="Programs\CDBurnerXP Pro",2
b="Programs\CDBurnerXP Pro\avi",2
c="Programs\CDBurnerXP Pro\recources",2
[SourceDisksFiles]
cdburnerxppro.cmd=a,,1
system32\*.*=a,,1
files\*.*=a,,1
files\Avi\*.*=b,,1
files\resources\*.*=c,,1
asycfilt.dll=2
avifil32.dll=2
comctl32.dll=2
hhctrl.ocx=2
msacm32.dll=2
msvbvm60.dll=2
msvfw32.dll=2
scrrun.dll=2
stdole2.tlb=2
[Default.AddReg]
0x4, "Software\CDBurnerXP Pro 3\General","AskExit", 0x00000000
0x4, "Software\CDBurnerXP Pro 3\General","BackImage", 0x00000000
[Append]
nu2menu.xml, cdburnerxppro_nu2menu.xml
cdburnerxppro_nu2menu.xml
CODE
<!-- Nu2Menu entry for CDBurnerXP Pro -->
<NU2MENU>
<MENU ID="Programs">
<MITEM TYPE="ITEM" DISABLED="@Not(@GetProgramDrive()\Programs\CDBurnerXP Pro\cdburnerxppro.cmd))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\CDBurnerXP Pro\cdburnerxppro.cmd">CDBurnerXP Pro</MITEM>
</MENU>
</NU2MENU>
<NU2MENU>
<MENU ID="Programs">
<MITEM TYPE="ITEM" DISABLED="@Not(@GetProgramDrive()\Programs\CDBurnerXP Pro\cdburnerxppro.cmd))" CMD="RUN" FUNC="@GetProgramDrive()\Programs\CDBurnerXP Pro\cdburnerxppro.cmd">CDBurnerXP Pro</MITEM>
</MENU>
</NU2MENU>
cdburnerxppro.htm
CODE
<html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>CDBurnerXP Pro 3</h1>
Download CDBurnerXP Pro at http://www.cdburnerxp.se/<br><br>
<hr>
<i>PE Builder
Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>CDBurnerXP Pro 3</h1>
Download CDBurnerXP Pro at http://www.cdburnerxp.se/<br><br>
<hr>
<i>PE Builder
Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>
cdburnerxppro.cmd
CODE
@echo off
echo Starting CDBurnerXP Pro...
%Systemdrive%
cd "\Programs\CDBurnerXP Pro"
for %%i in (*.dll) do regsvr32 %%i /S
for %%i in (*.ocx) do regsvr32 %%i /S
regsvr32 %Systemroot%\system32\oleaut32.dll /s
regsvr32 %Systemroot%\system32\scrrun.dll /s
start cdbxp.exe
exit
echo Starting CDBurnerXP Pro...
%Systemdrive%
cd "\Programs\CDBurnerXP Pro"
for %%i in (*.dll) do regsvr32 %%i /S
for %%i in (*.ocx) do regsvr32 %%i /S
regsvr32 %Systemroot%\system32\oleaut32.dll /s
regsvr32 %Systemroot%\system32\scrrun.dll /s
start cdbxp.exe
exit
Copy the following files from your CDBurnerXP Pro installation directory to the BartPE plugin\cdburnerxppro3\files directory:
CODE
cdbxp.exe
cdbxpp.chm
digibuttons.ocx
digimetres.ocx
digislider.ocx
digitexts.ocx
digitimer.ocx
filevw52.ocx
fldrvw52.ocx
Forum.url
lame_enc.dll
License Agreement.txt
NCTAudioCDGrabber2.dll
NCTAudioCDWriter2.dll
NCTAudioFile2.dll
NCTAudioInformation2.dll
NCTAudioPlayer2.dll
NCTWMAFile2.dll
NCTWMAProfiles.prx
OnlineHelp.url
shcmb52.ocx
Sizebar3.ocx
WebPage.url
XAPI2000.dll
cdbxpp.chm
digibuttons.ocx
digimetres.ocx
digislider.ocx
digitexts.ocx
digitimer.ocx
filevw52.ocx
fldrvw52.ocx
Forum.url
lame_enc.dll
License Agreement.txt
NCTAudioCDGrabber2.dll
NCTAudioCDWriter2.dll
NCTAudioFile2.dll
NCTAudioInformation2.dll
NCTAudioPlayer2.dll
NCTWMAFile2.dll
NCTWMAProfiles.prx
OnlineHelp.url
shcmb52.ocx
Sizebar3.ocx
WebPage.url
XAPI2000.dll
Copy the following files from your CDBurnerXP Pro installation Avi subdirectory to the BartPE plugin\cdburnerxppro3\files\Avi directory:
CODE
cdaudprep.avi
cdcache.avi
cdcancel.avi
cdclose.avi
cderase.avi
cderror.avi
cdfinish.avi
cdprepare.avi
cdverify.avi
cdwrite.avi
update.avi
cdcache.avi
cdcancel.avi
cdclose.avi
cderase.avi
cderror.avi
cdfinish.avi
cdprepare.avi
cdverify.avi
cdwrite.avi
update.avi
Copy the following files from your CDBurnerXP Pro installation Resources subdirectory to the BartPE plugin\cdburnerxppro3\files\Resources directory:
CODE
cdbxp.ico
clouds.jpg
Error01.wav
Error02.wav
Error03.wav
Error04.wav
Error05.wav
Error06.wav
Error07.wav
Error08.wav
Success01.wav
Success02.wav
Success03.wav
Success04.wav
Success05.wav
Success06.wav
Success07.wav
water.jpg
xplibico.dll
clouds.jpg
Error01.wav
Error02.wav
Error03.wav
Error04.wav
Error05.wav
Error06.wav
Error07.wav
Error08.wav
Success01.wav
Success02.wav
Success03.wav
Success04.wav
Success05.wav
Success06.wav
Success07.wav
water.jpg
xplibico.dll
Copy the following files from your Windows\System32 directory to the BartPE plugin\cdburnerxppro3\system32 directory:
CODE
AS-IFce1.ocx
AxFormEx6k.dep
AxFormEx6k.ocx
CDNotify6.ocx
comct232.ocx
comctl32.ocx
comdlg32.ocx
cyoPrBr1.ocx
DVDProX2.dll
ExtLVCTL.ocx
mschrt20.ocx
mscomct2.ocx
mscomctl.ocx
msstdfmt.dll
msstkprp.dll
msvcr70.dll
SmartUI2.ocx
vbwFunctionsVB6.dll
vsprint8.ocx
WEBFIL~1.OCX
ZProgBar.ocx
AxFormEx6k.dep
AxFormEx6k.ocx
CDNotify6.ocx
comct232.ocx
comctl32.ocx
comdlg32.ocx
cyoPrBr1.ocx
DVDProX2.dll
ExtLVCTL.ocx
mschrt20.ocx
mscomct2.ocx
mscomctl.ocx
msstdfmt.dll
msstkprp.dll
msvcr70.dll
SmartUI2.ocx
vbwFunctionsVB6.dll
vsprint8.ocx
WEBFIL~1.OCX
ZProgBar.ocx