1LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 2 3STRINGTABLE 4BEGIN 5 IDS_UsageMessage "%s\n\nUsage: regsvr32 [/u] [/s] [/c] [/n] [/i[:cmdline]] dllname\n\ 6/u - Unregister server\n\ 7/s - Silent; display no message boxes\n\ 8/c - Console output\n\ 9/i - Call DllInstall passing it an optional [cmdline]; when used with /u calls dll uninstall\n\ 10/n - Do not call DllRegisterServer; this option must be used with /i" 11 IDS_NoDllSpecified "No DLL name specified." 12 IDS_InvalidFlag "Unrecognized flag: %s" 13 IDS_SwitchN_NoI "Unrecognized flag: /n must be used with the /i switch" 14 IDS_DllNotLoaded "LoadLibrary('%s') failed.\nGetLastError returns 0x%08x." 15 IDS_MissingEntry "%s was loaded, but the %s entry point was not found.\n\n\ 16%s may not be exported, or a corrupt version of %s may be in memory. Consider using PView to detect and remove it." 17 IDS_FailureMessage "%s in %s failed.\nReturn code was: 0x%08x" 18 IDS_SuccessMessage "%s in %s succeeded." 19END 20