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.

429 lines
24 KiB

  1. //***************************************************************************
  2. //* Copyright (c) Microsoft Corporation 1996. All rights reserved. *
  3. //***************************************************************************
  4. //* *
  5. //* CABPACK.RC - *
  6. //* *
  7. //***************************************************************************
  8. #include <windows.h>
  9. #include <commctrl.h>
  10. #include "resource.h"
  11. //***************************************************************************
  12. //* Copyright (c) Microsoft Corporation 1996. All rights reserved. *
  13. //***************************************************************************
  14. //* *
  15. //* CABPACK.DLG - *
  16. //* *
  17. //***************************************************************************
  18. IDD_WELCOME DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  19. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  20. CAPTION "IExpress Wizard"
  21. FONT 8, "MS Shell Dlg"
  22. BEGIN
  23. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  24. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  25. LTEXT "Welcome to IExpress 2.0",IDC_BIGTEXT,92,0,154,27
  26. LTEXT "This wizard will help you create a self-extracting / self-installing package."
  27. IDC_UNUSED,92,20,184,24
  28. LTEXT "First, you need to create a Self Extraction Directive (SED) file to store information about your package. If you have already done this, select Open existing one; otherwise, select Create New Self Extraction Directive file.",
  29. IDC_UNUSED,92,44,184,40
  30. CONTROL "Create new Self Extraction Directive file.", IDC_RAD_CREATE_NEW,
  31. "Button",BS_AUTORADIOBUTTON|WS_GROUP,92,84,175,15
  32. CONTROL "Open existing Self Extraction Directive file:", IDC_RAD_OPEN_EXISTING,
  33. "Button",BS_AUTORADIOBUTTON,92,99,175,15
  34. EDITTEXT IDC_EDIT_OPEN_CDF,104,117,115,12,ES_AUTOHSCROLL|WS_GROUP
  35. PUSHBUTTON "B&rowse",IDC_BUT_BROWSE,226,116,50,14
  36. END
  37. IDD_MODIFY DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  38. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  39. CAPTION "IExpress Wizard"
  40. FONT 8, "MS Shell Dlg"
  41. BEGIN
  42. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  43. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  44. LTEXT "Modify or create",IDC_BIGTEXT,92,0,154,27
  45. LTEXT "You have selected an existing Self Extraction Directive file. If you want to make modifications to it, select Modify Self Extraction Directive file; otherwise, you can skip to the package creation page by selecting Create Package."
  46. IDC_UNUSED,92,20,184,40
  47. CONTROL "Create Package.",IDC_RAD_CREATE,
  48. "Button",BS_AUTORADIOBUTTON|WS_GROUP,92,60,175,15
  49. CONTROL "Modify Self Extraction Directive file.", IDC_RAD_MODIFY,
  50. "Button",BS_AUTORADIOBUTTON,92,75,175,15
  51. END
  52. IDD_TITLE DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  53. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  54. CAPTION "IExpress Wizard"
  55. FONT 8, "MS Shell Dlg"
  56. BEGIN
  57. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  58. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  59. LTEXT "Package title",IDC_BIGTEXT,92,0,154,27
  60. LTEXT "Type the title of your package in the following box. This title will appear on all dialog boxes that the user sees."
  61. IDC_UNUSED,92,20,184,24
  62. EDITTEXT IDC_EDIT_TITLE,92,44,184,12,ES_AUTOHSCROLL
  63. END
  64. IDD_PROMPT DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  65. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  66. CAPTION "IExpress Wizard"
  67. FONT 8, "MS Shell Dlg"
  68. BEGIN
  69. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  70. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  71. LTEXT "Confirmation prompt",IDC_BIGTEXT,92,0,154,27
  72. LTEXT "If you want to confirm that the user wants to install your package, select Prompt User With and type the prompt. Otherwise, select No Prompt."
  73. IDC_UNUSED,92,20,184,32
  74. CONTROL "No prompt.", IDC_RAD_NO_PROMPT,
  75. "Button",BS_AUTORADIOBUTTON|WS_GROUP,92,52,175,15
  76. CONTROL "Prompt user with:", IDC_RAD_YES_PROMPT,
  77. "Button",BS_AUTORADIOBUTTON,92,67,175,15
  78. EDITTEXT IDC_EDIT_PROMPT,104,85,172,12,ES_AUTOHSCROLL|WS_GROUP
  79. END
  80. IDD_LICENSETXT DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  81. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  82. CAPTION "IExpress Wizard"
  83. FONT 8, "MS Shell Dlg"
  84. BEGIN
  85. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  86. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  87. LTEXT "License agreement",IDC_BIGTEXT,92,0,154,27
  88. LTEXT "If you want to display a License Agreement before allowing an installation, select Display a License and choose the License file; otherwise, select Do Not Display a License."
  89. IDC_UNUSED,92,20,184,32
  90. CONTROL "Do not display a license.", IDC_RAD_NO_LICENSE,
  91. "Button",BS_AUTORADIOBUTTON|WS_GROUP,92,52,175,15
  92. CONTROL "Display a license:", IDC_RAD_YES_LICENSE,
  93. "Button",BS_AUTORADIOBUTTON,92,67,175,15
  94. EDITTEXT IDC_EDIT_LICENSE,104,85,115,12,ES_AUTOHSCROLL|WS_GROUP
  95. PUSHBUTTON "B&rowse",IDC_BUT_BROWSE,226,84,50,14
  96. END
  97. IDD_FILES DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  98. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  99. CAPTION "IExpress Wizard"
  100. FONT 8, "MS Shell Dlg"
  101. BEGIN
  102. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  103. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  104. LTEXT "Packaged files",IDC_BIGTEXT,92,0,154,27
  105. LTEXT "Create a list of files that you want in your compressed package."
  106. IDC_UNUSED,92,20,184,24
  107. CONTROL "LV_files",IDC_LV_CAB_FILES,WC_LISTVIEW,LVS_REPORT
  108. |WS_GROUP|WS_TABSTOP,92,44,184,75
  109. PUSHBUTTON "&Add",IDC_BUT_ADD,92,126,50,14,WS_GROUP
  110. PUSHBUTTON "&Remove",IDC_BUT_REMOVE,148,126,50,14
  111. END
  112. IDD_COMMAND DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  113. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  114. WS_SYSMENU
  115. CAPTION "IExpress Wizard"
  116. FONT 8, "MS Shell Dlg"
  117. BEGIN
  118. CONTROL 2200,IDC_BMPFRAME,"Static",SS_BITMAP | SS_CENTERIMAGE |
  119. SS_SUNKEN,0,0,80,140
  120. LTEXT "Install Program to Launch",IDC_BIGTEXT,89,5,166,12
  121. LTEXT "Select the programs or INF files to launch from the package. A custom command can also be created below.",
  122. IDC_UNUSED,89,25,184,24
  123. LTEXT "Install Program",IDC_UNUSED,89,54,45,20
  124. LTEXT "The below comand will be run after the install has completed.",
  125. IDC_UNUSED,89,81,180,17
  126. LTEXT "Post Install\nCommand",IDC_UNUSED,89,110,40,20
  127. COMBOBOX IDC_CB_INSTALLCMD,139,54,130,65,CBS_DROPDOWN |
  128. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  129. COMBOBOX IDC_CB_POSTCMD,139,110,130,65,CBS_DROPDOWN |
  130. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  131. END
  132. IDD_SHOWWINDOW DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  133. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  134. CAPTION "IExpress Wizard"
  135. FONT 8, "MS Shell Dlg"
  136. BEGIN
  137. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  138. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  139. LTEXT "Show window",IDC_BIGTEXT,92,0,154,27
  140. LTEXT "Select how your installation program's window will be displayed."
  141. IDC_UNUSED,92,20,184,24
  142. CONTROL "Default (recommended)", IDC_RAD_DEFAULT,
  143. "Button",BS_AUTORADIOBUTTON|WS_GROUP,92,44,175,15
  144. CONTROL "Hidden", IDC_RAD_HIDDEN,
  145. "Button",BS_AUTORADIOBUTTON,92,59,175,15
  146. CONTROL "Minimized", IDC_RAD_MINIMIZED,
  147. "Button",BS_AUTORADIOBUTTON,92,74,175,15
  148. CONTROL "Maximized", IDC_RAD_MAXIMIZED,
  149. "Button",BS_AUTORADIOBUTTON,92,89,175,15
  150. END
  151. IDD_FINISHMSG DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  152. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  153. CAPTION "IExpress Wizard"
  154. FONT 8, "MS Shell Dlg"
  155. BEGIN
  156. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  157. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  158. LTEXT "Finished message",IDC_BIGTEXT,92,0,154,27
  159. LTEXT "If you want to display a message to the user after installation is complete, select Display Message and type the message; otherwise, select No Message."
  160. IDC_UNUSED,92,20,184,32
  161. CONTROL "No message.", IDC_RAD_NO_FINISHMSG,
  162. "Button",BS_AUTORADIOBUTTON|WS_GROUP,92,52,175,15
  163. CONTROL "Display message:", IDC_RAD_YES_FINISHMSG,
  164. "Button",BS_AUTORADIOBUTTON,92,67,175,15
  165. EDITTEXT IDC_EDIT_FINISHMSG,104,85,172,12,ES_AUTOHSCROLL|WS_GROUP
  166. END
  167. IDD_TARGET DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  168. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  169. WS_SYSMENU
  170. CAPTION "IExpress Wizard"
  171. FONT 8, "MS Shell Dlg"
  172. BEGIN
  173. CONTROL 2200,IDC_BMPFRAME,"Static",SS_BITMAP | SS_CENTERIMAGE |
  174. SS_SUNKEN,0,0,80,140
  175. LTEXT "Package Name and Options",IDC_BIGTEXT,92,0,173,25
  176. LTEXT "Enter the target path and filename for your package. This is the file that will get downloaded and executed by the user.",
  177. IDC_UNUSED,90,30,180,25
  178. EDITTEXT IDC_EDIT_TARGET,90,61,127,12,ES_AUTOHSCROLL
  179. PUSHBUTTON "B&rowse",IDC_BUT_BROWSE,224,60,50,14
  180. CONTROL "Hide File Extracting Progress Animation from User",
  181. IDC_HIDEEXTRACTUI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,95,
  182. 95,175,15
  183. GROUPBOX "Options",IDC_UNUSED,90,85,185,50
  184. CONTROL "Store files using Long File Name inside Package",
  185. IDC_USE_LFN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,95,115,
  186. 175,15
  187. END
  188. IDD_TARGET_CAB DIALOG DISCARDABLE 0, 0, 276, 143
  189. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  190. WS_SYSMENU
  191. CAPTION "IExpress Wizard"
  192. FONT 8, "MS Shell Dlg"
  193. BEGIN
  194. CONTROL 2200,IDC_BMPFRAME,"Static",SS_BITMAP | SS_CENTERIMAGE |
  195. SS_SUNKEN,0,0,80,140
  196. LTEXT "Package Name and Options",IDC_BIGTEXT,92,0,173,23
  197. LTEXT "Enter a 8.3 format filename for the cabinet (CAB) file. If you choose to build a fixed size CAB file(s), only the first FIVE characters will be used as the file's base name.",
  198. IDC_UNUSED,90,25,180,30
  199. EDITTEXT IDC_EDIT_TARGET,90,58,127,14,ES_AUTOHSCROLL
  200. PUSHBUTTON "B&rowse",IDC_BUT_BROWSE,224,58,50,14
  201. GROUPBOX "Options",IDC_UNUSED,90,78,185,62
  202. LTEXT "Reserve space in the CAB file for Code Signing:",
  203. IDC_UNUSED,95,88,120,23
  204. COMBOBOX IDC_CB_RESVCABSP,220,88,40,60,CBS_DROPDOWNLIST |
  205. CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  206. CONTROL "Create fixed size CAB file(s)",
  207. IDC_MULTIPLE_CAB,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  208. 95,112,175,12
  209. CONTROL "Store files using Long File Name inside Package",
  210. IDC_USE_LFN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,95,125,175,12
  211. END
  212. IDD_CABLABEL DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  213. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  214. WS_SYSMENU
  215. CAPTION "IExpress Wizard"
  216. FONT 8, "MS Shell Dlg"
  217. BEGIN
  218. CONTROL 2200,IDC_BMPFRAME,"Static",SS_BITMAP | SS_CENTERIMAGE |
  219. SS_SUNKEN,0,0,80,140
  220. LTEXT "Cabinet Information",IDC_BIGTEXT,92,0,173,23
  221. LTEXT "Enter the layout INF filename. This generated file depicts the relations between the source files and the Cabinet file.",
  222. IDC_UNUSED,90,30,180,30
  223. EDITTEXT IDC_EDIT_LAYOUTINF,90,60,127,14,ES_AUTOHSCROLL
  224. PUSHBUTTON "B&rowse",IDC_BUT_BROWSE,224,60,50,14
  225. LTEXT "Enter the label name for the source media. If installer could not find the file, this is the media name used to prompt user.",
  226. IDC_UNUSED,90,90,180,30
  227. EDITTEXT IDC_EDIT_CABLABEL,90,120,127,12,ES_AUTOHSCROLL
  228. END
  229. IDD_SAVE DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  230. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  231. CAPTION "IExpress Wizard"
  232. FONT 8, "MS Shell Dlg"
  233. BEGIN
  234. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  235. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  236. LTEXT "Save Self Extraction Directive",IDC_BIGTEXT,92,0,184,27
  237. LTEXT "If you would like to save this information for later use, select Save Self Extraction Directive (SED) file; otherwise, select Don't save."
  238. IDC_UNUSED,92,20,184,32
  239. LTEXT "If you choose to save this information, you can modify it later and recreate your package, without re-entering all the previous information.",
  240. IDC_UNUSED,92,52,184,32
  241. CONTROL "Save Self Extraction Directive (SED) file:", IDC_RAD_YES_SAVE,
  242. "Button",BS_AUTORADIOBUTTON|WS_GROUP,92,84,175,15
  243. CONTROL "Don't save.", IDC_RAD_NO_SAVE,
  244. "Button",BS_AUTORADIOBUTTON,92,118,175,15
  245. EDITTEXT IDC_EDIT_SAVE_CDF,104,102,115,12,ES_AUTOHSCROLL|WS_GROUP
  246. PUSHBUTTON "B&rowse",IDC_BUT_BROWSE,226,101,50,14
  247. END
  248. IDD_CREATE DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  249. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  250. CAPTION "IExpress Wizard"
  251. FONT 8, "MS Shell Dlg"
  252. BEGIN
  253. CONTROL IDB_BMP,IDC_BMPFRAME,"Static",
  254. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,WIZ_CXBMP,WIZ_CYDLG
  255. LTEXT "Create package",IDC_BIGTEXT,92,0,154,27
  256. LTEXT "You are now ready to create your package. Click Next to start the process. It can take several minutes to finish."
  257. IDC_TEXT_CREATE1,92,20,184,32
  258. LTEXT "Your package has been created. Click Finish when you are ready to quit."
  259. IDC_TEXT_CREATE2,92,20,184,32
  260. LTEXT "Status:",IDC_TEXT_STATUS,92,52,30,8
  261. EDITTEXT IDC_MEDIT_STATUS,92,62,184,78,ES_MULTILINE
  262. |WS_VSCROLL|WS_HSCROLL|WS_TABSTOP|ES_READONLY
  263. END
  264. IDD_PACKPURPOSE DIALOG DISCARDABLE 0, 0, 276, 148
  265. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  266. WS_SYSMENU
  267. CAPTION "IExpress Wizard"
  268. FONT 8, "MS Shell Dlg"
  269. BEGIN
  270. CONTROL 2200,IDC_BMPFRAME,"Static",SS_BITMAP | SS_CENTERIMAGE |
  271. SS_SUNKEN,0,0,80,140
  272. LTEXT "Package purpose",IDC_BIGTEXT,88,2,167,22
  273. LTEXT "Select final result of the package.",IDC_UNUSED,90,25,
  274. 184,13
  275. CONTROL "Extract files and run an installation command",
  276. IDC_CMD_RUNCMD,"Button",BS_AUTORADIOBUTTON | WS_GROUP,90,
  277. 40,175,10
  278. CONTROL "Extract files only",IDC_CMD_EXTRACT,"Button",
  279. BS_AUTORADIOBUTTON,90,55,175,10
  280. CONTROL "Create compressed files only (ActiveX Installs)",IDC_CMD_CREATECAB,"Button",
  281. BS_AUTORADIOBUTTON,90,70,180,10
  282. LTEXT "Test",IDC_CMD_NOTES,95,100,166,33
  283. GROUPBOX "Description",IDC_UNUSED,90,90,180,50
  284. END
  285. IDD_REBOOT DIALOG DISCARDABLE 0, 0, WIZ_CXDLG, WIZ_CYDLG
  286. STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  287. WS_SYSMENU
  288. CAPTION "IExpress Wizard"
  289. FONT 8, "MS Shell Dlg"
  290. BEGIN
  291. CONTROL 2200,IDC_BMPFRAME,"Static",SS_BITMAP | SS_CENTERIMAGE |
  292. SS_SUNKEN,0,0,80,140
  293. LTEXT "Configure restart",IDC_BIGTEXT,90,0,154,27
  294. LTEXT "Select how you want the system to restart at the end of your installation program.",
  295. IDC_UNUSED,95,40,174,22
  296. CONTROL "No restart",IDC_REBOOT_NO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,
  297. 95,60,130,15
  298. CONTROL "Always restart",IDC_REBOOT_ALWAYS,"Button",
  299. BS_AUTORADIOBUTTON,95,75,135,15
  300. CONTROL "Only restart if needed",IDC_REBOOT_IFNEED,"Button",
  301. BS_AUTORADIOBUTTON,95,90,165,15
  302. CONTROL "Do not prompt user before restarting",IDC_REBOOT_SILENT,
  303. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,90,115,145,20
  304. GROUPBOX "",IDC_UNUSED,90,30,180,85
  305. END
  306. //***************************************************************************
  307. //* STRING TABLES *
  308. //***************************************************************************
  309. STRINGTABLE
  310. BEGIN
  311. IDS_APPNAME "IExpress Wizard"
  312. IDS_MSSERIF "MS Serif"
  313. IDS_QUERYCANCEL "Are you sure you want to quit the IExpress Wizard?"
  314. IDS_LOSE_CHANGES "Returning to the Welcome page will reset all the changes you have made. Are you sure you want to continue?"
  315. IDS_DDF_HEADER ";Auto-generated Diamond Directive File. Can be deleted without harm.\r\n"
  316. IDS_STATUS_MAKE_CAB "Creating CAB file. Please wait...\r\n"
  317. IDS_STATUS_MAKE_EXE "Creating the package...\r\n"
  318. IDS_STATUS_ERROR_CAB "Error creating Cabinet.\r\n"
  319. IDS_STATUS_ERROR_EXE "Error creating Package.\r\n"
  320. IDS_STATUS_ERROR_CDF "Error writing Self Extraction Directive file.\r\n"
  321. IDS_STATUS_DONE "Done!\r\n"
  322. IDS_FILTER_CDF "IExpress Self Extraction Directive file (*.sed)\0*.SED\0All Files (*.*)\0*.*\0\0"
  323. IDS_FILTER_CAB "Compressed Cabinet File (*.cab)\0*.CAB\0All Files (*.*)\0*.*\0\0"
  324. IDS_FILTER_TXT "Text Files (*.txt)\0*.TXT\0All Files (*.*)\0*.*\0\0"
  325. IDS_FILTER_INF "INF Files (*.inf)\0*.INF\0All Files (*.*)\0*.*\0\0"
  326. IDS_FILTER_ALL "All Files (*.*)\0*.*\0\0"
  327. IDS_FILTER_EXE "Executable Files (*.exe)\0*.EXE\0All Files (*.*)\0*.*\0\0"
  328. IDS_HEADER_FILENAME "Filename"
  329. IDS_HEADER_PATH "Path"
  330. IDS_CMD_RUNCMD "Files will be expanded to a temporary folder. The files will then be used by the specified installation program."
  331. IDS_CMD_EXTRACT "Files will be expanded to a folder specified by the user. These files can later be used by the client when installing a component such as a printer or video driver."
  332. IDS_CMD_CREATECAB "Files will be compressed into a cabinet file (CAB). Self-extracting functionality will not be included."
  333. IDS_ERR_NO_MEMORY, "There is not enough memory to continue. Quit one or more programs and try again."
  334. IDS_ERR_CDF_DOESNT_EXIST "The IExpress Self Extraction Directive file (SED) you specified does not exist. To create a new one, select Create New Self Extraction Directive file."
  335. IDS_ERR_NO_TITLE "You must specify a package title."
  336. IDS_ERR_NO_PROMPT "You must specify a Prompt unless you select 'No prompt'"
  337. IDS_ERR_NO_LICENSE "You must specify a license file unless you select No License."
  338. IDS_ERR_LICENSE_NOT_FOUND "The license file you specified does not exist."
  339. IDS_ERR_DUPE_FILE "A file with the name '%s' already exists in the list."
  340. IDS_ERR_NO_FILES "You must add some files to the package."
  341. IDS_ERR_NO_SELECT "You must select one of the files, or Enter your own command."
  342. IDS_ERR_NO_CUSTOM "You must enter a custom command or select a file from the list."
  343. IDS_ERR_NO_FINISHMSG "You must specify a finished message unless you select No Message."
  344. IDS_ERR_NO_TARGET "You must specify a target filename."
  345. IDS_ERR_NO_SAVE_FILENAME "You must specify a filename to save or select Don't Save."
  346. IDS_ERR_CREATE_TARGET "Could not create the target file '%s'. %s"
  347. IDS_ERR_INIT_RESOURCE "Unable to begin resource update of '%s'."
  348. IDS_ERR_UPDATE_RESOURCE "Unable to update resource."
  349. IDS_ERR_CLOSE_RESOURCE "Unable to end update of resources."
  350. IDS_ERR_OPEN_CDF "Error opening the IExpress Self Extraction Directive file."
  351. IDS_ERR_READ_CDF "Error reading from the IExpress Self Extraction Directive file. %s is not complete localizable defines. Do you want to continue?"
  352. IDS_ERR_OPEN_DDF "Error opening the MakeCAB Directive File."
  353. IDS_ERR_WRITE_DDF "Error writing to the MakeCAB Directive File."
  354. IDS_ERR_OPEN_RPT "Unable to open the Report file '%s'."
  355. IDS_ERR_READ_RPT "Unable to read from the Report file '%s'."
  356. IDS_ERR_OPEN_LICENSE "Unable to open the License file '%s'."
  357. IDS_ERR_READ_LICENSE "Unable to read from the License file '%s'."
  358. IDS_ERR_OPEN_CAB "Unable to open the Cabinet file '%s'."
  359. IDS_ERR_READ_CAB "Unable to read from the Cabinet file '%s'."
  360. IDS_ERR_START_DIAMOND "Unable to start command '%s'. Error: %s."
  361. IDS_ERR_FILE_NOT_FOUND "Unable to find %s. Please make sure it is in the path or the same folder as IExpress.exe."
  362. IDS_ERR_FILE_NOT_FOUND2 "Unable to find %s. Please check your packaged file list."
  363. IDS_ERR_SHORT_PATH "Unable to convert long path to short path."
  364. IDS_ERR_VERSION_INFO "Unable to update the version information."
  365. IDS_ERR_BADCMDLINE "Command syntax is incorrect!\n\nOptions: [/N [/Q] [/M]] <SED filename> [/O:overide SEDfilename,OverideSectionName]\n\n/N: Build package now (SED Filename must be specified)\n/Q: Quiet mode when using /N\n/M: Use minimized windows when using /N"
  366. IDS_WARN_OVERIDECDF "The SED file: %s exists. Do you want to overwrite it?"
  367. IDS_WARN_MISSSTRING "The Key: %s is not defined in SED file Strings section. Do you want to continue?"
  368. IDS_ERR_CLASSNAME "The SED file class name is not valid. Please verify it with the IExpress specification."
  369. IDS_ERR_NOSOURCEFILE "There is no SourceFiles specified in your SED. Please check your SED and run again."
  370. IDS_WARN_USELFN "This box should be left unchecked if the package is to be run on Windows 95 and you will be using an INF file during installation. Do you still want to continue?"
  371. IDS_ERR_SYSERROR "Could not format the system error message on Win32 error code ( %lu )."
  372. IDS_ERR_CABNAME "You cannot use a long filename for the CAB file. Please use a 8.3 name for your target cabinet name."
  373. IDS_ERR_WRITEFILE "lwrite() failed when trying to write %lu bytes. \nSystem Error: %s"
  374. IDS_ERR_CANT_SETA_FILE "Error: SetFileAttributes() failed on file: '%s'."
  375. IDS_ERR_INVALID_CDF "Invalid SED File. Missing SEDVersion key. Use the wizard to generate a valid SED file."
  376. IDS_ERR_CDFFORMAT "Invalid SED file format for this version of Windows. Use the wizard to generate a valid SED file."
  377. IDS_ERR_COOKIE "The Correct SED key to check Multiple instances is: MultiInstanceCheck=P or B,""cookie string"". Please verify your SED file and try again."
  378. IDS_ERR_VCHKFLAG "The '%s' is not a valid FLAG field for the target version check in SED file. It should be one of the following : OK, OkCancel, or YesNo."
  379. IDS_ERR_VCHKFILE "SED syntax error in TargetFileVersion= line."
  380. IDS_ERR_BADSTRING "The string defined for %s is too long. The max length for this string is %s characters."
  381. IDS_CREATEDIR "The folder '%s' does not exist. Do you want to create it?"
  382. IDS_INVALIDPATH "Can not create the folder '%s'."
  383. END
  384. //***************************************************************************
  385. //* ICON RESOURCES *
  386. //***************************************************************************
  387. IDI_ICON ICON "cabpack.ico"
  388. //***************************************************************************
  389. //* BITMAP RESOURCES *
  390. //***************************************************************************
  391. IDB_BMP BITMAP "cabpack.bmp"
  392. //***************************************************************************
  393. //* VERSION STAMP *
  394. //***************************************************************************
  395. RCINCLUDE cabpack.rcv