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.

623 lines
20 KiB

  1. #####mstools.inf all
  2. ;----------------------------------------------------
  3. ; LANGUAGE CHOICES
  4. ;----------------------------------------------------
  5. [LanguageID]
  6. LANGID_ENG = ENG
  7. ;LANGID_ITL = ITL
  8. ;LANGID_FRN = FRN
  9. ;LANGID_GER = GER
  10. [StringsENG]
  11. String1 = "Setup cannot install on the current processor."$(!LF)$(!LF)+
  12. "Cannot proceed with install."
  13. String4 = "Setup couldn't copy over the Win32 SDK files. "$(!LF)$(!LF)+
  14. "Cannot proceed with install."
  15. String5 = "Error querying init directory. "$(!LF)$(!LF)+
  16. "Initializing our own init directory."
  17. String6 = "Error querying environment variables."$(!LF)$(!LF)+
  18. "Cannot proceed with install."
  19. String7 = "Error modifying environment variabkes."$(!LF)$(!LF)+
  20. "Cannot proceed with install."
  21. String8 = "Size required for full installation is: "
  22. String9 = "Minimum size required for custom installation is: "
  23. String10 = " MB."
  24. String11 = "No drive was found with this much space."$(!LF)$(!LF)+
  25. "Cannot proceed with install."
  26. String12 = "There is space sufficient for the minimum Win32 SDK installation. "+
  27. "You need to run Setup again and choose custom installation."
  28. String13 = "Setup needs a full path specification of your destination. Please "+
  29. "reenter a new path. An example of af full path is: "
  30. String14 = "The drive entered in the Win32 SDK destination path is not "+
  31. "a valid drive for installation. Please reenter a new path."
  32. String15 = "There is no space free for the optional Win32 SDK components."
  33. ;***************************************************************************
  34. ; DIALOGS
  35. ; -------
  36. ; the following sections contain the dialogs used to interact with the user.
  37. ; for each language supported there is a different dialog section.
  38. ;***************************************************************************
  39. ;-----------------------------------------------
  40. ; WELCOME DIALOG
  41. ;-----------------------------------------------
  42. [WelcomeDlgENG]
  43. Caption = "Win32 SDK Setup"
  44. DlgText = "Welcome to Setup."$(LF)$(LF)+
  45. "The Setup program for the Microsoft Win32 Software "+
  46. "Development Kit for Windows NT "+
  47. "installs Win32 development tools. "+
  48. "Each Setup dialog has basic instructions for "+
  49. "completing a step of the installation. If you want additional "+
  50. "information and instructions about a dialog or option, please "+
  51. "press the Help key, F1."$(LF)$(LF)+
  52. "To learn how to use the Win32 SDK Setup, press F1."$(LF)$(LF)+
  53. "To install the Win32 SDK on your computer now, click Continue "+
  54. "or press Enter."$(LF)$(LF)+
  55. "To exit Setup without installing the Win32 SDK, press F3."
  56. Continue = Continue
  57. Help = Help
  58. Exit = Exit
  59. ; no needed for translation
  60. DlgType = Info
  61. DlgTemplate = WELCOME
  62. HelpContext = $(!IDH_DB_MSTWELCOME_INS)
  63. ;-----------------------------------------------
  64. ; INSTALL MODE DIALOG
  65. ;-----------------------------------------------
  66. [InstallModeDlgENG]
  67. Caption = "Setup Methods"
  68. DlgText = "Express Setup installs the Win32 SDK using default settings "+
  69. "and detected configuration."$(LF)$(LF)+
  70. "Custom Setup gives you more control in viewing detected configuration "+
  71. "and choosing options."$(LF)$(LF)+
  72. "Choose one of the two Setup methods:"
  73. Continue = "Continue"
  74. Help = "&Help"
  75. Exit = "&Exit"
  76. RadioHeader = ""
  77. Radio1Text = "&Express Setup"
  78. Radio2Text = "&Custom Setup"
  79. ; no translation needed after this
  80. DlgType = "Radio"
  81. DlgTemplate = "INSTALLMODE"
  82. HelpContext = $(!IDH_DB_MSTINSTALLMODE_INS)
  83. RadioDefault = $(STF_INSTALL_MODE)
  84. OptionsGreyed = {}
  85. ;-----------------------------------------------
  86. ; TOOLS DESTINATION DIALOG
  87. ;-----------------------------------------------
  88. [DestinationDlgENG]
  89. Caption = "Win32 SDK Destination"
  90. DlgText = "Setup recommends installing the Win32 SDK on the following "+
  91. "hard disk drive."
  92. Combo1Label = "Destination Drive:"
  93. Continue = "Continue"
  94. Help = "&Help"
  95. Exit = "&Exit"
  96. GroupLabel = "Destination Drive Characteristics"
  97. Static1Label = "Available Space:"
  98. footer1 = "MB"
  99. footer2 = "( For Full Setup )"
  100. footer3 = "( For Minimum Setup )"
  101. Static2Label = "Space Needed:"
  102. EditLabel = "SDK Directory:"
  103. ; no translation needed after this
  104. HelpContext = $(!IDH_DB_MSTDEST_INS)
  105. Static1Text = $(DestVolumeFree)
  106. Static2Text = $(MaxToolsSize)
  107. Static3Text = $(MinToolsSize)
  108. DlgType = Combination
  109. DlgTemplate = "DESTTOOLS"
  110. TextFields = {$(Static1Text), $(Static2Text), $(Static3Text)}
  111. ;
  112. ; Editboxes in the dialog
  113. ;
  114. EditTextLim = 256
  115. EditTextIn = $(MstoolsDir)
  116. EditFocus = "ALL"
  117. Combo1List = $(DestVolumeList)
  118. Combo1Out = $(DestVolume)
  119. ComboListItemsIn = {Combo1List}
  120. ComboListItemsOut = {Combo1Out}
  121. NotifyFields = {YES}
  122. ;-------------------------------------------------------------
  123. ; PARTIAL INSTALL COMPONENTS
  124. ;-------------------------------------------------------------
  125. [MSToolsOptionsDlgENG]
  126. Caption = "Win32 SDK Install Options"
  127. DlgText = "The following optional groups of files (components) can be "+
  128. "installed on your system."$(!LF)$(!LF)+
  129. "To remove a component, clear its checkbox."$(!LF)$(!LF)+
  130. "To install a component, check its checkbox."$(!LF)$(!LF)
  131. Check1Text = "Copy Win32 SDK samples."
  132. Check2Text = "Copy WinHelp files."
  133. Check3Text = "Copy C++ development files."
  134. Check4Text = "Copy Posix development files."
  135. Continue = "&Continue"
  136. Help = "&Help"
  137. Exit = "E&xit"
  138. CheckHeader = "Components:"
  139. SizeHeader = "Bytes Used:"
  140. Files = "Files..."
  141. SpaceRequired = "Total Disk Space Required:"
  142. SpaceAvailable = "Disk Space Available:"
  143. footer1 = "Bytes"
  144. ; no translation needed after this
  145. DlgType = "Check1"
  146. DlgTemplate = "TOOLSOPTIONS"
  147. HelpContext = $(!IDH_DB_MSTOPTIONS_INS)
  148. SizeAvailable = $(FreeForOptional)
  149. CheckItemsIn = { $(DoToolsSamples), $(DoToolsHelp), $(DoMfc), $(DoPosix) }
  150. CheckItemsInSizes = { $(ToolsSamplesSize), $(ToolsHelpSize), $(MfcSize), $(PosixSize) }
  151. OptionsGreyed = $(DisableList)
  152. ;--------------------------------------------------------------
  153. ; k) SETUP DONE - RESTART DIALOG
  154. ;--------------------------------------------------------------
  155. [SetupDoneDlgENG]
  156. Caption = "Win32 SDK Setup"
  157. DlgText = "Microsoft Win32 Software Development Kit for Windows NT is now installed."$(LF)$(LF)+
  158. "Please choose to exit back to the Windows NT System. You "+
  159. "need to logoff and logon again before you use the Win32 SDK."
  160. Windows = "Exit to &Windows NT"
  161. ; no translation need after this
  162. DlgType = "Info"
  163. DlgTemplate = "RESTART"
  164. ;--------------------------------------------------------------
  165. ; k) SETUP NOT DONE - RESTART DIALOG
  166. ;--------------------------------------------------------------
  167. [SetupNotDoneDlgENG]
  168. Caption = "Win32 SDK Setup"
  169. DlgText = "Microsoft Win32 Software Development Kit for Windows NT has not been installed."$(LF)$(LF)+
  170. "Please choose to exit back to the Windows NT System."
  171. Windows = "Exit to &Windows NT"
  172. ; no translation needed after this
  173. DlgType = "Info"
  174. DlgTemplate = "RESTART"
  175. ;**************************************************************************
  176. ; PROGRESS GUAGE VARIABLES
  177. ;**************************************************************************
  178. [ProgressCopyENG]
  179. ProCaption = "Win32 SDK Setup"
  180. ProCancel = "Cancel"
  181. ProCancelMsg = "Win32 SDK isn't correctly installed. Are you sure "+
  182. "you want to cancel copying files?"
  183. ProCancelCap = "Setup Message"
  184. ProText1 = "Copying:"
  185. ProText2 = "To:"
  186. ;----------------------------------------------
  187. ; EXIT WINDOWS NT TOOLS SETUP WARNING
  188. ;----------------------------------------------
  189. [ExitWarningDlgENG]
  190. STF_MB_TITLE = "Exit Win32 SDK Setup"
  191. STF_MB_TEXT = "Win32 SDK isn't correctly installed. Are you "+
  192. "sure you want to exit Setup?"
  193. ; no translation needed after this
  194. DlgType = "MessageBox"
  195. STF_MB_TYPE = 3
  196. STF_MB_ICON = 5
  197. STF_MB_DEF = 2
  198. #####other.inf all
  199. ;--------------------
  200. ; LANGUAGES SUPPORTED
  201. ;--------------------
  202. [LanguagesSupported]
  203. ENG
  204. [OptionDiskettesENG]
  205. ;
  206. Computer = "Computer Driver"
  207. Video = "Display Driver"
  208. Layout = "Keyboard Layout"
  209. Language = "Language Driver"
  210. Printer = "Printer Driver"
  211. Sound = "Sound Driver"
  212. Driver = "Driver"
  213. NetAdapter = "Network Adapter"
  214. NetDriver = "Network Driver"
  215. NetTransport = "Network Transport"
  216. NetService = "Network Service"
  217. Network = "Network"
  218. NetProvider = "Network Provider"
  219. [OptionDisketteMultiENG]
  220. OptDiskette = "software"
  221. ;-----------------------------------------------
  222. ; OEM DISKETTE PROMPT DIALOG
  223. ;-----------------------------------------------
  224. [DisketteDlgENG]
  225. Caption = "Insert Disk"
  226. DlgText = "Insert disk with "$(OemDiskette)" provided by the "+
  227. "software or hardware manufacturer. If the files can be found at "+
  228. "a different location, for example on another drive "+
  229. "type a new path to the files below."
  230. Continue = "OK"
  231. Cancel = "Cancel"
  232. ;no translation needed after this
  233. DlgType = "Edit"
  234. DlgTemplate = "DISKETTE"
  235. Edit1Label = ""
  236. EditTextIn = $(OemDisketteSrc)
  237. EditFocus = "ALL"
  238. ;--------------------------------------------------
  239. ; OEM SINGLE OPTION SELECT
  240. ;--------------------------------------------------
  241. [OemSingleOptionDlgENG]
  242. Caption = "Select OEM Option"
  243. DlgText = "Choose a "$(OemOptionTypeText)" supported by this hardware "+
  244. "manufacturer's disk."
  245. Continue = "OK"
  246. Cancel = "Cancel"
  247. Help = "&Help"
  248. ;no translation needed after this
  249. DlgType = List
  250. DlgTemplate = "OEMSINGLESEL"
  251. HelpContext = $(!IDH_DB_OEMSINGLESEL_INS)
  252. ListItemsIn = $(OemOptionTextList)
  253. ListItemsOut = *($(OemOptionTextList),1)
  254. ;--------------------------------------------------
  255. ; OEM MULTI OPTION SELECT
  256. ;--------------------------------------------------
  257. [OemMultiOptionENG]
  258. Caption = "Select OEM Option(s)"
  259. DlgText = "Choose "$(DeviceOem)"(s) supported by this hardware "+
  260. "manufacturer's disk."
  261. Continue = "OK"
  262. Cancel = "Cancel"
  263. Help = "&Help"
  264. ;no translation needed after this
  265. DlgType = List
  266. DlgTemplate = "OEMMULTISEL"
  267. HelpContext = $(!IDH_DB_OEMMULTISEL_INS)
  268. ListItemsIn = $(OemTextList)
  269. ListItemsOut = {}
  270. [NonFatalError1ENG]
  271. NonFatal = "Setup cannot find OEMSETUP.INF or OEMSETNT.INF."$(!LF)$(!LF)+
  272. "Please type a new path to the OEMSETUP.INF file."
  273. [NonFatalError2ENG]
  274. NonFatal = "The OEMSETUP.INF or OEMSETNT.INF file found is not valid "+
  275. "for the current option."$(!LF)$(!LF)+
  276. "Please type a new path to the OEMSETUP.INF file."
  277. #####subroutn.inf all
  278. ; Supported Languages:
  279. ;
  280. [LanguageID]
  281. ENG
  282. ;----------------------------------------------
  283. ; WARNING DIALOG
  284. ;----------------------------------------------
  285. [WarningDlgENG]
  286. STF_MB_TITLE = "Setup Message"
  287. ;no translation needed after this
  288. DlgType = "MessageBox"
  289. STF_MB_TEXT = $(DlgText)
  290. STF_MB_TYPE = 2
  291. STF_MB_ICON = 5
  292. STF_MB_DEF = 2
  293. ;----------------------------------------------
  294. ; FATAL ERROR DIALOG
  295. ;----------------------------------------------
  296. [FatalDlgENG]
  297. STF_MB_TITLE = "Setup Message"
  298. ;no translation needed after this
  299. DlgType = "MessageBox"
  300. STF_MB_TEXT = $(DlgText)
  301. STF_MB_TYPE = 1
  302. STF_MB_ICON = 3
  303. STF_MB_DEF = 1
  304. ;----------------------------------------------
  305. ; NONFATAL ERROR DIALOG
  306. ;----------------------------------------------
  307. [NonfatalDlgENG]
  308. STF_MB_TITLE = "Setup Message"
  309. ;no translation needed after this
  310. DlgType = "MessageBox"
  311. STF_MB_TEXT = $(DlgText)
  312. STF_MB_TYPE = 1
  313. STF_MB_ICON = 5
  314. STF_MB_DEF = 1
  315. ;----------------------------------------------
  316. ; z) STATUS DIALOG
  317. ;----------------------------------------------
  318. [StatusDlgENG]
  319. STF_MB_TITLE = "Setup Message"
  320. ;no translation needed after this
  321. DlgType = "MessageBox"
  322. STF_MB_TEXT = $(DlgText)
  323. STF_MB_TYPE = 1
  324. STF_MB_ICON = 2
  325. STF_MB_DEF = 1
  326. ;----------------------------------------------
  327. ; EXIT WINDOWS NT SETUP WARNING
  328. ;----------------------------------------------
  329. [ExitWarningDlgENG]
  330. STF_MB_TITLE = "Exit Windows NT Setup"
  331. STF_MB_TEXT = "Windows NT is not correctly installed. Are you "+
  332. "sure you want to exit Setup?"
  333. ;no translation needed after this
  334. DlgType = "MessageBox"
  335. STF_MB_TYPE = 3
  336. STF_MB_ICON = 5
  337. STF_MB_DEF = 2
  338. [BillboardDlgENG]
  339. ;no translation needed after this
  340. DlgType = Billboard
  341. DlgTemplate = $($0)
  342. TextFields = {$($1)}
  343. [DriversExistDlgENG]
  344. Caption = "Windows NT Setup"
  345. DlgText = "The driver(s) for this "$($1)" are already on the system. "+
  346. "Do you want to use the currently installed driver(s) or "+
  347. "install new one(s)."
  348. Current = "Cu&rrent"
  349. New = "&New"
  350. Cancel = "Cancel"
  351. Help = "&Help"
  352. ;no translation needed after this
  353. DlgType = "Info"
  354. DlgTemplate = "DRIVEREXISTS"
  355. HelpContext = $(!IDH_DB_DRIVEREXIST_INS)
  356. [DoAskSourceDlgTextENG]
  357. DlgText = "Setup needs to copy some Windows NT files."$(!LF)$(!LF)+
  358. "Setup will look for the files in the location specified below. If you want "+
  359. "Setup to look in a different place, type the new location. When the location "+
  360. "is correct, click Continue."
  361. [AskSourceStringsENG]
  362. String1 = "Error processing path entered. Please reenter the path."
  363. String2 = "Setup requires a full path of the Windows NT distribution files. "+
  364. "Please reenter the path."
  365. String3 = "Setup failed to find a free drive to use to connect to the "+
  366. "server specified. Please free up some drives and try again."
  367. String4 = "Setup failed to connect to the server specified. Please reenter "+
  368. "the path."
  369. ;-----------------------------------------------
  370. ; SOURCE PROMPT DIALOG
  371. ;-----------------------------------------------
  372. [DisketteDlgENG]
  373. Caption = "Windows NT Setup"
  374. Continue = "Continue"
  375. Cancel = "Cancel"
  376. ;no translation needed after this
  377. DlgType = "Edit"
  378. DlgTemplate = "DISKETTE"
  379. DlgText = $($1)
  380. Edit1Label = ""
  381. EditTextIn = $(Src)
  382. EditFocus = "ALL"
  383. #####update.inf all
  384. ;
  385. ; MEDIA AND FILE DESCRIPTIONS
  386. ;
  387. [Source Media Descriptions]
  388. 1 = "Windows NT 3.51 Update Disk #1" , TAGFILE = disk1
  389. 2 = "Windows NT 3.51 Update Disk #2" , TAGFILE = disk2
  390. 3 = "Windows NT 3.51 Update Disk #3" , TAGFILE = disk3
  391. 4 = "Windows NT 3.51 Update Disk #4" , TAGFILE = disk4
  392. 5 = "Windows NT 3.51 Update Disk #5" , TAGFILE = disk5
  393. 6 = "Windows NT 3.51 Update Disk #6" , TAGFILE = disk6
  394. 7 = "Windows NT 3.51 Update Disk #7" , TAGFILE = disk7
  395. 8 = "Windows NT 3.51 Update Disk #8" , TAGFILE = disk8
  396. 9 = "Windows NT 3.51 Update Disk #9" , TAGFILE = disk9
  397. 10 = "Windows NT 3.51 Update Disk #10" , TAGFILE = disk10
  398. [Strings]
  399. String1 = "This update disk cannot be used on this platform."
  400. String2 = "Setup failed to update the system."
  401. String3 = "Setup has successfully updated your system."
  402. String4 = "You do not have permission to update the system. Please contact your system administrator."
  403. String5 = "Setup failed to setup your updated files for secure operation."
  404. String8 = "Setup has detected that the version of the system installed is "+
  405. "newer than the update you are applying to it. The update can render "+
  406. "your system unstartable. Press OK if you still wish to continue "+
  407. "or press Cancel to exit Setup."
  408. ; PLEASE NOTE:
  409. ; Change the language mentioned in variable String9 to the language
  410. ; you are localizing to. That is if the localized language is Spanish,
  411. ; the word English should be changed to Espanol (?).
  412. ;
  413. String9 = "Setup is going to update your Windows NT system with the English "+
  414. "version of the update program. If you wish to cancel the update "+
  415. "process, please press Cancel or press OK to continue."
  416. String11 = "Setup couldn't find the setup.log file in your repair directory. "+
  417. "Setup cannot proceed to update your system. Please copy the setup.log "+
  418. "file from your Emergency Repair Disk to your repair directory "+
  419. "and restart the update."
  420. String12 = "Setup has not updated your system. If you wish to update your "+
  421. "system please run the update utility again."
  422. String13a = "Not enough hard disk space to run Setup. Setup needs at least "
  423. String13b = "MB of free hard disk space on "
  424. String13c = " before it can be run. Delete some"+
  425. " files and run the Update program again."
  426. String14 = "Setup cannot update your Windows NT files because it could not "+
  427. "determine your product type. Your registry may be corrupt."
  428. String15 = "Setup cannot update your checked system. The update can only "+
  429. "be applied to the retail system."
  430. String16 = "Setup cannot update your Windows NT files because your system is "+
  431. "NT 3.1. Please upgrade your system to the retail Windows NT 3.5, "+
  432. "and then update your system."
  433. String17 = "Setup cannot update your Windows NT files because your system is "+
  434. "a pre-release of NT 3.5. Please upgrade your system to the retail "+
  435. "Windows NT 3.5, and then update your system."
  436. String18 = "Setup cannot update your system using the current Service Pack. "+
  437. "You must first update your system using Service Pack 1 for NT 3.5."
  438. Billboard1 = "Please wait..."
  439. Billboard2 = "Please wait while the files to be updated are determined..."
  440. Billboard3 = "Please wait while the Emergency Repair Disk is updated..."
  441. [ProgressCopyENG]
  442. ProCaption = "Windows NT Setup"
  443. ProCancel = "Cancel"
  444. ProCancelMsg = "The Windows NT 3.51 files are not completely updated. Are you sure you want "+
  445. "to cancel copying files?"
  446. ProCancelCap = "Setup Message"
  447. ProText1 = "Copying:"
  448. ProText2 = "To:"
  449. [SetupDoneDlgENG]
  450. Caption = "Windows NT Setup"
  451. DlgText = "Windows NT 3.5 has been updated. If you change or add "+
  452. "any components to your system, you will need to "+
  453. "reapply the update."$(!LF)$(!LF)+
  454. "Remove disks from the floppy disk drives and "+
  455. "choose Restart Computer to run the updated system."
  456. Reboot = "&Restart Computer"
  457. Windows = "E&xit to Windows NT"
  458. DlgType = "Info"
  459. DlgTemplate = "REBOOT"
  460. [QueryOKCancelDlgENG]
  461. STF_MB_TITLE = "Setup Message"
  462. ;no translation needed after this
  463. DlgType = "MessageBox"
  464. STF_MB_TEXT = $(DlgText)
  465. STF_MB_TYPE = 2
  466. STF_MB_ICON = 4
  467. STF_MB_DEF = 1