Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
652 B

  1. ;This is an example of a Sysprep.inf file that does the following:
  2. ; 1) Selects display settings (1024x768)
  3. ; 2) Builds the SysprepMassStorage section
  4. ; 3) Extends the install partition to take up the rest of the disk
  5. ; 4) Specifies the path to the installation files
  6. ; 5) Sets PnPDriversPath
  7. ; 6) Skips the End User License Agreement
  8. ;
  9. [Unattended]
  10. ExtendOEMPartition = 1
  11. InstallFilespath = C:\sysprep\i386
  12. OemPnPDriversPath = C:\Windows\OEMDrivers
  13. OemSkipEula = Yes
  14. [Display]
  15. BitsPerPixel = 16
  16. VRefresh = 70
  17. XResolution = 1024
  18. YResolution = 768
  19. [Sysprep]
  20. BuildMassStorageSection = Yes
  21. [SysprepMassStorageSection]