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.

664 lines
29 KiB

  1. //{{NO_DEPENDENCIES}}
  2. //Microsoft App Studio generated resource script.
  3. //
  4. #include "appwizid.h"
  5. #include "winuser.h"
  6. #include "commctrl.h"
  7. #include "prsht.h"
  8. #ifdef WINNT
  9. #include "winuserp.h"
  10. #endif
  11. #include "winver.h"
  12. #include "appwiz.rcv"
  13. #include "resource.h"
  14. REGINST REGINST MOVEABLE PURE "selfreg_appwiz.inf"
  15. #ifndef DOWNLEVEL
  16. IDR_ADCCTL REGISTRY DISCARDABLE "ADCCtl.rgs"
  17. 1 TYPELIB "shappmgrp.tlb"
  18. default.hta HTML DISCARDABLE "default.hta"
  19. support.htm HTML DISCARDABLE "support.htm"
  20. def_size.htm HTML DISCARDABLE "def_size.htm"
  21. def_freq.htm HTML DISCARDABLE "def_freq.htm"
  22. arp.css HTML DISCARDABLE "arp.css"
  23. bplate.js HTML DISCARDABLE "bplate.js"
  24. dlg.js HTML DISCARDABLE "dlg.js"
  25. preload.js HTML DISCARDABLE "preload.js"
  26. util.js HTML DISCARDABLE "util.js"
  27. add.js HTML DISCARDABLE "add.js"
  28. config.js HTML DISCARDABLE "config.js"
  29. remove.js HTML DISCARDABLE "remove.js"
  30. accel.htc HTML DISCARDABLE "accel.htc"
  31. listbox.htc HTML DISCARDABLE "listbox.htc"
  32. places.htc HTML DISCARDABLE "places.htc"
  33. install_lg.gif HTML DISCARDABLE "install_lg.gif"
  34. add_lg.gif HTML DISCARDABLE "add_lg.gif"
  35. config_lg.gif HTML DISCARDABLE "config_lg.gif"
  36. winupd_lg.gif HTML DISCARDABLE "winupd_lg.gif"
  37. add.gif HTML DISCARDABLE "add.gif"
  38. winupd.gif HTML DISCARDABLE "winupd.gif"
  39. appwiz.ico HTML DISCARDABLE "appwiz.ico"
  40. instshld.ico HTML DISCARDABLE "instshld.ico"
  41. #endif //DOWNLEVEL
  42. STRINGTABLE PRELOAD DISCARDABLE
  43. BEGIN
  44. IDS_BYTES "%s bytes"
  45. IDS_ORDERKB "%sKB"
  46. IDS_ORDERMB "%sMB"
  47. IDS_ORDERGB "%sGB"
  48. IDS_ORDERTB "%sTB"
  49. IDS_ORDERPB "%sPB" // Peta (10^15)
  50. IDS_ORDEREB "%sEB" // Exa (10^18)
  51. IDS_UNKNOWN "Unknown"
  52. IDS_NOTUSED "Not Used"
  53. IDS_INSTALLED "Installed"
  54. IDS_LABEL_SIZE "Size"
  55. IDS_LABEL_TIMESUSED "Used"
  56. IDS_LABEL_INSTALLEDON "Installed On"
  57. IDS_LABEL_LASTUSED "Last Used On"
  58. IDS_RARELY "rarely"
  59. IDS_SOMETIMES "occasionally"
  60. IDS_OFTEN "frequently"
  61. IDS_ADDLATER "Add Later"
  62. IDS_WINUPD_URL "http://windowsupdate.microsoft.com/default.htm?page=productupdates"
  63. END
  64. //////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Bitmap
  67. //
  68. IDB_INSTALLBMP BITMAP MOVEABLE PURE "INSTALL.BMP"
  69. IDB_LEGACYINSTALLBMP BITMAP MOVEABLE PURE "LEGACY.BMP"
  70. IDB_SHORTCUTBMP BITMAP MOVEABLE PURE "SHORTCUT.BMP"
  71. IDB_CHECKSTATES BITMAP DISCARDABLE "CHKBOXS.BMP"
  72. IDB_DOSCONFIG BITMAP MOVEABLE PURE "CONFWIZ.BMP"
  73. IDB_PROGRESS BITMAP DISCARDABLE "progress.bmp"
  74. IDB_ARP0 BITMAP DISCARDABLE "ARP0.bmp"
  75. IDB_ARP1 BITMAP DISCARDABLE "ARP1.bmp"
  76. IDB_ARP2 BITMAP DISCARDABLE "ARP2.bmp"
  77. IDB_ARP3 BITMAP DISCARDABLE "ARP3.bmp"
  78. IDB_ARP4 BITMAP DISCARDABLE "ARP4.bmp"
  79. IDB_ARPX BITMAP DISCARDABLE "ARPX.bmp"
  80. IDB_ARPX1 BITMAP DISCARDABLE "ARPX1.bmp"
  81. //////////////////////////////////////////////////////////////////////////////
  82. //
  83. // Dialog
  84. //
  85. DLG_APPLIST DIALOGEX DISCARDABLE 0, 0, 227, 215
  86. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  87. CAPTION "Network Install"
  88. FONT 8, "MS Shell Dlg"
  89. BEGIN
  90. PUSHBUTTON "&Install...",IDC_BUTTONSETUPFROMLIST,160,173,60,14
  91. LTEXT "&The following software can be automatically installed by Windows. To install a program, select it from the list and click Install.",
  92. IDC_NETINSTINSTR,40,10,177,26
  93. LISTBOX IDC_APPLIST,7,46,212,125,LBS_SORT | WS_VSCROLL |
  94. WS_TABSTOP
  95. ICON IDI_LISTINST,IDC_NETINSTICON,7,10,18,20
  96. END
  97. #ifdef DOWNLEVEL
  98. DLG_INSTUNINSTALL DIALOGEX DISCARDABLE 0, 0, 227, 215
  99. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  100. CAPTION "Install/Uninstall"
  101. FONT 8, "MS Shell Dlg"
  102. BEGIN
  103. LTEXT "To install a new program from a floppy disk or CD-ROM drive, click Install.",
  104. IDC_INSTINSTR,40,7,179,20
  105. PUSHBUTTON "&Install...",IDC_BUTTONSETUP,155,36,60,14
  106. CONTROL "",IDC_STATIC,"Static",SS_SUNKEN,7,58,212,1
  107. ICON IDI_DISKINST,IDC_INSTICON,7,7,18,20
  108. LTEXT "Placeholder",
  109. IDC_UNINSTINSTR,40,67,180,36
  110. LISTBOX IDC_REGISTERED_APPS,7,105,212,88,LBS_SORT | WS_VSCROLL |
  111. WS_TABSTOP
  112. AUTOCHECKBOX "Force x86 Install/Uninstall", IDC_FORCEX86ENV,7,194,100,14
  113. PUSHBUTTON "Change/&Remove...",IDC_MODIFYUNINSTALL,140,194,75,14, WS_DISABLED
  114. PUSHBUTTON "&Change",IDC_MODIFY,85,194,40,14, NOT WS_VISIBLE
  115. PUSHBUTTON "Re&pair",IDC_REPAIR,130,194,40,14, NOT WS_VISIBLE
  116. PUSHBUTTON "&Remove",IDC_UNINSTALL,175,194,40,14, NOT WS_VISIBLE
  117. ICON IDI_UNINSTALL,IDC_UNINSTICON,7,67,18,20
  118. END
  119. #endif // DOWNLEVEL
  120. DLG_SETUP DIALOGEX DISCARDABLE 0, 0, 294, 154
  121. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  122. WS_SYSMENU
  123. CAPTION "Install Program From Floppy Disk or CD-ROM"
  124. FONT 8, "MS Shell Dlg"
  125. BEGIN
  126. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  127. 80,154
  128. LTEXT "",IDC_SETUPMSG,100,7,187,28
  129. ICON 0,IDC_SEARCHICON,100,60,18,20
  130. LTEXT "",IDC_SEARCHNAME,123,66,146,8
  131. END
  132. DLG_SETUPBROWSE DIALOGEX DISCARDABLE 0, 0, 294, 154
  133. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  134. WS_SYSMENU
  135. CAPTION "Run Installation Program"
  136. FONT 8, "MS Shell Dlg"
  137. BEGIN
  138. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  139. 80,154
  140. LTEXT "",IDC_SETUPMSG,100,7,187,28
  141. LTEXT "&Open:",IDC_CMDSTATIC,100,50,187,8
  142. EDITTEXT IDC_COMMAND,100,60,133,14,ES_AUTOHSCROLL
  143. PUSHBUTTON "B&rowse...",IDC_BROWSE,237,60,50,14
  144. END
  145. DLG_BROWSE DIALOGEX DISCARDABLE 0, 0, 294, 154
  146. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  147. WS_SYSMENU
  148. CAPTION "Create Shortcut"
  149. FONT 8, "MS Shell Dlg"
  150. BEGIN
  151. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  152. 80,154
  153. LTEXT "This wizard helps you to create shortcuts to local or network programs, files, folders, computers, or Internet addresses.",
  154. IDC_STATIC,100,7,187,28
  155. LTEXT "&Type the location of the item:",IDC_CMDSTATIC,100,37,
  156. 187,8
  157. EDITTEXT IDC_COMMAND,100,47,133,14,ES_AUTOHSCROLL
  158. PUSHBUTTON "B&rowse...",IDC_BROWSE,237,47,50,14
  159. LTEXT "Click Next to continue.",IDC_STATIC,100,77,133,8
  160. END
  161. DLG_PICKFOLDER DIALOGEX DISCARDABLE 0, 0, 294, 154
  162. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  163. WS_SYSMENU
  164. CAPTION "Select Program Folder"
  165. FONT 8, "MS Shell Dlg"
  166. BEGIN
  167. LTEXT "&Select a folder to place this shortcut in:",IDC_STATIC,100,7,
  168. 187,10
  169. CONTROL "",IDC_FOLDERTREE, WC_TREEVIEW, TVS_EDITLABELS |
  170. TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,100,17,187,70
  171. PUSHBUTTON "New &Folder...",IDC_NEWFOLDER,232,93,55,14
  172. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  173. 80,154
  174. END
  175. DLG_GETTITLE DIALOGEX DISCARDABLE 0, 0, 294, 154
  176. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  177. WS_SYSMENU
  178. CAPTION "Select a Title for the Program"
  179. FONT 8, "MS Shell Dlg"
  180. BEGIN
  181. LTEXT "&Type a name for this shortcut:",IDC_STATIC,100,7,187,
  182. 10
  183. EDITTEXT IDC_TITLE,100,17,187,14,ES_AUTOHSCROLL
  184. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  185. 11,11
  186. LTEXT "Click Finish to create the shortcut.",IDC_STATIC,100,48,
  187. 187,8
  188. END
  189. DLG_PICKICON DIALOGEX DISCARDABLE 0, 0, 294, 154
  190. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  191. WS_SYSMENU
  192. CAPTION "Select an Icon"
  193. FONT 8, "MS Shell Dlg"
  194. BEGIN
  195. LTEXT "&Select an icon for the shortcut:",IDC_STATIC,100,7,187,
  196. 10
  197. LISTBOX IDC_ICONLIST,100,17,187,130,LBS_OWNERDRAWFIXED |
  198. LBS_NOINTEGRALHEIGHT | LBS_MULTICOLUMN |
  199. LBS_DISABLENOSCROLL | WS_HSCROLL | WS_TABSTOP
  200. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  201. 80,154
  202. END
  203. DLG_WHICHCFG DIALOGEX DISCARDABLE 0, 0, 294, 154
  204. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  205. WS_SYSMENU
  206. CAPTION "Select MS-DOS Configuration"
  207. FONT 8, "MS Shell Dlg"
  208. BEGIN
  209. LTEXT "Select the MS-DOS configuration to use for this program:",
  210. IDC_STATIC,100,7,187,20
  211. CONTROL "&Use my standard MS-DOS settings",IDB_CURCFG,"Button",
  212. BS_AUTORADIOBUTTON,100,29,187,8
  213. CONTROL "&Let me choose new settings",IDB_CLEANCFG,"Button",
  214. BS_AUTORADIOBUTTON,100,40,184,8
  215. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  216. 80,154
  217. END
  218. DLG_RMOPTIONS DIALOGEX DISCARDABLE 0, 0, 294, 154
  219. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  220. WS_SYSMENU
  221. CAPTION "Select MS-DOS Configuration Options"
  222. FONT 8, "MS Shell Dlg"
  223. BEGIN
  224. LTEXT "&Select the options you want enabled each time you start this program in MS-DOS mode.",
  225. IDC_STATIC,100,7,187,17
  226. CONTROL "",IDC_OPTIONLIST,"SysListView32",LVS_REPORT |
  227. LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | WS_BORDER |
  228. WS_TABSTOP,100,25,187,95
  229. LTEXT "Click an item on the list to see a description of what it does.",
  230. IDC_OPTIONTIP,100,127,187,20,NOT WS_GROUP
  231. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,
  232. 80,154
  233. END
  234. //
  235. // Dialog for deleting programs.
  236. //
  237. DLG_DELITEM DIALOGEX DISCARDABLE 20, 20, 212, 200
  238. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | DS_CONTEXTHELP
  239. CAPTION "Remove Shortcuts/Folders"
  240. FONT 8, "MS Shell Dlg"
  241. BEGIN
  242. LTEXT "&To remove an item from the Start menu, select the item and click Remove.",
  243. IDC_TEXT,10,10,192,16
  244. CONTROL "",IDC_FOLDERTREE, WC_TREEVIEW,
  245. WS_TABSTOP | WS_BORDER | TVS_HASBUTTONS | TVS_HASLINES |
  246. TVS_SHOWSELALWAYS,
  247. 10,32,192,138
  248. PUSHBUTTON "&Remove",IDC_DELETEITEM,98,176,50,14
  249. DEFPUSHBUTTON "Close",IDOK,152,176,50,14
  250. END
  251. DLG_ADDLATER DIALOGEX DISCARDABLE 0, 0, 212, 154
  252. STYLE DS_MODALFRAME|(DS_SETFONT|DS_FIXEDSYS) | DS_3DLOOK | DS_CENTERMOUSE | WS_POPUP | WS_CAPTION | WS_SYSMENU
  253. CAPTION "Add Later"
  254. FONT 8, "MS Shell Dlg"
  255. BEGIN
  256. LTEXT "You may choose a date and time when you would like to add this program to your computer. For example, you can schedule this to happen when you are away from your computer.",
  257. IDC_TEXT,7,7,198,31
  258. AUTORADIOBUTTON "&Add program later ",IDC_ADDLATER,
  259. 7,40,73,10,WS_TABSTOP|WS_GROUP
  260. CONTROL "Picker",IDC_PICKER,DATETIMEPICK_CLASS,
  261. WS_BORDER | WS_CHILD | WS_VISIBLE | WS_TABSTOP | DTS_SHORTDATECENTURYFORMAT,
  262. 19,54,107,14
  263. AUTORADIOBUTTON "&Do not add program",IDC_UNSCHEDULE,
  264. 7,75,94,10, WS_TABSTOP
  265. DEFPUSHBUTTON "OK",IDOK,101,133,50,14,WS_TABSTOP|WS_GROUP
  266. PUSHBUTTON "Cancel",IDCANCEL,155,133,50,14,NOT WS_TABSTOP
  267. END
  268. DLG_UNCUNINSTALLBROWSE DIALOG DISCARDABLE 0, 0, 235, 115
  269. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  270. WS_SYSMENU
  271. CAPTION "Run Installation Program"
  272. FONT 8, "MS Shell Dlg"
  273. BEGIN
  274. LTEXT "Please specify the uninstall program location",IDC_TEXT,7,7,221,34
  275. LTEXT "&Command line for the uninstall program:",IDC_CMDSTATIC,7,57,124,8
  276. EDITTEXT IDC_COMMAND,7,69,165,14,ES_AUTOHSCROLL
  277. PUSHBUTTON "B&rowse...",IDC_BROWSE,178,69,50,14
  278. DEFPUSHBUTTON "OK",IDOK,122,94,50,14,WS_TABSTOP
  279. PUSHBUTTON "Cancel",IDCANCEL,178,94,50,14
  280. END
  281. DLG_MULTIUSERWARNING DIALOG DISCARDABLE 20, 20, 244, 95
  282. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  283. WS_SYSMENU
  284. CAPTION "Warning"
  285. FONT 8, "MS Shell Dlg"
  286. BEGIN
  287. ICON "",IDC_ICON_WARNING,7,7,20,20
  288. LTEXT "There are other users logged on to this computer.",
  289. IDC_STATIC,37,8,200,10
  290. LTEXT "If you uninstall this program while another user is running it, the program might not uninstall completely.",
  291. IDC_STATIC,37,23,200,18
  292. LTEXT "To properly change or remove this program, switch to and log off each user before you continue.",
  293. IDC_STATIC,37,46,200,18
  294. PUSHBUTTON "&Switch User",IDC_SWITCHUSER,78,76,50,14
  295. PUSHBUTTON "&Continue",IDOK,133,76,50,14
  296. PUSHBUTTON "Cancel",IDCANCEL,188,76,50,14
  297. END
  298. #ifndef DOWNLEVEL
  299. #ifdef WINNT
  300. DLG_CHGUSR DIALOG DISCARDABLE 0, 0, 294, 154
  301. STYLE DS_MODALFRAME | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  302. WS_SYSMENU
  303. CAPTION "Change User Option"
  304. FONT 8, "MS Shell Dlg"
  305. BEGIN
  306. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,80,154
  307. LTEXT "You have the option to make this new program available to everyone.",
  308. IDC_SETUPMSG,100,7,184,40
  309. CONTROL "Install",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON |
  310. BS_MULTILINE | WS_GROUP | WS_TABSTOP,100,46,184,20
  311. CONTROL "Execute",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON |
  312. BS_MULTILINE,100,73,184,20
  313. END
  314. DLG_CHGUSRFINISH DIALOG DISCARDABLE 0, 0, 294, 154
  315. STYLE DS_MODALFRAME | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  316. WS_SYSMENU
  317. CAPTION "Finish Admin Install"
  318. FONT 8, "MS Shell Dlg"
  319. BEGIN
  320. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,80,154
  321. LTEXT "Change ini mapping back by clicking Finish.",
  322. IDC_SETUPMSG,100,7,184,40
  323. END
  324. DLG_CHGUSRFINISH_PREV DIALOG DISCARDABLE 0, 0, 294, 154
  325. STYLE DS_MODALFRAME | 4L | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  326. WS_SYSMENU
  327. CAPTION "After Installation"
  328. FONT 8, "MS Shell Dlg"
  329. BEGIN
  330. CONTROL "",IDC_WIZBMP,"Static",SS_BITMAP | SS_REALSIZEIMAGE,0,0,80,154
  331. LTEXT "Please press Next.",
  332. IDC_SETUPMSG,100,7,184,40
  333. END
  334. #endif // WINNT
  335. #endif // DOWNLEVEL
  336. //////////////////////////////////////////////////////////////////////////////
  337. //
  338. // Icon
  339. //
  340. IDI_CPLICON ICON DISCARDABLE "APPWIZ.ICO"
  341. IDI_LISTINST ICON DISCARDABLE "LISTINST.ICO"
  342. IDI_DISKINST ICON DISCARDABLE "FLOPINST.ICO"
  343. IDI_UNINSTALL ICON DISCARDABLE "UNINSTAL.ICO"
  344. //////////////////////////////////////////////////////////////////////////////
  345. //
  346. // String Table
  347. //
  348. STRINGTABLE DISCARDABLE
  349. BEGIN
  350. IDS_NAME "Add or Remove Programs"
  351. IDS_INFO "Install or remove programs and Windows components."
  352. IDS_BADPATHMSG "The file %1 cannot be found."
  353. IDS_DUPLINK "A shortcut named %1 already exists in this folder. Do you want to replace it?"
  354. //
  355. // Special-case strings for non-standard install program names.
  356. // NOTE: These strings must be exact-match, and must include the extension
  357. // PTLOAD.EXE is the peachtree install program
  358. // WC3.EXE is Wing Commander 3
  359. // INSTCD is Star Trails
  360. //
  361. IDS_SPECIALCASE "[email protected]@INSTCD.EXE"
  362. //
  363. // Installation program names:
  364. // Install
  365. // Setup
  366. // Lots of Setupxxx's like SetupAI
  367. // Instal
  368. // Felrak
  369. // Instaluj
  370. // Installe
  371. // Installa
  372. // Installare
  373. // Imposta
  374. // KUR
  375. // Y�kle
  376. // Y�klemek
  377. // Y�kleme
  378. // Ayarla
  379. //
  380. IDS_SETUPPRGNAMES "Install@Setup@*Instal*@*Setup*@Felrak@Imposta@KUR@Y�kle*@Ayarla"
  381. IDS_EXTENSIONS "Bat@Com@Exe@Cmd"
  382. IDS_SETUPAPPNAMES "install@setup@uninst@unwise@felrak@imposta@kur@Y�kle@Ayarla"
  383. IDS_HAVESETUPPRG "If this is the correct installation program, click Finish. To start the automatic search again, click Back. To manually search for the installation program, click Browse."
  384. IDS_TSHAVESETUPPRG "If this is the correct installation program, click Next. To start the automatic search again, click Back. To manually search for the installation program, click Next."
  385. IDS_NOSETUPPRG "Windows was unable to find the installation program. Click Back to try again. Click Browse to find the installation program manually."
  386. IDS_INSERTDISK "Insert the product's first installation floppy disk or CD-ROM, and then click Next."
  387. IDS_SEARCHING "Please wait while Windows looks for the installation program."
  388. IDS_BADSETUP "Windows could not run the installation program. You may be out of memory. Close some files or programs, and then try again."
  389. IDS_BROWSEEXT "exe"
  390. //LOCALISATION: Watch out: the following (between the first two '@') should contain setup typical program names (with wildcards)
  391. // it was taken from IDS_SETUPPRGNAMES above
  392. IDS_BROWSEFILTER "Setup Programs@*Instal*.exe;*Setup*.exe;Felrak.exe;Imposta.exe;KUR.exe;Y�kle*.exe;Ayarla.exe@Programs@*.exe;*.com;*.bat;*.cmd@All Files@*.*"
  393. IDS_BROWSEFILTERMSI "Setup Programs@*Instal*.exe;*Setup*.exe;Felrak.exe;Imposta.exe;KUR.exe;Y�kle*.exe;Ayarla.exe;*.msi@Programs@*.exe;*.com;*.bat;*.cmd@All Files@*.*"
  394. IDS_BROWSETITLE "Browse"
  395. IDS_DEFBOOTDIR "C:\"
  396. IDS_VMCLOSED "%1 must be run in MS-DOS mode, so it has been terminated. Would you like to create a shortcut to this program that will run it in MS-DOS mode?"
  397. IDS_VMSTILLALIVE "%1 may not run well unless it is run in MS-DOS mode. Would you like to create a shortcut to this program that will run it in MS-DOS mode?"
  398. IDS_CHGPROPCLOSED "%1 must be run in MS-DOS mode. Do you want to change its shortcut properties to make it always run in MS-DOS mode?"
  399. IDS_CHGPROPSTILLALIVE "%1 may not run well unless it is run in MS-DOS mode. Do you want to change its shortcut properties to make it always run in MS-DOS mode?"
  400. IDS_GENERICNAME "The MS-DOS-based program you are running"
  401. IDS_NOSHORTCUT "Unable to create shortcut."
  402. IDS_OK "OK"
  403. IDS_1APPWARNTITLE "Program Requires MS-DOS Mode"
  404. IDS_NOSUPPORT1 "This program requires MS-DOS mode support for %1. \nOn the File menu, click Properties. On the Program Tab, click Advanced. Click Advanced MS-DOS Mode."
  405. IDS_NOSUPPORT2 "Add the appropriate line(s) to the CONFIG.SYS and or AUTOEXEC.BAT boxes. For information on what to add, see your documentation for this program."
  406. IDS_CANTDELETE "The system folder %1 can not be deleted."
  407. IDS_NONESEL "No folder selected."
  408. IDS_NEWFOLDERSHORT "NEWGRP"
  409. IDS_NEWFOLDERLONG "Program Group"
  410. IDS_CSHIGHSTRS "DEVICEHIGH" // Must be caps
  411. IDS_CSLOWSTR "Device"
  412. IDS_AEHIGHSTRS "LH@LOADHIGH" // Must be caps
  413. IDS_MOUSEENV "%MOUSE%"
  414. IDS_MOUSETSRS "[email protected]@[email protected]"
  415. IDS_MOUSEDRVS "[email protected]"
  416. IDS_NOCOPYENV "COMSPEC@CMDLINE@LONGCMD@WINDIR"
  417. IDS_SETCMD "SET "
  418. IDS_LOADHIGH "LoadHigh "
  419. IDS_DEVHIGH "DeviceHigh="
  420. IDS_MODNAME "The shortcut name you entered either contained characters that are invalid for file names or was too long."
  421. IDS_FILEFOLDERBROWSE_TITLE "Select the target of the shortcut below:"
  422. IDS_RESTRICTION "Add or Remove Programs has been restricted. Please check with your administrator."
  423. IDS_EXPIRED "You cannot install this program because the date for installing the program has expired."
  424. IDS_PASSASSIGNED "You must install this program on or by %s. Please choose a date before %s."
  425. IDS_PASSEXPIRED "The expiration date for installing this program is %s. You have chosen a date that occurs after the expiration date. Please choose a date before %s"
  426. IDS_UNINSTINSTR "&The following software can be automatically removed by Windows. To remove a program or to modify its installed components, select it from the list and click %s."
  427. IDS_UNINSTINSTR_NEW "Change or Remove"
  428. IDS_UNINSTINSTR_LEGACY "Change/Remove"
  429. IDS_CONFIRM_REMOVE "Are you sure you want to remove %s from your computer?"
  430. #ifndef DOWNLEVEL
  431. #ifdef WINNT
  432. IDS_CHGUSRTITLE "Change User Option"
  433. IDS_CHGUSROPT "You can install this application such that all users will have the same initial settings the first time they use this application. Most applications should be installed this way."
  434. IDS_CHGUSRINSTALL "&All users begin with common application settings."
  435. IDS_CHGUSREXECUTE "&Install application settings for this user only."
  436. IDS_GETINI_FAILED "Error %1%d getting Ini File mapping"
  437. IDS_SETINI_FAILED "Error %1%d setting Ini File mapping"
  438. IDS_CHGUSRUNINSTALL "Installed so &all users begin with common application settings."
  439. IDS_CHGUSRUNEXECUTE "&Installed so application settings were installed for this user only."
  440. IDS_CHGUSRUNINSTALLMSG "The uninstaller could not determine how your program was installed. Please make a choice below. Cancel will abort the uninstall. The program was:"
  441. IDS_QUERYVALUE_FAILED "Could not get Change User option from the registry."
  442. IDS_CHGUSRFINISH "When the installation has ended (successfully or not), please click the Finish button or the Cancel button. DO NOT CLICK THE BUTTONS BEFORE INSTALLATION HAS ENDED!"
  443. IDS_CHGUSRFINISH_PREV "After installation, please click Next."
  444. #endif // WINNT
  445. #endif // DOWNLEVEL
  446. IDS_FONTFACE0 "tahoma"
  447. IDS_FONTFACE1 "verdana"
  448. IDS_FONTFACE2 "marlett"
  449. IDS_FONTSIZEFRAME "8"
  450. IDS_FONTSIZEHELP "8"
  451. IDS_FONTSIZEHELPTITLE "13"
  452. IDS_FONTWEIGHTSEL "800"
  453. IDS_FONTWEIGHTHELPTITLE "800"
  454. IDS_CLOSE "Close"
  455. IDS_SHORTCUTCLOSE "o"
  456. IDS_CHANGEORREMOVEP "Change or\nRemove\nPrograms"
  457. IDS_SHORTCUTCHANE "h"
  458. IDS_ADDPROGRAMS "Add New\nPrograms"
  459. IDS_SHORTCUTADD "N"
  460. IDS_ADDREMOVEWINDOWS "Add/Remove\nWindows\nComponents"
  461. IDS_SHORTCUTWINDOWS "W"
  462. IDS_CURRENTINSTALLED "Currently installed programs:"
  463. IDS_ADDFROMCD "Add a program from CD-ROM or floppy disk"
  464. IDS_CDHELP "To add a program from a CD-ROM or floppy disk, click CD or Floppy"
  465. IDS_CDORFLOPPY "CD or Floppy"
  466. IDS_SHORTCUTCDORFLOPPY "F"
  467. IDS_ADDFROMMS "Add programs from Microsoft"
  468. IDS_ADDWUPDATEHELP "To add new Windows features, device drivers, and system updates over the Internet, click Windows Update"
  469. IDS_WINDOWSUPDATE "Windows Update"
  470. IDS_SHORTCUTWINUPDATE "U"
  471. IDS_LOADING "Loading Windows Components Wizard..."
  472. IDS_SUPPORT "Click here for support information."
  473. IDS_CHANGE "Change"
  474. IDS_REMOVE "Remove"
  475. IDS_CHANGEORREMOVE "Change/Remove"
  476. IDS_ADD " Add "
  477. IDS_DEFINITION "Definition:"
  478. IDS_SIZELABEL "Size"
  479. IDS_SIZE "Size"
  480. IDS_SIZEHELP "Windows estimates the amount of disk space a program (including folders and subfolders) occupies.\n This is only an estimate and can sometimes be incorrect."
  481. IDS_FREQUENCYLABEL "Used"
  482. IDS_FREQUENCY "Frequency of Use"
  483. IDS_FREQUENCYHELP "Windows measures the number of times the program has been run in the past 30 days and labels it accordingly."
  484. IDS_FREQUENCYHELP1 "Frequency is divided into three areas:"
  485. IDS_FREQUENCYHELP2 "'Rarely' - the program is rarely or never run.\n 'Occasionally' - the program is run sometimes.\n 'Frequently' - the program is run often."
  486. IDS_LASTUSEDLABEL "Last Used On"
  487. IDS_TECHSUPPORT "Use the following information to get technical support for "
  488. IDS_PUBLISHER "Publisher:"
  489. IDS_VERSION "Version:"
  490. IDS_CONTACT "Contact:"
  491. IDS_SUPPORTINFO "Support Information:"
  492. IDS_README "Readme:"
  493. IDS_UPDATE "Product Updates:"
  494. IDS_PRODUCTID "Product ID:"
  495. IDS_REGCOMPANY "Registered Company:"
  496. IDS_REGOWNER "Registered Owner:"
  497. IDS_COMMENTS "Comments:"
  498. IDS_REPAIRDESC "If this program is not working properly you may \nreinstall it by clicking Repair. "
  499. IDS_REPAIR "Repair"
  500. IDS_SORTBY "Sort by:"
  501. IDS_SORTBY_WIDTH "113"
  502. IDS_SHORTCUTSORT "S"
  503. IDS_GATEGORY "Category:"
  504. IDS_SHORTCUTCATEGORY "C"
  505. IDS_ADDFROMNETWORK "Add programs from your network:"
  506. IDS_APPNAME "Name"
  507. IDS_DATELASTUSED "Date Last Used"
  508. IDS_ALLCATEGORIES "All Categories"
  509. IDS_HELPCHANGEORREMOVE "To change this program or remove it from your computer, click Change or Remove."
  510. IDS_HELPCHANGE "To change this program, click Change."
  511. IDS_HELPREMOVE "To remove this program from your computer, click Remove."
  512. IDS_HELPCHANGEREMOVE "To change this program or remove it from your computer, click Change/Remove."
  513. IDS_SIZEUNIT "MB"
  514. IDS_USEDREARELY "rarely"
  515. IDS_USEDOCCASIONALLY "occasionally"
  516. IDS_USEDFREQUENTLY "frequently"
  517. IDS_ADDHELP "To add this program, click Add."
  518. IDS_APPINSTALLED "Installed"
  519. IDS_ARPTITLE "Add or Remove Programs"
  520. IDS_WAITFEEDBACK "Searching the network for available programs..."
  521. IDS_EMPTYFEEDBACK "No programs are available on the network"
  522. IDS_TERMSERVFEEDBACK "This machine is running Terminal Services in Application Server Mode. Applications are not available to install from the network in this mode."
  523. IDS_SIZETITLE "Definition: Size"
  524. IDS_FREQUENCYTITLE "Definition: Frequency"
  525. IDS_SUPPORTTITLE "Support Info"
  526. IDS_CONFIGURE "Configure"
  527. IDS_OCSETUPHELP "Click Configure to complete Setup for this component."
  528. IDS_OCSETUPWARNING "It cannot run until you have supplied all the necessary information."
  529. IDS_ADDREMOVEWIN "Add or remove Windows components"
  530. IDS_WINHELP "To add or remove a Windows component, such as Internet Information Services (IIS), click Components."
  531. IDS_COMPONENTS "Components"
  532. IDS_SERVICELABEL "Set up services:"
  533. IDS_PLEASEWAIT "Please wait while the list is being populated..."
  534. END
  535. STRINGTABLE DISCARDABLE
  536. BEGIN
  537. IDS_UNINSTALL_ERROR "Uninstaller Error"
  538. IDS_UNINSTALL_UNCUNACCESSIBLE "An error occurred while trying to remove %s. You do not have access to %s.\n You can specify the new uninstall program below."
  539. IDS_UNINSTALL_FAILED "An error occurred while trying to remove %1. It may have already been uninstalled.\n\nWould you like to remove %2 from the Add or Remove programs list?"
  540. IDS_CONFIGURE_FAILED "Windows is unable to setup the service requested."
  541. IDS_CANT_REMOVE_FROM_REGISTRY "You do not have sufficient access to remove %1 from the Add or Remove Programs list.\nPlease contact your system administrator."
  542. END
  543. /////////////////////////////////////////////////////////////////////////////
  544. //
  545. // UIFILE
  546. //
  547. IDR_ARP UIFILE DISCARDABLE "arp.uipp"
  548. IDR_ARPSTYLESTD UIFILE DISCARDABLE "arpstylestd.uipp"
  549. IDR_ARPSTYLETHEME UIFILE DISCARDABLE "arpstyletheme.uipp"
  550. #ifdef APSTUDIO_INVOKED
  551. //////////////////////////////////////////////////////////////////////////////
  552. //
  553. // TEXTINCLUDE
  554. //
  555. 1 TEXTINCLUDE DISCARDABLE
  556. BEGIN
  557. "appwizid.h\0"
  558. END
  559. 2 TEXTINCLUDE DISCARDABLE
  560. BEGIN
  561. "\0"
  562. END
  563. 3 TEXTINCLUDE DISCARDABLE
  564. BEGIN
  565. "\r\n"
  566. "\0"
  567. END
  568. /////////////////////////////////////////////////////////////////////////////////////
  569. #endif // APSTUDIO_INVOKED
  570. #ifndef APSTUDIO_INVOKED
  571. ////////////////////////////////////////////////////////////////////////////////
  572. //
  573. // Generated from the TEXTINCLUDE 3 resource.
  574. //
  575. /////////////////////////////////////////////////////////////////////////////////////
  576. #endif // not APSTUDIO_INVOKED