X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=installer%2Finstaller.rc;h=d17726697585c0544091723a591cf8366eba7a09;hp=8377401a0736c3cfc9e841e3a1464f768b5b3a2a;hb=fc713269e9d26d1be92f70e1ff0d508c94a65dba;hpb=20eae995d845b134a5523057ee02005d604eb97e diff --git a/installer/installer.rc b/installer/installer.rc index 8377401..d177266 100755 --- a/installer/installer.rc +++ b/installer/installer.rc @@ -1,7 +1,7 @@ #include #include "installer.h" -MYICON1 ICON "swftools.ico" +MYICON1 ICON "installer.ico" LOGO BITMAP "swftools.bmp" #define X 64 @@ -29,8 +29,8 @@ BEGIN 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 @@ -69,7 +69,7 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Setup" FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN - LTEXT "This program will deinstall the software from your computer. Click ""Next"" to remove all files and startmenu/desktop entries from this machine. Click ""Cancel"" to exit the Deinstaller." + 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 @@ -87,7 +87,7 @@ BEGIN 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 extra files", IDC_DELETEEXTRA, 125-X,163,247,8 + 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 @@ -97,7 +97,7 @@ STYLE WS_CHILD | WS_DISABLED | WS_CAPTION CAPTION "Setup" FONT 8, "MS Sans Serif", 0, 0, 0x1 BEGIN - LTEXT "Deinstallation is finished." IDC_TITLE,125-X,10,246,31,NOT WS_GROUP + 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