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.

72 lines
2.0 KiB

  1. ; /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;Copyright (c) 1997-2001 Microsoft Corporation
  3. ;
  4. ;Module Name:
  5. ;
  6. ; rpfxmsg.mc
  7. ;
  8. ;Abstract:
  9. ;
  10. ; This file contains the message definitions for the rpfx utility
  11. ;
  12. ;Author:
  13. ;
  14. ; Duncan Bryce [DuncanB] 11-Nov-2001
  15. ;
  16. ;Revision History:
  17. ;
  18. ;--*/
  19. MessageId=8001 SymbolicName=IDS_ERROR_PARAMETER_MISSING
  20. Language=English
  21. Required parameter missing: '%1'
  22. .
  23. MessageId=8002 SymbolicName=IDS_ERROR_ONEOF_2_PARAMETERS_MISSING
  24. Language=English
  25. Required parameter(s) missing: one of '%1' or '%2'
  26. .
  27. MessageId=8003 SymbolicName=IDS_ERROR_UNEXPECTED_PARAMS
  28. Language=English
  29. The following arguments were unexpected:
  30. .
  31. MessageId=8004 SymbolicName=IDS_ERROR_GENERAL
  32. Language=English
  33. The following error occured: %1
  34. .
  35. MessageId=8005 SymbolicName=IDS_REMOTE_INSTALL_ERROR
  36. Language=English
  37. [%1]: ERROR: %2.
  38. .
  39. MessageId=8006 SymbolicName=IDS_REMOTE_INSTALL_SUCCESS
  40. Language=English
  41. [%1]: installed successfully.
  42. .
  43. MessageId=9000 SymbolicName=IDS_HELP
  44. Language=English
  45. Installs a PFX file on one or more remote machines.
  46. rpfx /file:<filename> /pfxpwd:<password> /server:<machine name>
  47. [/exportable] [/user:<username> /pwd:<password>]
  48. rpfx /file:<filename> /pfxpwd:<password> /serverlist:<filename>
  49. [/exportable] [/user:<username> /pwd:<password>]
  50. /file:<filename> Name of the PFX file to be installed
  51. /pfxpwd:<passwd> Password used for PFX file
  52. /server:<machine name> Machine name of server to install PFX on
  53. /serverlist:<filename> Name of file containing a carriage return
  54. delimited list of machines to install PFX on.
  55. May not be combined with /server parameter
  56. /exportable Mark the key as exportable when installed on remote machine
  57. /user:<username> User name to authenticate to remote machine(s)
  58. /pwd:<password> Password for user name on remote machine(s)
  59. .