From: kramm Date: Tue, 13 Jan 2009 22:13:58 +0000 (+0000) Subject: added 'remove extra files' implementation X-Git-Tag: release-0-9-0~328 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=dec223398df8ee9ba6279fb76f25a17b83abb630 added 'remove extra files' implementation --- diff --git a/installer/installer.h b/installer/installer.h index efe5ad4..13dba0f 100644 --- a/installer/installer.h +++ b/installer/installer.h @@ -6,16 +6,16 @@ #define IDD_EXTRAFILES 1106 #define IDD_DEINSTALLED 1107 -#define IDC_ALLUSERS 1012 -#define IDC_CURRENTUSER 1013 +#define IDC_ALLUSERS 1201 +#define IDC_CURRENTUSER 1202 -#define IDC_SPACE1 1032 -#define IDC_SPACE2 1033 +#define IDC_SPACE1 1301 +#define IDC_SPACE2 1302 #define IDC_TITLE 1002 #define IDC_LICENSE 1003 -#define IDC_FILELIST 1003 -#define IDC_BITMAP 1004 +#define IDC_FILELIST 1004 +#define IDC_BITMAP 1005 #define IDC_PATH 1006 #define IDC_INSTALL_PATH 1007 #define IDC_PROGRESS 1008