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.

630 lines
24 KiB

  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "atlres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE
  29. BEGIN
  30. "#include ""atlres.h""\r\n"
  31. "\0"
  32. END
  33. #endif // APSTUDIO_INVOKED
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // Icon
  37. //
  38. // Icon with lowest ID value placed first to ensure application icon
  39. // remains consistent on all systems.
  40. IDR_MAINFRAME ICON "res\\UI.ico"
  41. IDI_WARNINGSIGN ICON "res\\Warning.ico"
  42. /////////////////////////////////////////////////////////////////////////////
  43. //
  44. // Dialog
  45. //
  46. IDD_WP_WELCOME DIALOGEX 0, 0, 317, 193
  47. STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
  48. FONT 8, "MS Shell Dlg", 400, 0, 0x0
  49. BEGIN
  50. LTEXT "Welcome to the Web Site Migration Wizard",IDC_TITLE,115,
  51. 8,195,24
  52. LTEXT "This wizard helps you to move Web sites between different computers and different versions of IIS.",
  53. IDC_STATIC,115,40,195,43
  54. LTEXT "To continue, click Next.",IDC_TIP,115,169,151,11
  55. ICON IDI_WARNINGSIGN,IDC_ERRORICON,115,86,20,20,NOT
  56. WS_VISIBLE
  57. LTEXT "This is the control where error messages will be displayed. These are the fatal errors",
  58. IDC_ERROR,148,86,169,83,NOT WS_VISIBLE
  59. END
  60. IDD_WP_IMPORTOREXPORT DIALOGEX 0, 0, 318, 143
  61. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  62. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  63. BEGIN
  64. CONTROL "&Export a Web site",IDC_EXPORT,"Button",
  65. BS_AUTORADIOBUTTON | BS_NOTIFY | WS_GROUP,21,16,224,10
  66. CONTROL "&Import a Web site",IDC_IMPORT,"Button",
  67. BS_AUTORADIOBUTTON | BS_NOTIFY,21,51,224,10
  68. LTEXT "Select the task you want to perfrom.",IDC_STATIC,21,1,
  69. 119,8
  70. LTEXT "Export a Web site's configuration, content and certificate to a package which can later be imported on another machine or OS",
  71. IDC_STATIC,31,28,265,19
  72. LTEXT "Import a Web site's configuration, content and certificate to the local IIS server with all the options included in the previously exported site",
  73. IDC_STATIC,31,65,265,24
  74. END
  75. IDD_WPEXP_SELECTSITE DIALOGEX 0, 0, 317, 143
  76. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  77. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  78. BEGIN
  79. LTEXT "&Available Web sites:",IDC_STATIC,7,1,66,8
  80. LISTBOX IDC_SITELIST,7,11,303,60,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  81. WS_VSCROLL | WS_TABSTOP
  82. CONTROL "Export site &content",IDC_CONTENT,"Button",
  83. BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,17,109,77,10
  84. CONTROL "Export site &SSL certificate",IDC_CERTIFICATE,"Button",
  85. BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,17,124,98,10
  86. CONTROL "Export the &permissions set on site content",IDC_ACLS,
  87. "Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,145,
  88. 109,151,10
  89. GROUPBOX "Export Options",IDC_STATIC,7,76,303,66
  90. LTEXT "Select the following export options. Web site configuration will always be exported in this operation.",
  91. IDC_STATIC,17,86,279,18
  92. END
  93. IDD_WPEXP_PKG DIALOGEX 0, 0, 317, 143
  94. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  95. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  96. BEGIN
  97. LTEXT "Package &filename:",IDC_STATIC,7,4,59,8
  98. EDITTEXT IDC_PKGNAME,84,1,171,13,ES_AUTOHSCROLL
  99. PUSHBUTTON "&Browse...",IDC_BROWSE,260,1,50,14,NOT WS_TABSTOP
  100. LTEXT "&Descriptive comment: [optional]",IDC_STATIC,7,22,69,25
  101. EDITTEXT IDC_COMMENT,84,19,171,22,ES_MULTILINE
  102. LTEXT "Encryption &password:",IDC_STATIC,7,53,70,8
  103. EDITTEXT IDC_PWD,84,50,110,13,ES_PASSWORD | ES_AUTOHSCROLL
  104. LTEXT "Confir&m password:",IDC_STATIC,7,71,61,8
  105. EDITTEXT IDC_CONFIRM,84,68,110,13,ES_PASSWORD | ES_AUTOHSCROLL
  106. GROUPBOX "Package Options",IDC_STATIC,7,90,303,52
  107. CONTROL "&Compress data",IDC_COMPRESS,"Button",BS_AUTOCHECKBOX |
  108. WS_TABSTOP,17,100,64,10
  109. CONTROL "&Encrypt entire package file",IDC_ENCRYPT,"Button",
  110. BS_AUTOCHECKBOX | WS_TABSTOP,17,114,101,10
  111. CONTROL "&Include post-processing steps (advanced)",
  112. IDC_ADDPOSTPROCESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  113. 17,128,150,10
  114. END
  115. IDD_WPEXP_POSTPROCESS DIALOGEX 0, 0, 317, 143
  116. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  117. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  118. BEGIN
  119. GROUPBOX "Additional files to the output package",IDC_STATIC,7,1,
  120. 303,48
  121. LISTBOX IDC_FILES,13,11,235,34,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  122. WS_VSCROLL | WS_TABSTOP
  123. PUSHBUTTON "&Add...",IDC_ADDFILE,254,11,50,14
  124. PUSHBUTTON "&Remove",IDC_DELFILE,254,25,50,14,WS_DISABLED
  125. GROUPBOX "Commands to be executed as a post-processing step",
  126. IDC_STATIC,7,53,303,89
  127. LISTBOX IDC_COMMANDS,13,64,235,56,LBS_SORT |
  128. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  129. PUSHBUTTON "A&dd...",IDC_ADDCMD,254,64,50,14
  130. PUSHBUTTON "R&emove",IDC_DELCMD,254,78,50,14,WS_DISABLED
  131. PUSHBUTTON "Edit...",IDC_EDITCMD,254,92,50,14,WS_DISABLED
  132. PUSHBUTTON "Move &up",IDC_MOVEUP,80,124,50,14,WS_DISABLED
  133. PUSHBUTTON "Move &down",IDC_MOVEDOWN,130,124,50,14,WS_DISABLED
  134. END
  135. IDD_WPEXP_SUMMARY DIALOGEX 0, 0, 317, 143
  136. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  137. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  138. BEGIN
  139. LTEXT "&Summary of configured options per selected Web site:",
  140. IDC_STATIC,7,1,174,8
  141. CONTROL "",IDC_SUMMARY,"SysTreeView32",WS_BORDER | WS_TABSTOP,7,
  142. 11,303,131
  143. END
  144. IDD_WP_ DIALOGEX 0, 0, 317, 143
  145. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  146. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  147. BEGIN
  148. END
  149. IDD_WPEXP_PROGRESS DIALOGEX 0, 0, 317, 143
  150. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  151. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  152. BEGIN
  153. LTEXT "Status:",IDC_STATIC,21,1,24,8
  154. LISTBOX IDC_OPLIST,21,11,275,83,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  155. LBS_NOSEL | WS_VSCROLL
  156. LTEXT "Current operation goes here",IDC_STATUS,21,102,275,8
  157. CONTROL "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,21,112,275,
  158. 10
  159. LTEXT "Please wait for the wizard to complete the process",
  160. IDC_TIP,21,135,162,8
  161. END
  162. IDD_POSTPROCESS_CMD DIALOGEX 0, 0, 292, 169
  163. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  164. WS_CAPTION | WS_SYSMENU
  165. CAPTION "Post-process Command"
  166. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  167. BEGIN
  168. LTEXT "&Command Text:",IDC_STATIC,7,7,52,8
  169. EDITTEXT IDC_CMDTEXT,7,17,216,37,ES_MULTILINE | ES_AUTOVSCROLL |
  170. WS_VSCROLL
  171. LTEXT "&Timeout:",IDC_STATIC,7,65,29,8
  172. EDITTEXT IDC_TIMEOUT,37,63,40,13,ES_AUTOHSCROLL
  173. CONTROL "&Ignore Errors",IDC_IGNOREERRORS,"Button",
  174. BS_AUTOCHECKBOX | WS_TABSTOP,164,66,59,10
  175. DEFPUSHBUTTON "OK",IDOK,235,7,50,14,WS_DISABLED
  176. PUSHBUTTON "Cancel",IDCANCEL,235,24,50,14
  177. GROUPBOX "More Info",IDC_STATIC,7,86,216,76
  178. LTEXT "The command text should be a valid command for the NT command processor. In addition to the standard environment variables you can use, these will be always defined at the time this command is executed:",
  179. IDC_STATIC,17,96,197,42
  180. LTEXT "FILES_DIR - the directory with the post-process files",
  181. IDC_STATIC,27,136,190,8
  182. LTEXT "SITE_ID - The metabase site ID for the newly imported site",
  183. IDC_STATIC,27,147,190,8
  184. LTEXT "ms",IDC_STATIC,81,65,10,8
  185. END
  186. IDD_WAITDLG DIALOGEX 0, 0, 220, 44
  187. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
  188. WS_SYSMENU
  189. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  190. BEGIN
  191. LTEXT "A status message goes here. Please wait...",IDC_TEXT,22,
  192. 18,175,8
  193. END
  194. IDD_WPEXP_FINISH DIALOGEX 0, 0, 317, 193
  195. STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
  196. FONT 8, "MS Shell Dlg", 400, 0, 0x0
  197. BEGIN
  198. LTEXT "Web Site Export Complete",IDC_TITLE,115,8,195,24
  199. LTEXT "The Web Site has been successfully exported to ...",
  200. IDC_MSG,115,40,195,43
  201. LTEXT "To close the wizard, click Finish.",IDC_TIP,115,169,151,
  202. 11
  203. LTEXT "Run the Migration Wizard in Import mode to re-create this Web site on a different computer.",
  204. IDC_STATIC,115,95,195,43
  205. END
  206. IDD_WPIMP_LOADPKG DIALOGEX 0, 0, 317, 143
  207. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  208. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  209. BEGIN
  210. LTEXT "&Location of the exported package file:",IDC_STATIC,21,
  211. 1,123,8
  212. EDITTEXT IDC_PKGNAME,21,11,220,13,ES_AUTOHSCROLL
  213. PUSHBUTTON "&Browse",IDC_BROWSE,246,10,50,14,NOT WS_TABSTOP
  214. LTEXT "&Password:",IDC_STATIC,21,60,34,8
  215. EDITTEXT IDC_PWD,58,57,110,13,ES_PASSWORD | ES_AUTOHSCROLL
  216. LTEXT "Password to decrypt the secure data (this is the same password that was used to create the export package)",
  217. IDC_STATIC,21,35,220,22
  218. LTEXT "To load the package file, click Next.",IDC_TIP,21,116,
  219. 114,8
  220. END
  221. IDD_WPIMP_PKGINFO DIALOGEX 0, 0, 317, 143
  222. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  223. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  224. BEGIN
  225. LTEXT "Package Details:",IDC_STATIC,7,1,54,8
  226. LISTBOX IDC_INFO,7,11,303,131,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  227. LBS_NOSEL | WS_VSCROLL | WS_TABSTOP
  228. END
  229. IDD_WPIMP_OPTIONS DIALOGEX 0, 0, 317, 143
  230. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  231. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  232. BEGIN
  233. LTEXT "Available Import &Options:",IDC_STATIC,7,1,82,8
  234. CONTROL "",IDC_OPTIONS,"SysListView32",LVS_REPORT |
  235. LVS_SINGLESEL | LVS_SORTASCENDING | LVS_ALIGNLEFT |
  236. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,11,303,97
  237. CONTROL "&Use custom content location",IDC_CUSTOMPATH,"Button",
  238. BS_AUTOCHECKBOX | WS_TABSTOP,7,115,106,10
  239. LTEXT "&Root Path:",IDC_PATHLABEL,17,132,36,8,WS_DISABLED
  240. EDITTEXT IDC_PATH,55,129,200,13,ES_AUTOHSCROLL | WS_DISABLED
  241. PUSHBUTTON "&Browse...",IDC_BROWSE,260,128,50,14,WS_DISABLED
  242. END
  243. IDD_WPIMP_PROGRESS DIALOGEX 0, 0, 317, 143
  244. STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER | WS_SYSMENU
  245. FONT 8, "MS Shell Dlg", 400, 0, 0x1
  246. BEGIN
  247. LTEXT "Status:",IDC_STATIC,21,1,24,8
  248. LISTBOX IDC_OPLIST,21,11,275,83,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  249. LBS_NOSEL | WS_VSCROLL
  250. LTEXT "Current operation goes here",IDC_STATUS,21,102,275,8
  251. CONTROL "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,21,112,275,
  252. 10
  253. LTEXT "Please wait for the wizard to complete the process",
  254. IDC_TIP,21,135,162,8
  255. END
  256. IDD_WPIMP_FINISH DIALOGEX 0, 0, 317, 193
  257. STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
  258. FONT 8, "MS Shell Dlg", 400, 0, 0x0
  259. BEGIN
  260. LTEXT "Web Site Import Complete",IDC_TITLE,115,8,195,24
  261. LTEXT "The Web Site has been successfully imported.",IDC_MSG,
  262. 115,40,195,43
  263. LTEXT "To close the wizard, click Finish.",IDC_TIP,115,169,151,
  264. 11
  265. LTEXT "You may need to change/adjust some of the Web Site's configuration setting in order to make it operational.",
  266. IDC_STATIC,115,95,195,43
  267. END
  268. /////////////////////////////////////////////////////////////////////////////
  269. //
  270. // DESIGNINFO
  271. //
  272. #ifdef APSTUDIO_INVOKED
  273. GUIDELINES DESIGNINFO
  274. BEGIN
  275. IDD_WP_WELCOME, DIALOG
  276. BEGIN
  277. VERTGUIDE, 115
  278. HORZGUIDE, 8
  279. HORZGUIDE, 40
  280. HORZGUIDE, 169
  281. END
  282. IDD_WP_IMPORTOREXPORT, DIALOG
  283. BEGIN
  284. VERTGUIDE, 7
  285. VERTGUIDE, 21
  286. VERTGUIDE, 296
  287. VERTGUIDE, 310
  288. TOPMARGIN, 1
  289. END
  290. IDD_WPEXP_SELECTSITE, DIALOG
  291. BEGIN
  292. VERTGUIDE, 7
  293. VERTGUIDE, 21
  294. VERTGUIDE, 296
  295. VERTGUIDE, 310
  296. TOPMARGIN, 1
  297. END
  298. IDD_WPEXP_PKG, DIALOG
  299. BEGIN
  300. VERTGUIDE, 7
  301. VERTGUIDE, 21
  302. VERTGUIDE, 296
  303. VERTGUIDE, 310
  304. TOPMARGIN, 1
  305. END
  306. IDD_WPEXP_POSTPROCESS, DIALOG
  307. BEGIN
  308. VERTGUIDE, 7
  309. VERTGUIDE, 21
  310. VERTGUIDE, 296
  311. VERTGUIDE, 310
  312. TOPMARGIN, 1
  313. END
  314. IDD_WPEXP_SUMMARY, DIALOG
  315. BEGIN
  316. VERTGUIDE, 7
  317. VERTGUIDE, 21
  318. VERTGUIDE, 296
  319. VERTGUIDE, 310
  320. TOPMARGIN, 1
  321. END
  322. IDD_WP_, DIALOG
  323. BEGIN
  324. VERTGUIDE, 7
  325. VERTGUIDE, 21
  326. VERTGUIDE, 296
  327. VERTGUIDE, 310
  328. TOPMARGIN, 1
  329. END
  330. IDD_WPEXP_PROGRESS, DIALOG
  331. BEGIN
  332. VERTGUIDE, 7
  333. VERTGUIDE, 21
  334. VERTGUIDE, 296
  335. VERTGUIDE, 310
  336. TOPMARGIN, 1
  337. END
  338. IDD_POSTPROCESS_CMD, DIALOG
  339. BEGIN
  340. LEFTMARGIN, 7
  341. RIGHTMARGIN, 285
  342. TOPMARGIN, 7
  343. BOTTOMMARGIN, 162
  344. END
  345. IDD_WAITDLG, DIALOG
  346. BEGIN
  347. LEFTMARGIN, 7
  348. RIGHTMARGIN, 213
  349. TOPMARGIN, 7
  350. BOTTOMMARGIN, 37
  351. END
  352. IDD_WPEXP_FINISH, DIALOG
  353. BEGIN
  354. VERTGUIDE, 115
  355. HORZGUIDE, 8
  356. HORZGUIDE, 40
  357. HORZGUIDE, 169
  358. END
  359. IDD_WPIMP_LOADPKG, DIALOG
  360. BEGIN
  361. VERTGUIDE, 7
  362. VERTGUIDE, 21
  363. VERTGUIDE, 296
  364. VERTGUIDE, 310
  365. TOPMARGIN, 1
  366. END
  367. IDD_WPIMP_PKGINFO, DIALOG
  368. BEGIN
  369. VERTGUIDE, 7
  370. VERTGUIDE, 21
  371. VERTGUIDE, 296
  372. VERTGUIDE, 310
  373. TOPMARGIN, 1
  374. END
  375. IDD_WPIMP_OPTIONS, DIALOG
  376. BEGIN
  377. VERTGUIDE, 7
  378. VERTGUIDE, 21
  379. VERTGUIDE, 296
  380. VERTGUIDE, 310
  381. TOPMARGIN, 1
  382. END
  383. IDD_WPIMP_PROGRESS, DIALOG
  384. BEGIN
  385. VERTGUIDE, 7
  386. VERTGUIDE, 21
  387. VERTGUIDE, 296
  388. VERTGUIDE, 310
  389. TOPMARGIN, 1
  390. END
  391. IDD_WPIMP_FINISH, DIALOG
  392. BEGIN
  393. VERTGUIDE, 115
  394. HORZGUIDE, 8
  395. HORZGUIDE, 40
  396. HORZGUIDE, 169
  397. END
  398. END
  399. #endif // APSTUDIO_INVOKED
  400. /////////////////////////////////////////////////////////////////////////////
  401. //
  402. // Version
  403. //
  404. VS_VERSION_INFO VERSIONINFO
  405. FILEVERSION 1,0,0,1
  406. PRODUCTVERSION 1,0,0,1
  407. FILEFLAGSMASK 0x3fL
  408. #ifdef _DEBUG
  409. FILEFLAGS 0x1L
  410. #else
  411. FILEFLAGS 0x0L
  412. #endif
  413. FILEOS 0x4L
  414. FILETYPE 0x2L
  415. FILESUBTYPE 0x0L
  416. BEGIN
  417. BLOCK "StringFileInfo"
  418. BEGIN
  419. BLOCK "040904B0"
  420. BEGIN
  421. VALUE "FileDescription", "test1 Module"
  422. VALUE "FileVersion", "1, 0, 0, 1"
  423. VALUE "InternalName", "TEST1"
  424. VALUE "LegalCopyright", "Copyright 2002"
  425. VALUE "OriginalFilename", "UI.exe"
  426. VALUE "ProductName", "UI Module"
  427. VALUE "ProductVersion", "1, 0, 0, 1"
  428. END
  429. END
  430. BLOCK "VarFileInfo"
  431. BEGIN
  432. VALUE "Translation", 0x409, 1200
  433. END
  434. END
  435. /////////////////////////////////////////////////////////////////////////////
  436. //
  437. // Bitmap
  438. //
  439. IDB_WZ_SIDE BITMAP "res\\WizSide.bmp"
  440. IDB_WZ_HEADER BITMAP "res\\WizHeader.bmp"
  441. /////////////////////////////////////////////////////////////////////////////
  442. //
  443. // String Table
  444. //
  445. STRINGTABLE
  446. BEGIN
  447. IDS_APPTITLE "Web Site Migration Wizard"
  448. IDS_TITLE_IMPORTOREXPORT "Export or Import a Web Site"
  449. IDS_SUBTITLE_IMPORTOREXPORT
  450. "This wizard can be used to move Web sites between different computers and different versions of IIS."
  451. IDS_TITLE_SELECTSITE "Select a Web site"
  452. IDS_SUBTITLE_SELECTSITE "Select a Web Site to export from to another computer. You can also specify other items in addition to site content to be exported."
  453. IDS_TITLE_PKG "Output Package"
  454. IDS_SUBTITLE_PKG "You can configure attributes for the export package. The export package contains the Web site being exported."
  455. IDS_TITLE_POSTPROCESS "Post Processing Steps"
  456. IDS_SUBTITLE_POSTPROCESS
  457. "Configure External files along with any executable commands that need to be executed on the computer you are migrating to."
  458. IDS_FILTER_PACKAGE "Package files (*.pkg)|*.pkg|All Files(*.*)|*.*||"
  459. IDS_FILTER_POSTPROCESSFILES
  460. "Executable Files (*.exe; *.dll)|*.exe;*.dll|Registry Scripts (*.reg)|*.reg|All Files( *.*)|*.*||"
  461. IDS_E_PPFILENOTUNIQUE "The names of the post processing files must be unique. There is already a post-processing file with the same name."
  462. IDS_E_NOTNUMERIC "Please enter a valid numeric value."
  463. IDS_TITLE_EXPORT_SUMMARY "Export Summary"
  464. IDS_SUBTITLE_EXPORT_SUMMARY
  465. "Bellow is a summary of the export process. Clicking Next will start the export process."
  466. END
  467. STRINGTABLE
  468. BEGIN
  469. IDS_E_NOTADMIN "You are currently not logged-in with administrative privileges on this machine. The wizard cannot continue."
  470. IDS_E_NOIIS "Internet Information Services are not running or not installed. This wizard requires that IIS Admin service is running."
  471. IDS_E_WRONGPKGNAME "Please specify a valid package filename."
  472. IDS_E_PWDS_DIFFER "The password was not correctly confirmed. Please ensure that the password and confirmation match exactly."
  473. IDS_E_PASSWORD_EMPTY "The package will contain secure data. Please provide a password to protect the secure data."
  474. IDS_TITLE_EXPORT_PROGRESS "Site Export In Progress"
  475. IDS_SUBTITLE_EXPORT_PROGRESS
  476. "The Web Site is now being exported with the options you specified."
  477. IDS_E_EXPORT "An error occurred exporting the Web Site.\n\n%s"
  478. IDS_E_NOENGINE "The Migration Tool core engine cannot be created. Please insure the application is properly installed."
  479. IDS_E_CUSTOMPATH_INVALID
  480. "The custom path you specified is not a valid directory."
  481. END
  482. STRINGTABLE
  483. BEGIN
  484. IDS_WAIT_LOADSITES "Analyzing Web Sites configuration. Pleas wait..."
  485. IDS_TV_PKG_ROOT "IIS Migration Tool Package"
  486. IDS_TV_SITEID "Exported Site ID = %d"
  487. IDS_TV_PKGFILE "Package File = %s"
  488. IDS_TV_ENCRYPT "Encrypt Package = %s"
  489. IDS_TV_COMPRESS "Compress Data = %s"
  490. IDS_TV_EXPORTCONTENT "Export Content = %s"
  491. IDS_MSG_CANCELEXPORT "The export process is not complete. Do you really want to cancel it?"
  492. IDS_TV_EXPORTCERTIFICATE "Export Certificate = %s"
  493. IDS_YES "Yes"
  494. IDS_NO "No"
  495. IDS_TV_EXPORTACLS "Export files security settings = %s"
  496. IDS_PRG_EXPORTCANCELED "Canceling the export process. Please wait..."
  497. IDC_OPS_INITENGINE "Initializing execution engine..."
  498. IDS_OPS_CONFIGENGINE "Configuring the execution engine..."
  499. IDS_W_NOCMDS "You didn't add any commands to the package and the files you selected will be ignored.\nDo you want to continue and remove the files you selected?"
  500. END
  501. STRINGTABLE
  502. BEGIN
  503. IDS_PRG_SITEBEGIN "Exporting Web Site '%s'..."
  504. IDS_PRG_EXPORTCFG " Exporting metabase configuration..."
  505. IDS_PRG_EXPORTCERT " Exporting SSL certificate chain..."
  506. IDS_PRG_VDIR_SCAN "Scanning Virtual Directory '%s'. Total size %u KB in %u files"
  507. IDS_PRG_ANALYZECONTEN " Analyzing Content structure..."
  508. IDS_PRG_EXPORTCONTENT " Exporting Web Site's content..."
  509. IDS_PRG_STATCONTENT "File: %s"
  510. IDS_PRG_EXPORTPOSTPROCESS " Exporting Post-Processing..."
  511. IDS_TITLE_LOADPKG "Load Package File"
  512. IDS_SUBTITLE_LOADPKG "Load a package file that was created by the Web Site Migration Wizard in Export Mode."
  513. IDC_PKGFILE_NOTFOUND "The specified package filename cannot be found. Please ensure the name is valid and try again."
  514. IDS_TITLE_IMPOPT "Import Options"
  515. IDS_SUBTITLE_IMPOPT "Review the settings for the Web site being imported. You have the ability to customize these options."
  516. IDS_TITLE_PKGINFO "Package Information"
  517. IDS_SUBTITLE_PKGINFO "The package was opened successfully."
  518. IDS_PKGINFO_PKGNAME "Package file name: %s"
  519. END
  520. STRINGTABLE
  521. BEGIN
  522. IDS_PRG_FINALIZING "Completing the process..."
  523. IDS_FINISHTITLE_EXP "Web Site Export Complete"
  524. IDS_FINISHTITLE_IMP "Web Site Import Complete"
  525. IDS_FINISH_MSG_EXP "The Web Site '%s' has been successfully exported to '%s'."
  526. IDS_FINISH_MSG2_EXP "Run the Migration Wizard in Import Mode to re-create this Web site on a different computer."
  527. IDS_TIP_PRESSNEXT "To continue, click Next."
  528. IDS_W_CUSTOMPATH_NOTEMPTY
  529. "The custom path you specified is not empty. Some of the files/folders in this folder might be overwritten or deleted in the import process.\nDo you want to continue?"
  530. IDS_PRG_IMPORTCANCELED "Canceling the import process. Please wait..."
  531. IDS_PRG_IMPORTINGVDIR "Importing Virtual Dir '%s' to '%s'..."
  532. END
  533. STRINGTABLE
  534. BEGIN
  535. IDS_PKGINFO_PKGDATE "Created on: %s"
  536. IDS_PKGINFO_MACHINE "Source machine name: %s"
  537. IDS_PKGINFO_OS "Source machine OS version: %s"
  538. IDS_PKGINFO_ERROR "<unable to get>"
  539. IDS_PKGINFO_COMMENT "Comment: %s"
  540. IDS_MSG_WEBROOT "Select the root folder for the Web site content"
  541. IDS_IMPOPT_INHERITED "Import inherited metabase properties"
  542. IDS_IMPOPT_CONTENT "Import site's content"
  543. IDS_IMPOPT_CERT "Import site's SSL certificate chain"
  544. IDS_IMPOPT_REUSECERTS "Reuse existing certificates when importing the SSL certificate chain"
  545. IDS_IMPOPT_DOPOSTPROCESS "Execute post-processing commands"
  546. IDS_IMPOPT_APPLYACLS "Restore content files/folders' permissions set"
  547. IDS_IMPOPT_PURGEOLDDATA "Delete current configuration and content"
  548. IDS_TITLE_IMPORT_PROGRESS "Site Import In Progress"
  549. IDS_SUBTITLE_IMPORT_PROGRESS
  550. "The Web Site is now being imported with the options you specified."
  551. IDS_MSG_CANCELIMPORT "The import process is not complete. Do you really want to cancel it?"
  552. END
  553. STRINGTABLE
  554. BEGIN
  555. IDS_PRG_EXTRACTING_FILE "Extracting File: %s"
  556. IDS_PRG_IMPORT_CERT "Importing the SSL certificate chain..."
  557. IDS_PRG_IMPORT_CONFIG "Importing metabase configuration..."
  558. IDS_PRG_IMPORT_POSTPROCESS "Executing Post-Process operations..."
  559. IDS_PRG_EXEC_PP_CMD "Command: %s"
  560. IDS_PRG_EXEC_PP_FILE "File: %s"
  561. END
  562. STRINGTABLE
  563. BEGIN
  564. IDS_E_IMPORT "An error occurred importing the Web site.\n\n%s"
  565. IDS_E_LOAD_PKG "Failed to load the package into memory.\n\n%s"
  566. END
  567. #endif // English (U.S.) resources
  568. /////////////////////////////////////////////////////////////////////////////