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.

503 lines
22 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: newdev.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. #define APSTUDIO_HIDDEN_SYMBOLS
  19. #include "windows.h"
  20. #undef APSTUDIO_HIDDEN_SYMBOLS
  21. #include "commctrl.h"
  22. #include "setupapi.h"
  23. #include "ntverp.h"
  24. /////////////////////////////////////////////////////////////////////////////
  25. #undef APSTUDIO_READONLY_SYMBOLS
  26. /////////////////////////////////////////////////////////////////////////////
  27. // English (U.S.) resources
  28. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  29. #ifdef _WIN32
  30. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  31. #pragma code_page(1252)
  32. #endif //_WIN32
  33. //
  34. // Version information
  35. //
  36. #include <ntverp.h>
  37. #define VER_FILETYPE VFT_DLL
  38. #define VER_FILESUBTYPE VFT_UNKNOWN
  39. #define VER_FILEDESCRIPTION_STR "Add Hardware Device Library"
  40. #define VER_INTERNALNAME_STR "newdev"
  41. #define VER_ORIGINALFILENAME_STR "newdev.dll"
  42. #include "common.ver"
  43. /////////////////////////////////////////////////////////////////////////////
  44. //
  45. // Dialog
  46. //
  47. IDD_NEWDEVWIZ_INTRO DIALOG DISCARDABLE 0, 0, 317, 186
  48. STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_POPUP | WS_CAPTION | WS_SYSMENU
  49. FONT 8, "MS Shell Dlg"
  50. BEGIN
  51. LTEXT "",IDC_INTRO_MSG1,115,7,195,24
  52. LTEXT "This wizard helps you install software for:",
  53. IDC_INTRO_MSG2,115,40,202,16
  54. LTEXT "Unknown Device",IDC_INTRO_DRVDESC,125,56,192,16,SS_NOPREFIX
  55. ICON IDI_CD,IDC_INTRO_ICON,115,87,20,20
  56. LTEXT "If your hardware came with an installation CD or floppy disk, insert it now.",
  57. IDC_INTRO_MSG3,140,90,175,16
  58. LTEXT "What do you want the wizard to do?",IDC_STATIC,115,127,
  59. 202,8
  60. CONTROL "&Install the software automatically (Recommended)",
  61. IDC_INTRO_SEARCH,"Button",BS_AUTORADIOBUTTON,125,142,192,
  62. 10
  63. CONTROL "Install from a list or &specific location (Advanced)",
  64. IDC_INTRO_ADVANCED,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  65. BS_MULTILINE,125,154,192,10
  66. LTEXT "Click Next to continue.",IDC_STATIC,115,178,108,8
  67. END
  68. IDD_NEWDEVWIZ_ADVANCEDSEARCH DIALOG DISCARDABLE 0, 0, 317, 143
  69. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN |
  70. WS_CAPTION
  71. FONT 8, "MS Shell Dlg"
  72. BEGIN
  73. CONTROL "&Search for the best driver in these locations.",
  74. IDC_ADVANCED_SEARCH,"Button",BS_AUTORADIOBUTTON,21,1,293,
  75. 10
  76. CONTROL "&Don't search. I will choose the driver to install.",
  77. IDC_ADVANCED_LIST,"Button",BS_AUTORADIOBUTTON,21,90,286,
  78. 10
  79. LTEXT "Use the check boxes below to limit or expand the default search, which includes local paths and removable media. The best driver found will be installed.",
  80. IDC_STATIC,31,15,286,20
  81. CONTROL "Search removable &media (floppy, CD-ROM...)",
  82. IDC_ADVANCED_REMOVABLEMEDIA,"Button",BS_AUTOCHECKBOX |
  83. WS_TABSTOP,41,39,275,10
  84. CONTROL "Include this l&ocation in the search:",
  85. IDC_ADVANCED_LOCATION,"Button",BS_AUTOCHECKBOX |
  86. WS_TABSTOP,41,53,276,10
  87. COMBOBOX IDC_ADVANCED_LOCATION_COMBO,51,67,182,74,CBS_DROPDOWN |
  88. CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  89. PUSHBUTTON "B&rowse",IDC_BROWSE,240,66,50,14
  90. LTEXT "Choose this option to select the device driver from a list. Windows does not guarantee that the driver you choose will be the best match for your hardware.",
  91. IDC_STATIC,31,104,286,20
  92. END
  93. IDD_NEWDEVWIZ_SEARCHING DIALOG DISCARDABLE 0, 0, 317, 143
  94. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN |
  95. WS_CAPTION
  96. FONT 8, "MS Shell Dlg"
  97. BEGIN
  98. ICON "",IDC_CLASSICON,21,17,20,20
  99. LTEXT "",IDC_DRVUPD_DRVDESC,52,18,255,16,SS_NOPREFIX
  100. CONTROL "Animate1",IDC_ANIMATE_SEARCH,"SysAnimate32",
  101. ACS_TRANSPARENT,148,50,20,20,WS_EX_TRANSPARENT
  102. END
  103. IDD_NEWDEVWIZ_WUPROMPT DIALOG DISCARDABLE 0, 0, 317, 143
  104. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN |
  105. WS_CAPTION
  106. FONT 8, "MS Shell Dlg"
  107. BEGIN
  108. ICON "",IDC_CLASSICON,21,1,21,20
  109. LTEXT "",IDC_DRVUPD_DRVDESC,52,1,255,16,SS_NOPREFIX
  110. LTEXT "It is recommended that you connect to the Internet so that the wizard can search online and look for the appropriate software.",
  111. IDC_WUPROMPT_MSG1,21,27,288,16
  112. CONTROL "Yes, connect and search for the software on the Internet",
  113. IDC_WU_SEARCHINET,"Button",
  114. BS_AUTORADIOBUTTON,31,53,286,10
  115. CONTROL "No, do not connect to the Internet now",
  116. IDC_WU_NOSEARCH,"Button",
  117. BS_AUTORADIOBUTTON,31,67,286,10
  118. LTEXT "If you know another place where the software might be located, click Back and select the Advanced option.",
  119. IDC_STATIC,21,115,274,16
  120. END
  121. IDD_NEWDEVWIZ_SELECTCLASS DIALOG DISCARDABLE 0, 0, 317, 143
  122. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  123. FONT 8, "MS Shell Dlg"
  124. BEGIN
  125. LTEXT "If you do not see the hardware category you want, click Show Add Devices.",
  126. IDC_NDW_TEXT,21,9,275,16
  127. LTEXT "Common &hardware types:",IDC_NDW_PICKCLASS_HWTYPES,21,31,177,8
  128. CONTROL "",IDC_NDW_PICKCLASS_CLASSLIST,"SysListView32",
  129. LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
  130. LVS_SORTASCENDING | LVS_SHAREIMAGELISTS | LVS_ALIGNLEFT |
  131. LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
  132. WS_GROUP | WS_TABSTOP,21,42,275,92
  133. END
  134. IDD_NEWDEVWIZ_SELECTDEVICE DIALOG DISCARDABLE 0, 0, 317, 143
  135. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  136. FONT 8, "MS Shell Dlg"
  137. BEGIN
  138. END
  139. IDD_NEWDEVWIZ_ANALYZEDEV DIALOG DISCARDABLE 0, 0, 317, 143
  140. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  141. FONT 8, "MS Shell Dlg"
  142. BEGIN
  143. LTEXT "",IDC_NDW_DESCRIPTION,52,16,244,28,SS_NOPREFIX
  144. ICON "",IDC_CLASSICON,21,16,21,20
  145. LTEXT "",IDC_NDW_TEXT,21,46,275,40
  146. LTEXT "The wizard is ready to install the driver for the following hardware device:",
  147. IDC_STATIC,21,1,275,8
  148. END
  149. IDD_NEWDEVWIZ_INSTALLDEV DIALOG DISCARDABLE 0, 0, 317, 143
  150. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  151. FONT 8, "MS Shell Dlg"
  152. BEGIN
  153. ICON "",IDC_CLASSICON,21,17,20,20
  154. LTEXT "",IDC_NDW_DESCRIPTION,52,18,255,16,SS_NOPREFIX
  155. CONTROL "Animate1",IDC_ANIMATE_INSTALL,"SysAnimate32",
  156. ACS_TRANSPARENT,66,60,198,28,WS_EX_TRANSPARENT
  157. LTEXT "",IDC_FILECOPY_TEXT1,66,98,189,8
  158. LTEXT "",IDC_FILECOPY_TEXT2,66,108,189,8
  159. LTEXT "",IDC_STATUS_TEXT,66,108,189,16
  160. CONTROL "",IDC_PROGRESS_INSTALL,"msctls_progress32",0,
  161. 66,123,179,8
  162. END
  163. IDD_NEWDEVWIZ_FINISHINSTALL_INTRO DIALOG DISCARDABLE 0, 0, 317, 186
  164. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  165. FONT 8, "MS Shell Dlg"
  166. BEGIN
  167. LTEXT "",IDC_INTRO_MSG1,115,7,195,24
  168. LTEXT "This wizard helps you finish installing software for:",
  169. IDC_INTRO_MSG2,115,40,202,16
  170. ICON "",IDC_CLASSICON,115,56,20,20
  171. LTEXT "Unknown Device",IDC_INTRO_DRVDESC,147,56,168,16,SS_NOPREFIX
  172. LTEXT "Click Next to continue.",IDC_STATIC,115,178,108,8
  173. END
  174. IDD_NEWDEVWIZ_FINISH DIALOG DISCARDABLE 0, 0, 317, 186
  175. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  176. FONT 8, "MS Shell Dlg"
  177. BEGIN
  178. LTEXT "",IDC_FINISH_MSG1,115,8,190,24
  179. LTEXT "The wizard has finished installing the software for:",
  180. IDC_FINISH_MSG2,115,40,202,16
  181. ICON "",IDC_CLASSICON,115,56,20,20
  182. LTEXT "",IDC_NDW_DESCRIPTION,147,56,168,16,SS_NOPREFIX
  183. LTEXT "",IDC_FINISH_MSG3,115,83,189,80
  184. PUSHBUTTON "R&esources...",IDC_NDW_DISPLAYRESOURCE,254,149,50,14
  185. LTEXT "\r\nClick Finish to close the wizard.",IDC_FINISH_MSG4,
  186. 115,170,202,16
  187. END
  188. IDD_NEWDEVWIZ_LISTDRIVERS DIALOG DISCARDABLE 0, 0, 317, 143
  189. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  190. FONT 8, "MS Shell Dlg"
  191. BEGIN
  192. ICON "",IDC_CLASSICON,21,1,20,20
  193. LTEXT "",IDC_DRVUPD_DRVDESC,52,1,255,16,SS_NOPREFIX
  194. CONTROL "",IDC_LISTDRIVERS_LISTVIEW,"SysListView32",LVS_REPORT |
  195. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS |
  196. LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_GROUP |
  197. WS_TABSTOP,21,29,274,70
  198. LTEXT "",IDC_NDW_TEXT,21,102,274,16
  199. ICON "",IDC_SIGNED_ICON,21,122,10,10
  200. LTEXT "means that this device driver is signed",IDC_SIGNED_TEXT,37,121,162,8
  201. CONTROL "<A>Tell me why driver signing is important</A>",
  202. IDC_SIGNED_LINK,"SysLink",WS_TABSTOP,37,131,162,8
  203. END
  204. IDD_NEWDEVWIZ_USECURRENT_FINISH DIALOG DISCARDABLE 0, 0, 317, 186
  205. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  206. FONT 8, "MS Shell Dlg"
  207. BEGIN
  208. LTEXT "Cannot Continue the Hardware Update Wizard",IDC_FINISH_MSG1,
  209. 115,8,190,24
  210. LTEXT "The wizard could not find a better match for your hardware than the software you currently have installed.",
  211. IDC_STATIC,115,40,202,16
  212. LTEXT "Choose what you want to do.",IDC_STATIC,115,64,176,8
  213. LTEXT "To keep the current software, click Finish.",IDC_STATIC,
  214. 125,79,164,8
  215. LTEXT "To search again in another location, click Back.",
  216. IDC_STATIC,125,91,163,8
  217. END
  218. IDD_NEWDEVWIZ_NODRIVER_FINISH DIALOG DISCARDABLE 0, 0, 317, 186
  219. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  220. FONT 8, "MS Shell Dlg"
  221. BEGIN
  222. LTEXT "Cannot Install this Hardware",
  223. IDC_FINISH_MSG1,115,8,190,24
  224. LTEXT "The hardware was not installed because the wizard cannot find the necessary software.",
  225. IDC_FINISH_MSG2,115,40,202,16
  226. LTEXT "When this computer connects to the Internet, Windows Update will search for the right software and notify you if it becomes available.",
  227. IDC_FINISH_MSG3,115,70,202,24
  228. ICON "",IDC_INFO_ICON,115,109,20,20
  229. LTEXT "Click Back if you have installation media such as a CD-ROM, or if you know the location of the software.",
  230. IDC_STATIC,132,108,182,24
  231. ICON "",IDC_HELPCENTER_ICON,115,150,20,20
  232. LTEXT "Click Finish to go to Help and Support Center for further help installing this hardware.",
  233. IDC_HELPCENTER_TEXT,132,149,182,32
  234. CONTROL "Don't prompt me again to install this software.",
  235. IDC_FINISH_PROMPT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  236. 115,177,202,10
  237. END
  238. IDD_WIZARDEXT_PRESELECT DIALOG DISCARDABLE 0, 0, 317, 143
  239. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  240. FONT 8, "MS Shell Dlg"
  241. BEGIN
  242. END
  243. IDD_WIZARDEXT_SELECT DIALOG DISCARDABLE 0, 0, 317, 143
  244. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  245. FONT 8, "MS Shell Dlg"
  246. BEGIN
  247. END
  248. IDD_WIZARDEXT_PREANALYZE DIALOG DISCARDABLE 0, 0, 317, 143
  249. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  250. FONT 8, "MS Shell Dlg"
  251. BEGIN
  252. END
  253. IDD_WIZARDEXT_PREANALYZE_END DIALOG DISCARDABLE 0, 0, 317, 143
  254. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  255. FONT 8, "MS Shell Dlg"
  256. BEGIN
  257. END
  258. IDD_WIZARDEXT_POSTANALYZE DIALOG DISCARDABLE 0, 0, 317, 143
  259. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  260. FONT 8, "MS Shell Dlg"
  261. BEGIN
  262. END
  263. IDD_WIZARDEXT_POSTANALYZE_END DIALOG DISCARDABLE 0, 0, 317, 143
  264. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  265. FONT 8, "MS Shell Dlg"
  266. BEGIN
  267. END
  268. IDD_WIZARDEXT_FINISHINSTALL DIALOG DISCARDABLE 0, 0, 317, 143
  269. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  270. FONT 8, "MS Shell Dlg"
  271. BEGIN
  272. END
  273. IDD_WIZARDEXT_FINISHINSTALL_END DIALOG DISCARDABLE 0, 0, 317, 143
  274. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION
  275. FONT 8, "MS Shell Dlg"
  276. BEGIN
  277. END
  278. /////////////////////////////////////////////////////////////////////////////
  279. //
  280. // Icon
  281. //
  282. // Icon with lowest ID value placed first to ensure application icon
  283. // remains consistent on all systems.
  284. IDI_NEWDEVICEICON ICON DISCARDABLE "NEWDEV.ICO"
  285. IDI_CD ICON DISCARDABLE "CDDRIVE.ICO"
  286. IDI_HELPCENTER ICON DISCARDABLE "HELPCNTR.ICO"
  287. IDI_BLANK ICON DISCARDABLE "BLANK.ICO"
  288. IDI_SIGNED ICON DISCARDABLE "SIGNED.ICO"
  289. IDI_WARN ICON DISCARDABLE "WARNING.ICO"
  290. IDI_INFO ICON DISCARDABLE "INFO.ICO"
  291. /////////////////////////////////////////////////////////////////////////////
  292. //
  293. // Bitmap
  294. //
  295. IDB_BANNERBMP BITMAP DISCARDABLE "BANNER.BMP"
  296. IDB_WATERBMP BITMAP DISCARDABLE "WATERMRK.BMP"
  297. /////////////////////////////////////////////////////////////////////////////
  298. //
  299. // AVIs
  300. //
  301. IDA_SEARCHING AVI "SEARCH.AVI"
  302. IDA_INSTALLING AVI "INSTALL.AVI"
  303. #ifdef APSTUDIO_INVOKED
  304. /////////////////////////////////////////////////////////////////////////////
  305. //
  306. // TEXTINCLUDE
  307. //
  308. 1 TEXTINCLUDE DISCARDABLE
  309. BEGIN
  310. "resrc1.h\0"
  311. END
  312. 2 TEXTINCLUDE DISCARDABLE
  313. BEGIN
  314. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  315. "#include ""windows.h""\r\n"
  316. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  317. "#include ""commctrl.h""\r\n"
  318. "#include ""setupapi.h""\r\n"
  319. "#include ""resource.h""\r\n"
  320. "#include ""ntverp.h""\r\n"
  321. "\0"
  322. END
  323. 3 TEXTINCLUDE DISCARDABLE
  324. BEGIN
  325. "\r\n"
  326. "\0"
  327. END
  328. #endif // APSTUDIO_INVOKED
  329. /////////////////////////////////////////////////////////////////////////////
  330. //
  331. // String Table
  332. //
  333. STRINGTABLE DISCARDABLE
  334. BEGIN
  335. IDS_UNKNOWN "Unknown"
  336. IDS_NDW_NOTADMIN "You do not have sufficient security privileges to install hardware on this computer. Please contact your site administrator, or logout and log in again as an administrator and try again."
  337. IDS_NOTADMIN_ERROR "Hardware installation cannot start with this user account.\nMake sure that this user account is a member of the Administrators group on this computer."
  338. IDS_NEWDEVICENAME "Hardware installation"
  339. IDS_NEEDREBOOT "The hardware you installed will not work until you restart your computer."
  340. END
  341. STRINGTABLE DISCARDABLE
  342. BEGIN
  343. IDS_DEFAULT_INTERNET_HOST
  344. "Windows Update"
  345. IDS_FOUNDNEW_FOUND "Windows found a driver for this device. To install the driver Windows found, click Next."
  346. IDS_UNKNOWNDEVICE "Unknown Device"
  347. IDS_NEWSEARCH "Searching For Drivers"
  348. END
  349. STRINGTABLE DISCARDABLE
  350. BEGIN
  351. IDS_NDW_PICKCLASS1 "Select a hardware type, and then click Next."
  352. IDS_NDW_ANALYZEERR1 "Windows was unable to register the device. You have two choices: You can continue or exit.\n"
  353. IDS_NDW_ANALYZEERR2 "To continue installing the software, click Next. "
  354. IDS_NDW_ANALYZEERR3 "To exit without installing the software, click Cancel."
  355. IDS_UPDATEDEVICE "Hardware Update Wizard"
  356. IDS_FOUNDDEVICE "Found New Hardware Wizard"
  357. IDS_NDW_ERRORFIN1 "An error occurred during the installation of the device.\n"
  358. IDS_NDW_ERRORFIN1_PNP "An error occurred during the installation of the device "
  359. END
  360. STRINGTABLE DISCARDABLE
  361. BEGIN
  362. IDS_FINISH_PROB_MSG2 "There was a problem installing this hardware:"
  363. IDS_FINISH_PROB_MSG4 "Click Finish to start a troubleshooter that can help you resolve the problem."
  364. IDS_NDW_STDCFG1 "Windows will use default settings to install the software for this hardware device. "
  365. IDS_NDW_STDCFG2 "To install the software for your new hardware, click Next."
  366. IDS_FINISH_PROB_ERROR_NO_ASSOCIATED_SERVICE
  367. "An error occurred during the installation of the device:\r\n\r\nThe driver installation file for this device is missing a necessary entry. This may be because the INF was written for Windows 95 or later. Contact your hardware vendor."
  368. IDS_FINISH_PROB_TRUST_E_SUBJECT_FORM_UNKNOWN
  369. "An error occurred during the installation of the device:\r\n\r\nThe driver cannot be installed because it is either not digitally signed or not signed in the appropriate manner. Contact your hardware vendor."
  370. END
  371. STRINGTABLE DISCARDABLE
  372. BEGIN
  373. IDS_NEWDEVWIZ_LISTDRIVERS
  374. "Please select the best match for your hardware from the list below."
  375. IDS_DRIVERDESC "Description"
  376. IDS_DRIVERVERSION "Version"
  377. IDS_DRIVERMFG "Manufacturer"
  378. IDS_DRIVERINF "Location"
  379. IDS_DRIVER_CURR "*This version is currently installed."
  380. END
  381. STRINGTABLE DISCARDABLE
  382. BEGIN
  383. IDS_NEWDEVWIZ_ADVANCEDSEARCH
  384. "Please choose your search and installation options."
  385. IDS_NEWDEVWIZ_SEARCH "Locate Driver Files."
  386. IDS_NEWDEVWIZ_SEARCHING "Please wait while the wizard searches..."
  387. IDS_NEWDEVWIZ_WUPROMPT "The wizard could not find the software on your computer for..."
  388. IDS_NEWDEVWIZ_SELECTCLASS "Hardware Type."
  389. IDS_NEWDEVWIZ_SELECTDEVICE "Select a device driver."
  390. IDS_NEWDEVWIZ_ANALYZEDEV "Start Device Driver Installation."
  391. IDS_NEWDEVWIZ_INSTALLDEV "Please wait while the wizard installs the software..."
  392. IDS_SEARCHING_RESULTS "The wizard found a driver for the following device:"
  393. IDS_INTRO_MSG1_NEW "Welcome to the Found New Hardware Wizard"
  394. IDS_INTRO_MSG1_UPGRADE "Welcome to the Hardware Update Wizard"
  395. IDS_FINISH_MSG1_UPGRADE "Completing the Hardware Update Wizard"
  396. IDS_FINISH_MSG1_NEW "Completing the Found New Hardware Wizard"
  397. IDS_FINISH_MSG1_INSTALL_PROBLEM
  398. "Cannot Install this Hardware"
  399. IDS_FINISH_MSG1_DEVICE_PROBLEM
  400. "Cannot Start this Hardware"
  401. IDS_NEWDEVICE_REBOOT "Windows has finished installing new devices. The software that supports your device requires that you restart your computer."
  402. IDS_FOUNDNEWHARDWARE "Found New Hardware"
  403. IDS_CONNECT_TITLE "Connect to the Internet?"
  404. IDS_FOUNDNEW_CONNECT "The software that supports this hardware is located on the Internet. Without it your hardware will not work.\r\n\r\nDo you want to connect to the Internet now so that this software can be installed on your computer?"
  405. IDS_WUFOUND_UPDATEMSG1 "By connecting to the Internet, the wizard can download and install this update on your computer. Select an option and click Next."
  406. IDS_WUFOUND_CHOICE1 "&Yes, connect to the Internet now"
  407. IDS_WUFOUND_CHOICE2 "&No, do not connect to the Internet now"
  408. IDS_BROWSE_TITLE "Select the folder that contains drivers for your hardware."
  409. IDS_LOGON_TEXT "You must be a member of the Administrators group on this computer to install this hardware:\r\n %s"
  410. END
  411. STRINGTABLE DISCARDABLE
  412. BEGIN
  413. IDS_LOCATION_BAD_DIR "The location you specified does not exist or cannot be reached.\r\n\r\nPlease enter another location or uncheck the 'Include this location in the search' box."
  414. IDS_LOCATION_NO_INFS "The location you specified does not contain any device information files.\r\n\r\nPlease enter another location or uncheck the 'Include this location in the search' box."
  415. IDS_SHOWALLDEVICES "Show All Devices"
  416. IDS_FINISH_BALLOON_SUCCESS "Your new hardware is installed and ready to use."
  417. IDS_FINISH_BALLOON_REBOOT "Your new hardware is installed but might not work properly until you reboot."
  418. IDS_FINISH_BALLOON_ERROR "A problem occurred during hardware installation. Your new hardware might not work properly."
  419. IDS_UPDATE_SETRESTOREPOINT "Update to an unsigned driver"
  420. IDS_NEW_SETRESTOREPOINT "Unsigned driver install"
  421. IDS_ROLLBACK_SETRESTOREPOINT
  422. "Rollback to an unsigned driver"
  423. IDS_SYSTEMRESTORE_TEXT "Setting a system restore point and backing up old files in case your system needs to be restored in the future."
  424. IDS_FILEOP_FROM, "From %s"
  425. IDS_FILEOP_TO, "To %s"
  426. IDS_FILEOP_FILE, "%s"
  427. IDS_FILEOP_BACKUP, "Backup %s"
  428. IDS_DRIVER_IS_SIGNED "This driver is digitally signed."
  429. IDS_DRIVER_NOT_SIGNED "This driver is not digitally signed!"
  430. END
  431. #endif // English (U.S.) resources
  432. /////////////////////////////////////////////////////////////////////////////
  433. #ifndef APSTUDIO_INVOKED
  434. /////////////////////////////////////////////////////////////////////////////
  435. //
  436. // Generated from the TEXTINCLUDE 3 resource.
  437. //
  438. /////////////////////////////////////////////////////////////////////////////
  439. #endif // not APSTUDIO_INVOKED