X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=installer%2Finstaller.rc;h=d17726697585c0544091723a591cf8366eba7a09;hp=06e7ae4709ba2eb377f5d9fb194e22aaf4771ec4;hb=94fca1d60ea0f076d7315dbb1c1b27a74176a263;hpb=ca031ec7d4223d0736e2c8f9a8a713e42bb8ff1e diff --git a/installer/installer.rc b/installer/installer.rc index 06e7ae4..d177266 100755 --- a/installer/installer.rc +++ b/installer/installer.rc @@ -1,8 +1,8 @@ #include #include "installer.h" -MYICON1 ICON "swftools.ico" -SWFTOOLS BITMAP "swftools.bmp" +MYICON1 ICON "installer.ico" +LOGO BITMAP "swftools.bmp" #define X 64 @@ -25,13 +25,12 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Setup" FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN - LTEXT "Select installation directory:",IDC_TITLE,125-X,10, - 247,12,NOT WS_GROUP + LTEXT "Select installation directory:",IDC_TITLE,125-X,10,247,12,NOT WS_GROUP PUSHBUTTON "Browse...",IDC_BROWSE,322-X,7,50,14,WS_VISIBLE EDITTEXT IDC_INSTALL_PATH ,125-X,30,247,11,ES_AUTOHSCROLL - RADIOBUTTON "Install only for the current user", IDC_CURRENTUSER, 125-X,60,247,8 - RADIOBUTTON "Install for all users", IDC_ALLUSERS, 125-X,80,247,8 + RADIOBUTTON "Install for all users", IDC_ALLUSERS, 125-X,60,247,8 + RADIOBUTTON "Install only for the current user", IDC_CURRENTUSER, 125-X,80,247,8 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8, 104-X,163,WS_EX_CLIENTEDGE END @@ -43,6 +42,8 @@ FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN LTEXT "Click ""Next"" to begin the install process. If you want to review or change any of your installation settings, click ""Back"". Click ""Cancel"" to exit the Installer." IDC_TITLE,125-X,10,246,31,NOT WS_GROUP + LTEXT "Required space: ",IDC_SPACE1,125-X,60,246,8,NOT WS_GROUP + LTEXT "Available space: ",IDC_SPACE2,125-X,80,246,8,NOT WS_GROUP CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER, 125-X,157,246,14 CTEXT "Installation progress:",IDC_INFO,125-X,137,246,8 @@ -63,3 +64,41 @@ BEGIN 104-X,163,WS_EX_CLIENTEDGE END +IDD_SURE DIALOGEX 0, 0, 379-X, 178 +STYLE WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Setup" +FONT 8, "MS Sans Serif", 0, 0, 0x1 +BEGIN + LTEXT "This program will uninstall the software from your computer. Click ""Next"" to remove all files and startmenu/desktop entries from this machine. Click ""Cancel"" to exit the Uninstaller." + IDC_TITLE,125-X,10,246,31,NOT WS_GROUP + CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER, + 125-X,157,246,14 + CTEXT "Installation progress:",IDC_INFO,125-X,137,246,8 + CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8, + 104-X,163,WS_EX_CLIENTEDGE +END + +IDD_EXTRAFILES DIALOGEX 0, 0, 379-X, 178 +STYLE WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Setup" +FONT 8, "MS Sans Serif", 0, 0, 0x1 +BEGIN + LTEXT "The installation directory still contains files which were created after the initial installation. Please decide whether those files should be removed, too." + IDC_TITLE,125-X,10,247,20,NOT WS_GROUP + EDITTEXT IDC_FILELIST,125-X,31,247,130,ES_MULTILINE | ES_READONLY | + WS_VSCROLL | WS_HSCROLL | NOT WS_TABSTOP + CHECKBOX "Delete the above files", IDC_DELETEEXTRA, 125-X,163,247,8 + CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8, + 104-X,163,WS_EX_CLIENTEDGE +END + +IDD_DEINSTALLED DIALOGEX 0, 0, 379-X, 178 +STYLE WS_CHILD | WS_DISABLED | WS_CAPTION +CAPTION "Setup" +FONT 8, "MS Sans Serif", 0, 0, 0x1 +BEGIN + LTEXT "Uninstallation is finished." IDC_TITLE,125-X,10,246,31,NOT WS_GROUP + CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8, 104-X,163,WS_EX_CLIENTEDGE +END + +