// Strings #define IDS_ROOT_SLASH 100 #define IDS_ROOT_SPACE 101 #define IDS_MIRROR_LST 102 #define IDS_ERR_OPEN_WRITE 103 #define IDS_SETUPINI_MISSING 104 #define IDS_OLD_SETUPINI 105 #define IDS_NOTHING_INSTALLED 106 #define IDS_INSTALL_COMPLETE 107 #define IDS_ERR_OPEN_READ 108 #define IDS_ROOT_ABSOLUTE 109 #define IDS_DOWNLOAD_COMPLETE 110 #define IDS_NOLOGFILE 111 #define IDS_UNINSTALL_COMPLETE 112 #define IDS_WININET 113 #define IDS_ERR_CHDIR 114 #define IDS_OLD_SETUP_VERSION 115 #define IDS_DOWNLOAD_INCOMPLETE 116 #define IDS_INSTALL_INCOMPLETE 117 #define IDS_REBOOT_REQUIRED 118 #define IDS_CORRUPT_PACKAGE 119 #define IDS_INSTALL_ERROR 120 #define IDS_WINDOW_INIT_BADMSG 121 #define IDS_UNCAUGHT_EXCEPTION 122 #define IDS_UNCAUGHT_EXCEPTION_WITH_ERRNO 123 #define IDS_SKIP_PACKAGE 124 #define IDS_TRUSTKEEP_TOOLTIP 125 #define IDS_TRUSTPREV_TOOLTIP 126 #define IDS_TRUSTCURR_TOOLTIP 127 #define IDS_TRUSTEXP_TOOLTIP 128 #define IDS_VIEWBUTTON_TOOLTIP 129 // Dialogs #define IDD_SPLASH 200 #define IDD_ROOT 201 #define IDD_SOURCE 202 #define IDD_OTHER_URL 203 #define IDD_SITE 204 #define IDD_NET 205 #define IDD_PROXY_AUTH 206 #define IDD_NET_AUTH 207 #define IDD_FTP_AUTH 208 #define IDD_LOCAL_DIR 209 #define IDD_DLSTATUS 210 #define IDD_S_LOAD_INI 211 #define IDD_S_FROM_CWD 212 #define IDD_CHOOSE 213 #define IDD_S_DOWNLOAD 214 #define IDD_S_INSTALL 215 #define IDD_INSTATUS 216 #define IDD_S_POSTINSTALL 217 #define IDD_VIRUS 218 #define IDD_DESKTOP 219 // Bitmaps #define IDB_SPIN 300 #define IDB_RTARROW 301 #define IDB_CHECK_YES 302 #define IDB_CHECK_NO 303 #define IDB_CHECK_NA 304 // icons #define IDI_SPIN 400 #define IDI_CYGWIN 401 // controls #define IDC_STATIC -1 #define IDC_SOURCE_DOWNLOAD 500 #define IDC_SOURCE_NETINST 501 #define IDC_SOURCE_CWD 502 #define IDC_ROOT_DIR 503 #define IDC_ROOT_BROWSE 504 #define IDC_ROOT_TEXT 505 #define IDC_ROOT_BINARY 506 #define IDC_URL_LIST 507 #define IDC_SITE_NEXT 508 #define IDC_BACK 509 #define IDC_OTHER_URL 510 #define IDC_NET_IE5 511 #define IDC_NET_DIRECT 512 #define IDC_NET_PROXY 513 #define IDC_PROXY_HOST 514 #define IDC_PROXY_PORT 515 #define IDC_PROXY_USER 516 #define IDC_DLS_PROGRESS 517 #define IDC_DLS_URL 518 #define IDC_DLS_RATE 519 #define IDC_INS_PKG 520 #define IDC_INS_FILE 521 #define IDC_INS_DISKFULL 522 #define IDC_INS_IPROGRESS 523 #define IDC_INS_PPROGRESS 524 #define IDC_ROOT_SYSTEM 525 #define IDC_ROOT_USER 526 #define IDC_NET_USER 527 #define IDC_NET_PASSWD 528 #define IDC_VERSION 529 #define IDC_LISTVIEW_POS 530 #define IDC_CHOOSE_VIEW 531 #define IDC_CHOOSE_EXP 532 #define IDC_CHOOSE_CURR 533 #define IDC_CHOOSE_PREV 534 #define IDC_CHOOSE_LIST 535 #define IDC_INS_ACTION 536 #define IDC_ROOT_DESKTOP 537 #define IDC_ROOT_MENU 538 #define IDC_LOCAL_DIR_BROWSE 539 #define IDC_LOCAL_DIR 540 #define IDC_DLS_PPROGRESS 541 #define IDC_DLS_IPROGRESS 542 #define IDC_DLS_PROGRESS_TEXT 543 #define IDC_DLS_PPROGRESS_TEXT 544 #define IDC_DLS_IPROGRESS_TEXT 545 #define IDC_CHOOSE_INST_TEXT 546 #define IDC_CHOOSE_VIEWCAPTION 547 #define IDC_CHOOSE_LISTHEADER 548 #define IDC_INS_BL_PACKAGE 549 #define IDC_INS_BL_TOTAL 550 #define IDC_INS_BL_DISK 551 #define IDC_STATIC_HEADER_TITLE 552 #define IDC_STATIC_WELCOME_TITLE 553 #define IDC_EDIT_USER_URL 554 #define IDC_BUTTON_ADD_URL 555 #define IDC_DISABLE_AV 556 #define IDC_LEAVE_AV 557 #define IDC_CHOOSE_KEEP 558 #define IDC_HEADICON 559 #define IDC_HEADSEPARATOR 560 #define IDC_SPLASH_URL 561 #define IDC_FILEMODES_LINK 562 #define IDC_ROOTDIR_GRP 563 #define IDC_INSTALLFOR_GRP 564 #define IDC_ALLUSERS_TEXT 565 #define IDC_JUSTME_TEXT 566 #define IDC_MODE_GRP 567 #define IDC_MODE_TEXT 568 #define IDC_MODE_BIN 569 #define IDC_LOCALDIR_GRP 570 #define IDC_SPLASH_TEXT 571 #define IDC_SPLASH_ICON 572 #define IDC_SPLASH_COPYR 573