summaryrefslogtreecommitdiffabout
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) (unidiff)
tree8ecce0e77f9be08b26a3a5a92e994a00cb0dfdd4
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 (more/less context) (ignore whitespace changes)
-rw-r--r--COPYING2
-rw-r--r--bigbrother.rc14
-rw-r--r--help/bigbrother.rtf4
-rw-r--r--help/bigbrother.xml5
-rw-r--r--install/install.cpp8
-rw-r--r--install/install.rc10
6 files changed, 27 insertions, 16 deletions
diff --git a/COPYING b/COPYING
index 427b0ba..fa23ff9 100644
--- a/COPYING
+++ b/COPYING
@@ -1,2 +1,2 @@
1Copyright (c) 1996-2004 Klever Group (http://www.klever.net/) 1Copyright (c) 1996-2005 Klever Group (http://www.klever.net/)
2 2
diff --git a/bigbrother.rc b/bigbrother.rc
index e4c335f..d7aedec 100644
--- a/bigbrother.rc
+++ b/bigbrother.rc
@@ -239,5 +239,5 @@ BEGIN
239 ICON IDR_MAINFRAME,IDC_STATIC,13,16,18,20 239 ICON IDR_MAINFRAME,IDC_STATIC,13,16,18,20
240 LTEXT "Big Brother, Version 1.5",IDC_STATIC,48,16,119,8, 240 LTEXT "Big Brother, Version 1.5.1",IDC_STATIC,48,16,119,8,
241 SS_NOPREFIX 241 SS_NOPREFIX
242 LTEXT "Copyright © 1996-2004 Klever Group",IDC_STATIC,48,31,119,8 242 LTEXT "Copyright © 1996-2005 Klever Group",IDC_STATIC,48,31,119,8
243 DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP 243 DEFPUSHBUTTON "OK",IDOK,178,7,32,14,WS_GROUP
@@ -370,4 +370,4 @@ END
370VS_VERSION_INFO VERSIONINFO 370VS_VERSION_INFO VERSIONINFO
371 FILEVERSION 1,5,0,0 371 FILEVERSION 1,5,1,0
372 PRODUCTVERSION 1,5,0,0 372 PRODUCTVERSION 1,5,1,0
373 FILEFLAGSMASK 0x3fL 373 FILEFLAGSMASK 0x3fL
@@ -388,5 +388,5 @@ BEGIN
388 VALUE "FileDescription", "Big Brother, network monitoring tool\0" 388 VALUE "FileDescription", "Big Brother, network monitoring tool\0"
389 VALUE "FileVersion", "1, 5, 0, 0\0" 389 VALUE "FileVersion", "1, 5, 1, 0\0"
390 VALUE "InternalName", "BIGBROTHER\0" 390 VALUE "InternalName", "BIGBROTHER\0"
391 VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0" 391 VALUE "LegalCopyright", "Copyright © 1996-2005 Klever Group (http://www.klever.net/)\0"
392 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" 392 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"
@@ -394,3 +394,3 @@ BEGIN
394 VALUE "ProductName", "Big Brother\0" 394 VALUE "ProductName", "Big Brother\0"
395 VALUE "ProductVersion", "1, 5, 0, 0\0" 395 VALUE "ProductVersion", "1, 5, 1, 0\0"
396 END 396 END
diff --git a/help/bigbrother.rtf b/help/bigbrother.rtf
index e16c646..c2ae976 100644
--- a/help/bigbrother.rtf
+++ b/help/bigbrother.rtf
@@ -26,3 +26,3 @@ K{\footnote about}
26{ 26{
27\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996-2004 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")} 27\par\pard\plain\sb360\sa120 \f1\fs16 Copyright (c) 1996-2005 {\uldb\cf0 Klever Group (http://www.klever.net/)}{\v %!ExecFile("http://www.klever.net/")}
28\par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 28\par\qj\sb120\sa120Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@ -38,2 +38,4 @@ K{\footnote about}
38${\footnote What's New} 38${\footnote What's New}
39\par\pard\plain\f1\fs24\qc\cf2\b 1.5.1 - August 6th, 2005
40\par\pard\plain\fi0\li0\f1\fs18 \bullet Fixed uninstall procedure so that it works on XP
39\par\pard\plain\f1\fs24\qc\cf2\b 1.5 - July 11th, 2004 41\par\pard\plain\f1\fs24\qc\cf2\b 1.5 - July 11th, 2004
diff --git a/help/bigbrother.xml b/help/bigbrother.xml
index ec391ee..39969b6 100644
--- a/help/bigbrother.xml
+++ b/help/bigbrother.xml
@@ -13,3 +13,3 @@
13 <p><b><i>Enjoy!</i></b></p> 13 <p><b><i>Enjoy!</i></b></p>
14 <license years="1996-2004"/> 14 <license years="1996-2005"/>
15 <credits/> 15 <credits/>
@@ -17,2 +17,5 @@
17 <topic id="News" title="What's New"> 17 <topic id="News" title="What's New">
18 <newsfor version="1.5.1" date="August 6th, 2005">
19 <ni>Fixed uninstall procedure so that it works on XP</ni>
20 </newsfor>
18 <newsfor version="1.5" date="July 11th, 2004"> 21 <newsfor version="1.5" date="July 11th, 2004">
diff --git a/install/install.cpp b/install/install.cpp
index 12b20f7..f16ec79 100644
--- a/install/install.cpp
+++ b/install/install.cpp
@@ -5,3 +5,3 @@
5#define KINNAME "Big Brother" 5#define KINNAME "Big Brother"
6#define VERSION "1.5" 6#define VERSION "1.5.1"
7 7
@@ -63,2 +63,8 @@ FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF");
63 REG_UNINSTALL_COMMAND(KINSHORT,"Klever " KINNAME " " VERSION,shortPath,KINSHORT".INF","Uninstall"); 63 REG_UNINSTALL_COMMAND(KINSHORT,"Klever " KINNAME " " VERSION,shortPath,KINSHORT".INF","Uninstall");
64 REG_UNINSTALL_ICON(KINSHORT,path,"bigbrother.exe",0);
65 REG_UNINSTALL_COMMENT(KINSHORT,"Klever Big brother");
66 REG_UNINSTALL_VERSION(KINSHORT,VERSION);
67 REG_UNINSTALL_LOCATION(KINSHORT,path);
68 REG_UNINSTALL_PUBLISHER(KINSHORT,"Klever Group");
69 REG_UNINSTALL_URLS(KINSHORT,"http://www.klever.net/","http://kin.klever.net/bigbrother/");
64 70
diff --git a/install/install.rc b/install/install.rc
index 958704a..6b649fa 100644
--- a/install/install.rc
+++ b/install/install.rc
@@ -133,4 +133,4 @@ IDI_ICON ICON DISCARDABLE "../shared-data/install-icon.ico
133VS_VERSION_INFO VERSIONINFO 133VS_VERSION_INFO VERSIONINFO
134 FILEVERSION 1,5,0,0 134 FILEVERSION 1,5,1,0
135 PRODUCTVERSION 1,5,0,0 135 PRODUCTVERSION 1,5,1,0
136 FILEFLAGSMASK 0x3fL 136 FILEFLAGSMASK 0x3fL
@@ -151,5 +151,5 @@ BEGIN
151 VALUE "FileDescription", "INSTALL: Big Brother, network monitoring tool\0" 151 VALUE "FileDescription", "INSTALL: Big Brother, network monitoring tool\0"
152 VALUE "FileVersion", "1, 5, 0, 0\0" 152 VALUE "FileVersion", "1, 5, 1, 0\0"
153 VALUE "InternalName", "INSTALL\0" 153 VALUE "InternalName", "INSTALL\0"
154 VALUE "LegalCopyright", "Copyright © 1996-2004 Klever Group (http://www.klever.net/)\0" 154 VALUE "LegalCopyright", "Copyright © 1996-2005 Klever Group (http://www.klever.net/)\0"
155 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0" 155 VALUE "LegalTrademarks", "Klever Group (http://www.klever.net/)\0"
@@ -157,3 +157,3 @@ BEGIN
157 VALUE "ProductName", "Big Brother\0" 157 VALUE "ProductName", "Big Brother\0"
158 VALUE "ProductVersion", "1, 5, 0, 0\0" 158 VALUE "ProductVersion", "1, 5, 1, 0\0"
159 END 159 END