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.

78 lines
3.8 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: wiz_str.h
  4. //
  5. // Module: CMAK.EXE
  6. //
  7. // Synopsis: Header file for profwiz specific strings
  8. //
  9. // Copyright (c) 1996-1999 Microsoft Corporation
  10. //
  11. // Author: nickball Created 10/09/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #ifndef _CM_WIZ_STR
  15. #define _CM_WIZ_STR
  16. const TCHAR* const c_pszTargetFileVersion = TEXT("TargetFileVersion");
  17. const TCHAR* const c_pszOptions = TEXT("Options");
  18. const TCHAR* const c_pszFriendlyName = TEXT("FriendlyName");
  19. const TCHAR* const c_pszInfVersion = TEXT("InfVersion");
  20. const TCHAR* const c_pszIncludeCmCode = TEXT("IncludeCMCode");
  21. const TCHAR* const c_pszUpdatePhonebook = TEXT("UpdatePhonebook");
  22. const TCHAR* const c_pszCmProxy = TEXT("CmProxy");
  23. const TCHAR* const c_pszUsePwdCache = TEXT("UsePWDcache");
  24. const TCHAR* const c_pszPhoneName = TEXT("PhoneName");
  25. const TCHAR* const c_pszLicenseFile = TEXT("LicenseFile");
  26. const TCHAR* const c_pszTargetName = TEXT("TargetName");
  27. const TCHAR* const c_pszUninstallAppTitle = TEXT("UninstallAppTitle");
  28. const TCHAR* const c_pszAppLaunched = TEXT("AppLaunched");
  29. const TCHAR* const c_pszDisplayLicense = TEXT("DisplayLicense");
  30. const TCHAR* const c_pszLcid = TEXT("LCID");
  31. const TCHAR* const c_pszCpsUrl = TEXT("/pbserver/pbserver.dll");
  32. const TCHAR* const c_pszIncludeSupportDll = TEXT("IncludeSupportDll");
  33. const TCHAR* const c_pszDesktopIcon = TEXT("DesktopIcon");
  34. const TCHAR* const c_pszInfBeginPrompt = TEXT("BeginPrompt");
  35. const TCHAR* const c_pszInfEndPrompt = TEXT("EndPrompt");
  36. const TCHAR* const c_pszAppCaption = TEXT("Microsoft Connection Manager Administration Kit");
  37. const TCHAR* const c_pszExtraFiles = TEXT("Extra Files");
  38. const TCHAR* const c_pszMergeProfiles = TEXT("Merge Profiles");
  39. const TCHAR* const c_pszOne = TEXT("1");
  40. const TCHAR* const c_pszZero = TEXT("0");
  41. const TCHAR* const c_pszWildCard = TEXT("*.*");
  42. const TCHAR* const c_pszTemplateInf = TEXT("template.inf");
  43. const TCHAR* const c_pszTemplateSed = TEXT("template.sed");
  44. const TCHAR* const c_pszTemplateCms = TEXT("template.cms");
  45. const TCHAR* const c_pszTemplateCmp = TEXT("template.cmp");
  46. const TCHAR* const c_pszProfiles = TEXT("Profiles");
  47. const TCHAR* const c_pszSupport = TEXT("Support");
  48. const TCHAR* const c_pszCmakExe = TEXT("cmak.exe");
  49. const TCHAR* const c_pszIntl = TEXT("Intl");
  50. const TCHAR* const c_pszDisplay = TEXT("Display");
  51. const TCHAR* const c_pszTcpIpFmtStr = TEXT("TCP/IP&%s");
  52. const TCHAR* const c_pszScriptingFmtStr = TEXT("Scripting&%s");
  53. const TCHAR* const c_pszServerFmtStr = TEXT("Server&%s");
  54. const TCHAR* const c_pszNetworkingFmtStr = TEXT("Networking&%s");
  55. const TCHAR* const c_pszCmLCID = TEXT("CmLCID");
  56. const TCHAR* const c_pszDisplayLCID = TEXT("DisplayLCID");
  57. const TCHAR* const c_pszInstallPrompt = TEXT("InstallPrompt");
  58. //
  59. // Route plumbing switches
  60. //
  61. const TCHAR* const c_pszStaticFileNameSwitch = TEXT("/STATIC_FILE_NAME");
  62. const TCHAR* const c_pszUrlPathSwitch = TEXT("/URL_UPDATE_PATH");
  63. const TCHAR* const c_pszDontRequireUrlSwitch = TEXT("/DONT_REQUIRE_URL");
  64. //
  65. // CmProxy switches
  66. //
  67. const TCHAR* const c_pszSourceFileNameSwitch = TEXT("/source_filename");
  68. const TCHAR* const c_pszDialRasEntrySwitch = TEXT("/DialRasEntry");
  69. const TCHAR* const c_pszTunnelRasEntrySwitch = TEXT("/TunnelRasEntry");
  70. const TCHAR* const c_pszProfileSwitch = TEXT("/Profile");
  71. const TCHAR* const c_pszBackupFileNameSwitch = TEXT("/backup_filename");
  72. #endif // _CM_WIZ_STR