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.

57 lines
2.2 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: pbasetup.rc
  4. //
  5. // Module: PBASETUP.EXE
  6. //
  7. // Synopsis: Resource Script
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: v-vijayb Created 06/04/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. //Microsoft Developer Studio generated resource script.
  15. //
  16. #include "pnpuverp.h"
  17. #include "cmprdver.h"
  18. #define VER_FILETYPE VFT_DLL
  19. #define VER_FILESUBTYPE VFT2_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "Microsoft Phone Book Administrator Setup"
  21. #define VER_INTERNALNAME_STR "PBASETUP"
  22. #define VER_ORIGINALFILENAME_STR "PBASETUP.EXE"
  23. #include <common.ver>
  24. #include "resource.h"
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Icon
  28. //
  29. // Icon with lowest ID value placed first to ensure application icon
  30. // remains consistent on all systems.
  31. EXE_ICON ICON DISCARDABLE "..\profwiz\cmak.ico"
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // String Table
  35. //
  36. STRINGTABLE DISCARDABLE
  37. BEGIN
  38. IDS_REMOVEPBA "Are you sure that you want to remove Phone Book Administrator?"
  39. IDS_NOT_NT5 "Phone Book Administrator must be installed on Windows 2000, Windows XP, or a member of the Windows Server 2003 family."
  40. IDS_SUCCESSFUL "Phone Book Administrator Installation Completed."
  41. IDS_REMOVESUCCESSFUL "Phone Book Administrator was successfully removed."
  42. IDS_INUSE_MSG "Another instance of the Phone Book Administration Installer is already running. Wait until the other installation is finished before beginning another one."
  43. IDS_USAGE_MSG "Usage:\tpbasetup.exe [/u]\n\npbasetup.inf and the related install files must be located\nin the directory that pbasetup.exe is launched from."
  44. IDS_NOPERMS_MSG "You cannot install Phone Book Administrator unless you log on with an account that is a member of the Administrators group."
  45. IDS_APP_TITLE "Phone Book Administrator"
  46. END