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.

107 lines
6.1 KiB

  1. #include "windows.h"
  2. #include "resource.h"
  3. IDD_DIRDLG DIALOG DISCARDABLE 0, 0, 241, 66
  4. STYLE WS_DLGFRAME | WS_MINIMIZEBOX | WS_SYSMENU
  5. CAPTION "Temporary folder"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. LTEXT "Please type a new folder below.",IDC_TEMPTEXT,7,4,234,22
  9. EDITTEXT IDC_EDIT_DIR,7,26,170,12,ES_OEMCONVERT|ES_AUTOHSCROLL
  10. PUSHBUTTON "&Browse...",IDC_BUT_BROWSE,184,25,50,14
  11. PUSHBUTTON "OK",IDOK,127,46,50,14
  12. PUSHBUTTON "Cancel",IDCANCEL,184,46,50,14
  13. END
  14. IDD_SAVERESTOREDLG DIALOG DISCARDABLE 0, 0, 218, 64
  15. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  16. //STYLE WS_DLGFRAME | WS_MINIMIZEBOX | WS_SYSMENU | WS_VISIBLE | DS_MODALFRAME | WS_POPUP | WS_CAPTION
  17. CAPTION "Microsoft Internet Explorer 4.0 Setup"
  18. FONT 8, "MS Shell Dlg"
  19. BEGIN
  20. LTEXT "Please wait while Setup saves uninstall information...",
  21. IDS_SAVEINFO_TEXT,7,14,201,18
  22. LTEXT "Please wait while Setup restores uninstall information...",
  23. IDS_RESTOREINFO_TEXT,7,14,201,18
  24. CONTROL "Progress1",IDC_SAVERESTORE_PROGRESS,"msctls_progress32", 0,7,40,204,10
  25. END
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28. IDS_SELECTDIR "Please select a folder to store the extracted files."
  29. IDS_CREATE_DIR "The folder '%1' does not exist. Do you want to create it?"
  30. IDS_PROMPT "%1"
  31. IDS_RESTARTYESNO "You must restart your computer before the new settings will take effect.\n\nDo you want to restart your computer now?"
  32. END
  33. STRINGTABLE DISCARDABLE
  34. BEGIN
  35. IDS_ERR_NO_RESOURCE "A required resource cannot be located."
  36. IDS_ERR_OS_VERSION "Unable to retrieve operating system version information."
  37. IDS_ERR_NO_MEMORY "Memory allocation request failed."
  38. IDS_ERR_INVALID_DIR "That folder is invalid. Please make sure the directory exists and is writable."
  39. IDS_INVALID_ROOTKEY "Invalid root key: %1"
  40. IDS_NO_SEPARATOR_CHAR "A valid separator character could not be found."
  41. IDS_ERR_REGSETVALUE "Could not set the following registry value: %1"
  42. IDS_ERR_REGQUERYVALUE "Could not query the following registry value: %1"
  43. END
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_ERR_EMPTY_DIR_FIELD "You must specify a folder with full pathname or choose Cancel."
  47. IDS_ERR_UPDATE_DIR "Could not update folder edit box."
  48. IDS_ERR_LOADFUNCS "Could not load functions required for browser dialog."
  49. IDS_ERR_LOADDLL "Could not load Shell32.dll required for browser dialog."
  50. IDS_ERR_NO_INF_INSTALLS "Windows 95 or Windows NT 4.0 is required for this installation."
  51. IDS_ERR_LOAD_DLL "Error loading %1"
  52. IDS_ERR_GET_PROC_ADDR "Error getting procedure address"
  53. IDS_ERR_OS_UNSUPPORTED "Windows 95 or Windows NT is required to install"
  54. IDS_ERR_CREATE_DIR "Could not create folder '%1'"
  55. IDS_ERR_SET_LDID "Error setting an LDID to '%1'"
  56. IDS_ERR_INF_FAIL "INF Install failure. Reason: %1"
  57. IDS_ERR_INF_FAILURE "INF Install failure. Reason: %1"
  58. IDS_ERR_INF_SYNTAX "Incorrect INF file syntax in section '%1'"
  59. END
  60. STRINGTABLE DISCARDABLE
  61. BEGIN
  62. IDS_ERR_USER_CANCEL_INST "User cancelled installation."
  63. IDS_ERR_SHORT_NAME "Error generating short name"
  64. IDS_ERR_REG_OCX "Error registering the OCX %1"
  65. IDS_ERR_RUNONCE_REG_OCX "Error adding runonce entry to register OCX %1 on next boot"
  66. IDS_ERR_INVALID_REGROOT "Invalid registry root key specified in INF installation file"
  67. IDS_ERR_GET_WIN_DIR "Error retrieving Windows folder"
  68. IDS_ERR_NO_SPACE_INST "To install this package, you need %1 KB disk space on this drive. It is recommended that you free up the required disk space before you continue. \n\nDo you still want to continue?"
  69. IDS_ERR_GET_DISKSPACE "Failed to get disk space information from: %1."
  70. IDS_ERR_UNREG_OCX "Error unregistering the OCX %1"
  71. IDS_ERR_OPENPROCTK "NT Shutdown: OpenProcessToken error."
  72. IDS_ERR_ADJTKPRIV "NT Shutdown: AdjustTokenPrivileges error."
  73. IDS_ERR_EXITWINEX "NT Shutdown: ExitWindowsEx error."
  74. IDS_ERR_BAD_SYNTAX "Incorrect arguments for LaunchINFSection().\n\nSyntax: rundll32 advpack.dll,LaunchINFSection <INF Filename (required)>,<Install Section (optional)>"
  75. IDS_ERR_BAD_SYNTAX2 "Incorrect arguments for RegisterOCX().\n\nSyntax: rundll32 advpack.dll,RegisterOCX <OCX Filename (required)>"
  76. IDS_ERR_GET_PATH "Error getting full path of '%1'."
  77. IDS_ERR_CREATE_PROCESS "Error creating process <%1>. Reason: %2"
  78. IDS_ERR_GETVOLINFOR "Failed to get drive volume information from: %1."
  79. IDS_ERR_TOO_BIG "Error: the custom directory value is too big."
  80. IDS_ERR_CANT_FIND_FILE "Error: could not locate INF file '%1'."
  81. IDS_ERR_CABPATH "You must give the full path of file: %1 when calling LaunchINFSectionEx() function."
  82. IDS_ERR_NONTADMIN "You do not have administrator privileges on this machine. This installation cannot be completed correctly unless it is run by an administrator."
  83. END
  84. STRINGTABLE DISCARDABLE
  85. BEGIN
  86. IDS_FILEBACKUP_TITLE "File Backup"
  87. IDS_FILERESTORE_TITLE "File Restore"
  88. IDS_FILEBACKUP_ERROR "The file %1 was not backed up properly. Do you want to continue? If you choose to continue, you will not be able to uninstall later."
  89. IDS_BACKUPINIT_ERROR "The backup file to save uninstall information could not initialize. Do you want to continue? If you choose to continue, you will not be able to uninstall later."
  90. IDS_BACKUPDAT_ERROR "The backup file to restore the files could not initialize. Setup will not continue."
  91. IDS_RESTORE_ERROR "The file %1 could not be restored. Error code:%2\r\nDo you want to continue without restoring this file?"
  92. IDS_RESTORE_ERROR2 "The file %1 could not be restored.\r\nDo you want to continue without restoring this file?"
  93. IDS_ADVDEFTITLE "Advanced INF Installer"
  94. IDS_ERR_FMTMSG "Could not retrieve the system message. You may run out of the system resource."
  95. END
  96. //
  97. // version stamp
  98. //
  99. RCINCLUDE advpack.rcv