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.

27 lines
948 B

  1. vptool (a simple WAMREG command line tool).
  2. Usage: vptool -Command MetabasePath
  3. Command = CREATEINPROC | CREATEOUTPROC | DELETE | UNLOAD | GETSTATUS
  4. MetabasePath is required for all the commands
  5. CREATEINPROC - Create an in-proc application on the metabase path
  6. CREATEOUTPROC - Create an out-proc application on the metabase path
  7. DELETE - Delete the application on the metabase path if there is one
  8. UNLOAD - Unload an application on the metabase path from w3svc runtime
  9. lookup table.
  10. GETSTATUS - Get status of the application on the metabase path
  11. Purpose:
  12. The vptool is used for unit testing of WAMREG.DLL. The source code also
  13. provides samples on how to use WamAdmin API in C code.
  14. Files:
  15. main.cpp Contains main module
  16. util.cpp Contains timing, and command line argument parsing functions
  17. modules.cpp Contains basic code that use WamAdmin APIs.
  18. Usage: