Source code of Windows XP (NT5)
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.

96 lines
4.5 KiB

  1. #include "setupp.h"
  2. #pragma hdrstop
  3. //
  4. // IMPORTANT: keep the following strings ENTIRELY in LOWER CASE
  5. // Failure to do so will result in much grief and pain.
  6. //
  7. // Section Headings
  8. const WCHAR pwGuiUnattended[] = WINNT_GUIUNATTENDED;
  9. const WCHAR pwUserData[] = WINNT_USERDATA;
  10. const WCHAR pwUnattended[] = WINNT_UNATTENDED;
  11. const WCHAR pwAccessibility[] = WINNT_ACCESSIBILITY;
  12. const WCHAR pwGuiRunOnce[] = WINNT_GUIRUNONCE;
  13. const WCHAR pwCompatibility[] = WINNT_COMPATIBILITYINFSECTION;
  14. // Key Headings
  15. const WCHAR pwProgram[] = WINNT_G_DETACHED;
  16. const WCHAR pwArgument[] = WINNT_G_ARGUMENTS;
  17. const WCHAR pwServer[] = WINNT_G_SERVERTYPE;
  18. const WCHAR pwTimeZone[] = WINNT_G_TIMEZONE;
  19. const WCHAR pwAutoLogon[] = WINNT_US_AUTOLOGON;
  20. const WCHAR pwProfilesDir[] = WINNT_US_PROFILESDIR;
  21. const WCHAR pwProgramFilesDir[] = WINNT_U_PROGRAMFILESDIR;
  22. const WCHAR pwCommonProgramFilesDir[] = WINNT_U_COMMONPROGRAMFILESDIR;
  23. const WCHAR pwProgramFilesX86Dir[] = WINNT_U_PROGRAMFILESDIR_X86;
  24. const WCHAR pwCommonProgramFilesX86Dir[] = WINNT_U_COMMONPROGRAMFILESDIR_X86;
  25. const WCHAR pwWaitForReboot[] = WINNT_U_WAITFORREBOOT;
  26. const WCHAR pwFullName[] = WINNT_US_FULLNAME;
  27. const WCHAR pwOrgName[] = WINNT_US_ORGNAME;
  28. const WCHAR pwCompName[] = WINNT_US_COMPNAME;
  29. const WCHAR pwAdminPassword[] = WINNT_US_ADMINPASS;
  30. const WCHAR pwProdId[] = WINNT_US_PRODUCTID;
  31. const WCHAR pwProductKey[] = WINNT_US_PRODUCTKEY;
  32. const WCHAR pwMode[] = WINNT_U_METHOD;
  33. const WCHAR pwUnattendMode[] = WINNT_U_UNATTENDMODE;
  34. const WCHAR pwAccMagnifier[] = WINNT_D_ACC_MAGNIFIER;
  35. const WCHAR pwAccReader[] = WINNT_D_ACC_READER;
  36. const WCHAR pwAccKeyboard[] = WINNT_D_ACC_KEYBOARD;
  37. // Default Headings
  38. const WCHAR pwNull[] = WINNT_A_NULL;
  39. const WCHAR pwExpress[] = WINNT_A_EXPRESS;
  40. const WCHAR pwTime[] = L"(GMT-08:00) Pacific Time (US & Canada); Tijuana";
  41. // These are used to read the parameters from textmode
  42. const WCHAR pwProduct[] = WINNT_D_PRODUCT;
  43. const WCHAR pwMsDos[] = WINNT_D_MSDOS;
  44. const WCHAR pwWin31Upgrade[] = WINNT_D_WIN31UPGRADE;
  45. const WCHAR pwWin95Upgrade[] = WINNT_D_WIN95UPGRADE;
  46. const WCHAR pwBackupImage[] = WINNT_D_BACKUP_IMAGE;
  47. const WCHAR pwServerUpgrade[] = WINNT_D_SERVERUPGRADE;
  48. const WCHAR pwNtUpgrade[] = WINNT_D_NTUPGRADE;
  49. const WCHAR pwBootPath[] = WINNT_D_BOOTPATH;
  50. const WCHAR pwLanmanNt[] = WINNT_A_LANMANNT;
  51. const WCHAR pwServerNt[] = WINNT_A_SERVERNT;
  52. const WCHAR pwWinNt[] = WINNT_A_WINNT;
  53. const WCHAR pwNt[] = WINNT_A_NT;
  54. const WCHAR pwInstall[] = WINNT_D_INSTALL;
  55. const WCHAR pwUnattendSwitch[] = WINNT_D_UNATTEND_SWITCH;
  56. const WCHAR pwRunOobe[] = WINNT_D_RUNOOBE;
  57. const WCHAR pwReferenceMachine[] = WINNT_D_REFERENCE_MACHINE;
  58. const WCHAR pwOptionalDirs[] = WINNT_S_OPTIONALDIRS;
  59. const WCHAR pwUXC[] = WINNT_S_USEREXECUTE;
  60. const WCHAR pwSkipMissing[] = WINNT_S_SKIPMISSING;
  61. const WCHAR pwIncludeCatalog[] = WINNT_S_INCLUDECATALOG;
  62. const WCHAR pwDrvSignPol[] = WINNT_S_DRVSIGNPOL;
  63. const WCHAR pwNonDrvSignPol[] = WINNT_S_NONDRVSIGNPOL;
  64. const WCHAR pwYes[] = WINNT_A_YES;
  65. const WCHAR pwNo[] = WINNT_A_NO;
  66. const WCHAR pwOne[] = WINNT_A_ONE;
  67. const WCHAR pwZero[] = WINNT_A_ZERO;
  68. const WCHAR pwIgnore[] = WINNT_A_IGNORE;
  69. const WCHAR pwWarn[] = WINNT_A_WARN;
  70. const WCHAR pwBlock[] = WINNT_A_BLOCK;
  71. const WCHAR pwData[] = WINNT_DATA;
  72. const WCHAR pwSetupParams[] = WINNT_SETUPPARAMS;
  73. const WCHAR pwSrcType[] = WINNT_D_SRCTYPE;
  74. const WCHAR pwSrcDir[] = WINNT_D_SOURCEPATH;
  75. const WCHAR pwCurrentDir[] = WINNT_D_CWD;
  76. const WCHAR pwDosDir[] = WINNT_D_DOSPATH;
  77. const WCHAR pwGuiAttended[] = WINNT_A_GUIATTENDED;
  78. const WCHAR pwProvideDefault[] = WINNT_A_PROVIDEDEFAULT;
  79. const WCHAR pwDefaultHide[] = WINNT_A_DEFAULTHIDE;
  80. const WCHAR pwReadOnly[] = WINNT_A_READONLY;
  81. const WCHAR pwFullUnattended[] = WINNT_A_FULLUNATTENDED;
  82. const WCHAR pwEulaDone[] = WINNT_D_EULADONE;
  83. // These are used as string constants throughout
  84. const WCHAR pwArcType[] = L"ARC";
  85. const WCHAR pwDosType[] = L"DOS";
  86. const WCHAR pwUncType[] = L"UNC";
  87. const WCHAR pwNtType[] = L"NT";
  88. const WCHAR pwArcPrefix[] = L"\\ArcName\\";
  89. const WCHAR pwNtPrefix[] = L"\\Device\\";
  90. const WCHAR pwLocalSource[] = L"\\$WIN_NT$.~LS";