WAIK - Custom Windows PE ISO
Hallo zusammen,
Mit dem WAIK ist es möglich ein custom Windows PE ISO zu erstellen. Ich habe hier untenstehend mal eine kurze Doku der benötigten Befehle aufgelistet...
Create PE Environment
cd "C:\Program Files\Windows AIK\Tools\PETools"
call copype.cmd x86 c:\Install\pe
Mount WIM
cd "C:\Program Files\Windows AIK\Tools\x86"
imagex /mountrw c:\Install\pe\winpe.wim 1 c:\Install\pe\mount
Adding Packages
cd "C:\Program Files\Windows AIK\Tools\PETools"
peimg.exe /install=WinPE-HTA-Package c:\Install\pe\mount\Windows
peimg.exe /install=WinPE-Scripting-Package c:\Install\pe\mount\Windows
peimg.exe /install=WinPE-XML-Package c:\Install\pe\mount\Windows
Adding ImageX
copy "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" c:\Install\pe\iso\
xcopy "C:\Program Files\Windows AIK\Tools\x86\Servicing" c:\Install\pe\iso\Servicing /s
Adding Drivers
peimg.exe /inf=C:\Install\Drivers\vmmouse\vmmouse.inf c:\Install\pe\mount\Windows
peimg.exe /inf=C:\Install\Drivers\scsi\smscsi.inf c:\Install\pe\mount\Windows
peimg.exe /inf=C:\Install\Drivers\video\vmx_svga.inf c:\Install\pe\mount\Windows
peimg.exe /inf=C:\Install\Drivers\vmxnet\vmware-nic.inf c:\Install\pe\mount\Windows
peimg.exe /inf=C:\Install\Drivers\vmxnet\vmxnet.inf c:\Install\pe\mount\Windows
Prepare the Image
peimg /prep c:\Install\pe\mount\Windows
Commit Changes
imagex /unmount c:\Install\pe\mount /commit
Replace Boot.wim
copy c:\Install\pe\winpe.wim c:\Install\pe\ISO\sources\boot.wim
Create ISO File
oscdimg.exe -n -bC:\Install\pe\etfsboot.com c:\Install\pe\ISO c:\Install\pe\winpe_x86.iso