Advertisement
Guest User

DPs_BASE

a guest
Oct 25th, 2011
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. [General]
  2. ; preferred language
  3. prefLang = "English"
  4. ; yes/no, enable or disable the wizard-style buttons, if not specified: yes
  5. wizardButtons = "yes"
  6. ; yes/no, enable or disable the GUI, if not specified: yes
  7. GUI = "yes"
  8.  
  9.  
  10. [Settings]
  11. ; disc/bartpe/multibootDisc
  12. instPlatform = "disc"
  13. ; trailing backslash is allowed, but not necessary
  14. location = "C:\Nlite Files\XP OEM - October"
  15. ; none/all/select, if select, specify them below, if not specified: all
  16. DriverPacks = "select"
  17. ; 1/2, method to install the DriverPacks, if not specified: 2
  18. DPsMethod = "2"
  19. ; GUIRunOnce/RunOnceEx/custom, if not specified: GUIRunOnce
  20. finisherMethod = "RunOnceEx"
  21.  
  22.  
  23. ; you should only add this section if you've set [Settings]\finishMethod to "RunOnceEx"
  24. [RunOnceExSettings]
  25. ; custom/default, if not specified: default
  26. startID = "default"
  27.  
  28.  
  29. ; this section is optional!
  30. [OptionalSettings]
  31. ; none/all/select/paths/patterns, enable or disable Keep The Drivers (KTD) , if not specified: none
  32. KTD = "all"
  33. ; <path>, to specify a custom KTD cache location, if not specified: default (%SystemRoot%\DriverPacks)
  34. KTDlocation = "%SystemRoot%\DriverPacks"
  35. ; yes/no, enable or disable QuickStream Cache (QSC), if not specified: yes
  36. QSC = "yes"
  37.  
  38.  
  39. ; you should only add this section if you've set [Settings]\DriverPacks to "select"
  40. [SelectDriverPacks]
  41. DP_Chipset = "yes"
  42. DP_CPU = "yes"
  43. DP_Graphics_A = "yes"
  44. DP_Graphics_B = "yes"
  45. DP_Graphics_C = "yes"
  46. DP_LAN = "yes"
  47. DP_MassStorage = "yes"
  48. DP_Sound_A = "yes"
  49. DP_Sound_B = "yes"
  50. DP_MassStorage_textmode = "yes"
  51.  
  52.  
  53. ; this section is optional!
  54. [OptionalSettingsOther]
  55. ; CCC/CCP/None, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming Graphics DriverPack)
  56. ; 1/2/3/None, use Nvidia Control Panel - 1 = Old, 2 = New, 3 = Both, None
  57. ATI_cpl = "CCP"
  58. Nvidia_cpl = "1"
  59.  
  60.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement