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.

22 lines
1.0 KiB

  1. #include "winuser.h"
  2. #include "winver.h"
  3. #include "resource.h"
  4. #include "app.rcv"
  5. STRINGTABLE DISCARDABLE
  6. BEGIN
  7. IDS_HELP "reginst /q /u /i /r foo.dll <cmdline>\n\n /q Quiet\n /u Uninstall\n\nCalls both DllInstall and DllRegisterServer unless:\n\n /i Call DllInstall only\n /r Call DllRegisterServer/DllUnregisterServer only\n\n<cmdline> is passed to DllInstall if it exists."
  8. IDS_FAILED "Could not register %1."
  9. IDS_LOADFAILED "Could not load %1."
  10. IDS_INSTALLFAILED "%2 failed. Could not register %1."
  11. IDS_UNEXPECTED "An unexpected error occurred in %1."
  12. IDS_REGSUCCESS "Successfully registered %1."
  13. IDS_INSTALLSUCCESS "Successfully installed %1."
  14. IDS_FULLSUCCESS "Successfully registered and installed %1."
  15. IDS_UNREGSUCCESS "Successfully unregistered %1."
  16. IDS_UNINSTALLSUCCESS "Successfully uninstalled %1."
  17. IDS_UNFULLSUCCESS "Successfully unregistered and uninstalled %1."
  18. IDS_TITLE "Reg Install"
  19. END