summaryrefslogtreecommitdiffabout
path: root/install/install.cpp
authorMichael Krelin <hacker@klever.net>2005-08-06 12:07:08 (UTC)
committer Michael Krelin <hacker@klever.net>2005-08-06 12:07:08 (UTC)
commit09ab4d57cf66855e3ce04477d5baa2376ae2b7e3 (patch) (side-by-side diff)
tree8ecce0e77f9be08b26a3a5a92e994a00cb0dfdd4 /install/install.cpp
parentf69601a66e768150e09e7a73bc103770c8cbcf19 (diff)
downloadbigbrother-09ab4d57cf66855e3ce04477d5baa2376ae2b7e3.zip
bigbrother-09ab4d57cf66855e3ce04477d5baa2376ae2b7e3.tar.gz
bigbrother-09ab4d57cf66855e3ce04477d5baa2376ae2b7e3.tar.bz2
fixed XP uninstall and prepared for 1.5.1 releaseHEAD1.5.1master
git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@130 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (limited to 'install/install.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--install/install.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/install/install.cpp b/install/install.cpp
index 12b20f7..f16ec79 100644
--- a/install/install.cpp
+++ b/install/install.cpp
@@ -3,7 +3,7 @@
#define KINSHORT "BigBro"
#define KINNAME "Big Brother"
-#define VERSION "1.5"
+#define VERSION "1.5.1"
BOOL Install(void)
{
@@ -61,6 +61,12 @@ FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF");
fclose(inf);
REG_UNINSTALL_COMMAND(KINSHORT,"Klever " KINNAME " " VERSION,shortPath,KINSHORT".INF","Uninstall");
+ REG_UNINSTALL_ICON(KINSHORT,path,"bigbrother.exe",0);
+ REG_UNINSTALL_COMMENT(KINSHORT,"Klever Big brother");
+ REG_UNINSTALL_VERSION(KINSHORT,VERSION);
+ REG_UNINSTALL_LOCATION(KINSHORT,path);
+ REG_UNINSTALL_PUBLISHER(KINSHORT,"Klever Group");
+ REG_UNINSTALL_URLS(KINSHORT,"http://www.klever.net/","http://kin.klever.net/bigbrother/");
MessageBox(NULL,KINNAME" " VERSION " installed successfully, you may now run it from 'Programs/Klever Group' menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK);