|
要这么用,用官方的软件:
examples:
- Install Windows7 Ultimate (usually Wimindex 5) to drive C:, using unattend.xml file and define driver to integrate.
Use 😄 as driveletter for the new Win installation, run set_7_usb_boot.cmd before rebooting
WinNTSetup_x86.exe NT6 -source:G:\sources\install.wim -WimIndex:5 -syspart:C: -tempdrive:C: -unattend:"unattend\Win7x86_Ultimate_en.xml"-ForceUnsigned -drivers:"D:\driver_Win7x86" -Sysletter:C -RunAfter:"set_7_usb_boot.cmd C:\windows" -setup -reboot
- Install Windows XP to drive D:, where boot drive is C:, using unattend file [app dir]\unattend\winnt.sif,
integrate drivers [app dir]\XP_drivers, finsih install and reboot. But does not change MBR and BPR
WinNTSetup_x86.exe NT5 -source:E:\XPCD -syspart:C: -tempdrive:D: -unattend:"unattend\winnt.sif" -drivers:"XP_drivers" -setup -reboot -nobootsect
- creating a 25GB fixed VHD file
WinNTSetup_x86.exe vhd-create -File:"C:\my.vhd" -Size:25GB -Type:fixed |
|