X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=installer%2Finstaller.h;fp=installer%2Finstaller.h;h=23fc7cd3fb9267493c25a5e082fab02806dc33ba;hp=0000000000000000000000000000000000000000;hb=f054369e16c9e75abe6b29a5a16bb6719871c49c;hpb=b909718c4a1009f4787d07cfb9cfc6df3d1529d5 diff --git a/installer/installer.h b/installer/installer.h new file mode 100644 index 0000000..23fc7cd --- /dev/null +++ b/installer/installer.h @@ -0,0 +1,16 @@ +#define IDD_INSTALLDIR 1001 +#define IDD_LICENSE 1002 +#define IDD_PROGRESS 1003 +#define IDD_FINISH 1004 + +#define IDC_TITLE 1002 +#define IDC_LICENSE 1003 +#define IDC_BITMAP 1004 +#define IDC_PATH 1006 +#define IDC_INSTALL_PATH 1007 +#define IDC_PROGRESS 1008 +#define IDC_INFO 1009 +#define IDC_STARTMENU 1010 +#define IDC_DESKTOP 1011 +#define IDC_BROWSE 1011 +#define IDC_STATIC (-1)