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.

24 lines
1.1 KiB

  1. #ifdef APSTUDIO_INVOKED
  2. #error this file is not editable by Visual C++
  3. #endif //APSTUDIO_INVOKED
  4. STRINGTABLE DISCARDABLE
  5. BEGIN
  6. IDS_DISPLAY_NAME "Active Directory Migration Agent"
  7. IDS_SERVICE_NAME "OnePointDomainAdminService"
  8. IDS_DOMAIN_ADMIN_REGKEY "Software\\Microsoft\\ADMT"
  9. IDS_HKLM_DomainAdmin_Key
  10. "Software\\Microsoft\\ADMT"
  11. IDS_LOCALSERVICE_PATH "%systemroot%\\SYSTEM32\\DCTAgentService.exe"
  12. IDS_SERVICE_PATH "%systemroot%\\OnePointDomainAgent\\DCTAgentService.exe"
  13. IDS_AGENT_EXE "ADMTAgnt.exe"
  14. IDS_SERVICE_EXE "DCTAgentService.exe"
  15. IDS_EVENTSOURCE "EADCTAgent"
  16. IDS_APPNAME "Active Directory Migration Tool"
  17. IDS_LOG_FILENAME "DCTLog.txt"
  18. IDS_AGENT_DIRECTORY "OnePointDomainAgent"
  19. IDS_RESULT_SHARE_NAME "OnePointDMR"
  20. IDS_RESULT_SHARE_REMARK "Temporary share created by Active Directory Migration Tool"
  21. IDS_TEMP_FILE_1 "mcsdct1.tmp"
  22. IDS_TEMP_FILE_2 "mcsdct2.tmp"
  23. END