added uninstaller
authorkramm <kramm>
Tue, 13 Jan 2009 22:13:50 +0000 (22:13 +0000)
committerkramm <kramm>
Tue, 13 Jan 2009 22:13:50 +0000 (22:13 +0000)
installer/installer.h

index aed9eb0..efe5ad4 100644 (file)
@@ -1,7 +1,10 @@
-#define IDD_INSTALLDIR 1001
-#define IDD_LICENSE 1002
-#define IDD_PROGRESS 1003
-#define IDD_FINISH 1004
+#define IDD_INSTALLDIR 1101
+#define IDD_LICENSE 1102
+#define IDD_PROGRESS 1103
+#define IDD_FINISH 1104
+#define IDD_SURE 1105
+#define IDD_EXTRAFILES 1106
+#define IDD_DEINSTALLED 1107
 
 #define IDC_ALLUSERS 1012
 #define IDC_CURRENTUSER 1013
 
 #define IDC_ALLUSERS 1012
 #define IDC_CURRENTUSER 1013
@@ -11,6 +14,7 @@
 
 #define IDC_TITLE  1002
 #define IDC_LICENSE 1003
 
 #define IDC_TITLE  1002
 #define IDC_LICENSE 1003
+#define IDC_FILELIST 1003
 #define IDC_BITMAP 1004
 #define IDC_PATH    1006
 #define IDC_INSTALL_PATH    1007
 #define IDC_BITMAP 1004
 #define IDC_PATH    1006
 #define IDC_INSTALL_PATH    1007
@@ -18,5 +22,6 @@
 #define IDC_INFO 1009
 #define IDC_STARTMENU 1010
 #define IDC_DESKTOP 1011
 #define IDC_INFO 1009
 #define IDC_STARTMENU 1010
 #define IDC_DESKTOP 1011
-#define IDC_BROWSE 1011
+#define IDC_BROWSE 1012
+#define IDC_DELETEEXTRA 1013
 #define IDC_STATIC (-1)
 #define IDC_STATIC (-1)