Winnt32.exe

WINNT32.EXE /s:\\server\share\I386 /unattend:c:\deploy\unattend.txt /makelocalsource /noreboot

Use with: winnt32 /unattend:unattend.txt WINNT32.EXE

(Exact available switches vary slightly by Windows version; use /? on your copy to confirm.) WINNT32

| Switch | Function | Example | |--------|----------|---------| | /s: | Specifies location of installation source files (I386 folder) | WINNT32 /s:D:\I386 | | /tempdrive: | Sets drive for temporary installation files | WINNT32 /tempdrive:E: | | /unattend: | Performs unattended installation using answer file (Unattend.txt) | WINNT32 /unattend:answer.txt | | /unattend:[number] | Automates upgrade without answer file (number = seconds delay) | WINNT32 /unattend | | /makelocalsource | Copies all source files to local hard drive (essential for network installs) | WINNT32 /makelocalsource | | /noreboot | Prevents auto-reboot after file copy (allows additional customizations) | WINNT32 /noreboot | | /debug: | Creates debug log with specified verbosity level (0-4) | WINNT32 /debug:3 | | /copydir: | Copies an additional folder into the installation | WINNT32 /copydir:CustomDrivers | | /syspart: | Prepates a different hard drive partition for installation | WINNT32 /syspart:C: | | /checkupgradeonly | Tests upgrade compatibility without installing | WINNT32 /checkupgradeonly | WINNT32.EXE