2005-11-22 10:24:14 +00:00
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
2013-11-28 22:09:27 +00:00
|
|
|
|
2013-10-13 22:31:17 +00:00
|
|
|
STRINGTABLE
|
2008-01-16 18:37:56 +00:00
|
|
|
BEGIN
|
2013-11-28 22:09:27 +00:00
|
|
|
IDS_UsageMessage "%s\n\nUsage: regsvr32 [/u] [/s] [/c] [/n] [/i[:cmdline]] dllname\n\
|
2005-10-15 11:39:54 +00:00
|
|
|
/u - Unregister server\n\
|
|
|
|
/s - Silent; display no message boxes\n\
|
|
|
|
/c - Console output\n\
|
|
|
|
/i - Call DllInstall passing it an optional [cmdline]; when used with /u calls dll uninstall\n\
|
|
|
|
/n - Do not call DllRegisterServer; this option must be used with /i"
|
2013-11-28 22:09:27 +00:00
|
|
|
IDS_NoDllSpecified "No DLL name specified."
|
|
|
|
IDS_InvalidFlag "Unrecognized flag: %s"
|
|
|
|
IDS_SwitchN_NoI "Unrecognized flag: /n must be used with the /i switch"
|
|
|
|
IDS_DllNotLoaded "LoadLibrary('%s') failed.\nGetLastError returns 0x%08x."
|
|
|
|
IDS_MissingEntry "%s was loaded, but the %s entry point was not found.\n\n\
|
2005-10-15 11:39:54 +00:00
|
|
|
%s may not be exported, or a corrupt version of %s may be in memory. Consider using PView to detect and remove it."
|
2013-11-28 22:09:27 +00:00
|
|
|
IDS_FailureMessage "%s in %s failed.\nReturn code was: 0x%08x"
|
|
|
|
IDS_SuccessMessage "%s in %s succeeded."
|
2008-01-16 18:37:56 +00:00
|
|
|
END
|