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,13 +1,13 @@
1Copyright (c) 1996-2004 Klever Group (http://www.klever.net/) 1Copyright (c) 1996-2005 Klever Group (http://www.klever.net/)
2 2
3Permission is hereby granted, free of charge, to any person obtaining a copy of 3Permission is hereby granted, free of charge, to any person obtaining a copy of
4this software and associated documentation files (the "Software"), to deal in 4this software and associated documentation files (the "Software"), to deal in
5the Software without restriction, including without limitation the rights to 5the Software without restriction, including without limitation the rights to
6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7of the Software, and to permit persons to whom the Software is furnished to do 7of the Software, and to permit persons to whom the Software is furnished to do
8so, subject to the following conditions: 8so, subject to the following conditions:
9 9
10The above copyright notice and this permission notice shall be included in all 10The above copyright notice and this permission notice shall be included in all
11copies or substantial portions of the Software. 11copies or substantial portions of the Software.
12 12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
diff --git a/bigbrother.rc b/bigbrother.rc
index e4c335f..d7aedec 100644
--- a/bigbrother.rc
+++ b/bigbrother.rc
@@ -228,27 +228,27 @@ END
228 228
229///////////////////////////////////////////////////////////////////////////// 229/////////////////////////////////////////////////////////////////////////////
230// 230//
231// Dialog 231// Dialog
232// 232//
233 233
234IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 217, 74 234IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 217, 74
235STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU 235STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
236CAPTION "About Big Brother" 236CAPTION "About Big Brother"
237FONT 8, "MS Sans Serif" 237FONT 8, "MS Sans Serif"
238BEGIN 238BEGIN
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
244 PUSHBUTTON "http://www.klever.net/",IDC_KLEVERNET,65,53,86,14 244 PUSHBUTTON "http://www.klever.net/",IDC_KLEVERNET,65,53,86,14
245END 245END
246 246
247IDD_PROPS_SETTINGS DIALOG DISCARDABLE 0, 0, 220, 90 247IDD_PROPS_SETTINGS DIALOG DISCARDABLE 0, 0, 220, 90
248STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION 248STYLE DS_3DLOOK | WS_CHILD | WS_DISABLED | WS_CAPTION
249CAPTION "Settings" 249CAPTION "Settings"
250FONT 8, "MS Sans Serif" 250FONT 8, "MS Sans Serif"
251BEGIN 251BEGIN
252 GROUPBOX "",IDC_STATIC,7,7,206,45,BS_NOTIFY 252 GROUPBOX "",IDC_STATIC,7,7,206,45,BS_NOTIFY
253 CONTROL "Ping &Intervals",IDC_OVERRIDE_INTERVALS,"Button", 253 CONTROL "Ping &Intervals",IDC_OVERRIDE_INTERVALS,"Button",
254 BS_AUTOCHECKBOX | WS_TABSTOP,14,7,55,10 254 BS_AUTOCHECKBOX | WS_TABSTOP,14,7,55,10
@@ -359,49 +359,49 @@ BEGIN
359 CONTROL "&Store recent activity pane data",IDC_STOREACTIVITY, 359 CONTROL "&Store recent activity pane data",IDC_STOREACTIVITY,
360 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,31,134,113,10 360 "Button",BS_AUTOCHECKBOX | WS_TABSTOP,31,134,113,10
361END 361END
362 362
363 363
364#ifndef _MAC 364#ifndef _MAC
365///////////////////////////////////////////////////////////////////////////// 365/////////////////////////////////////////////////////////////////////////////
366// 366//
367// Version 367// Version
368// 368//
369 369
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
374#ifdef _DEBUG 374#ifdef _DEBUG
375 FILEFLAGS 0x1L 375 FILEFLAGS 0x1L
376#else 376#else
377 FILEFLAGS 0x0L 377 FILEFLAGS 0x0L
378#endif 378#endif
379 FILEOS 0x4L 379 FILEOS 0x4L
380 FILETYPE 0x1L 380 FILETYPE 0x1L
381 FILESUBTYPE 0x0L 381 FILESUBTYPE 0x0L
382BEGIN 382BEGIN
383 BLOCK "StringFileInfo" 383 BLOCK "StringFileInfo"
384 BEGIN 384 BEGIN
385 BLOCK "040904b0" 385 BLOCK "040904b0"
386 BEGIN 386 BEGIN
387 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0" 387 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0"
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"
393 VALUE "OriginalFilename", "BIGBRO.EXE\0" 393 VALUE "OriginalFilename", "BIGBRO.EXE\0"
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
397 END 397 END
398 BLOCK "VarFileInfo" 398 BLOCK "VarFileInfo"
399 BEGIN 399 BEGIN
400 VALUE "Translation", 0x409, 1200 400 VALUE "Translation", 0x409, 1200
401 END 401 END
402END 402END
403 403
404#endif // !_MAC 404#endif // !_MAC
405 405
406 406
407///////////////////////////////////////////////////////////////////////////// 407/////////////////////////////////////////////////////////////////////////////
diff --git a/help/bigbrother.rtf b/help/bigbrother.rtf
index e16c646..c2ae976 100644
--- a/help/bigbrother.rtf
+++ b/help/bigbrother.rtf
@@ -15,36 +15,38 @@ ${\footnote About Big Brother}
15K{\footnote about} 15K{\footnote about}
16{ \f1\fs18\b\sb120 About {\b Big Brother}} 16{ \f1\fs18\b\sb120 About {\b Big Brother}}
17\par\sa120\sb120\qr\f1\fs16 dedicated to Kundel 17\par\sa120\sb120\qr\f1\fs16 dedicated to Kundel
18\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Big Brother} is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just {\uldb add}{\v Add} this point by specifying it's IP address or hostname and optional short description (for your information only). 18\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Big Brother} is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just {\uldb add}{\v Add} this point by specifying it's IP address or hostname and optional short description (for your information only).
19\par\sa120\sb120\qj\pard \f1\fs18\sb120 The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly. 19\par\sa120\sb120\qj\pard \f1\fs18\sb120 The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly.
20\par\sa120\sb120\qj\pard \f1\fs18\sb120 Every specified period of time {\b Big Brother} will send echo request to every host. And wait for response for at most specified {\uldb timeout}{\v timeOutHIDD_PROPS_SETTINGS}. 20\par\sa120\sb120\qj\pard \f1\fs18\sb120 Every specified period of time {\b Big Brother} will send echo request to every host. And wait for response for at most specified {\uldb timeout}{\v timeOutHIDD_PROPS_SETTINGS}.
21\par\sa120\sb120\qj\pard \f1\fs18\sb120 Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also {\uldb logged into file}{\v fileHIDD_PREFS}. 21\par\sa120\sb120\qj\pard \f1\fs18\sb120 Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also {\uldb logged into file}{\v fileHIDD_PREFS}.
22\par\sa120\sb120\qj\pard \f1\fs18\sb120 Your current {\uldb preferences}{\v HIDD_PREFS} and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be {\uldb autosaved}{\v autosaveHIDD_PREFS} every specified amount of minutes. Most recently used {\uldb file}{\v MRUFile} is {\uldb automatically loaded}{\v HID_FILE_AUTOLOAD} at {\b Big Brother}'s startup unless you don't want it. 22\par\sa120\sb120\qj\pard \f1\fs18\sb120 Your current {\uldb preferences}{\v HIDD_PREFS} and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be {\uldb autosaved}{\v autosaveHIDD_PREFS} every specified amount of minutes. Most recently used {\uldb file}{\v MRUFile} is {\uldb automatically loaded}{\v HID_FILE_AUTOLOAD} at {\b Big Brother}'s startup unless you don't want it.
23\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can also hide {\b Big Brother} into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click \{bmct bbullet.bmp\} in your notify tray or select {\uldb View/Main Window}{\v HID_VIEW_MAINWINDOW} from menu. Click \{bmct bbullet.bmp\} again to restore {\b Big Brother} to its full size. 23\par\sa120\sb120\qj\pard \f1\fs18\sb120 You can also hide {\b Big Brother} into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click \{bmct bbullet.bmp\} in your notify tray or select {\uldb View/Main Window}{\v HID_VIEW_MAINWINDOW} from menu. Click \{bmct bbullet.bmp\} again to restore {\b Big Brother} to its full size.
24\par\sa120\sb120\qj\pard \f1\fs18\sb120 24\par\sa120\sb120\qj\pard \f1\fs18\sb120
25\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b {\i Enjoy!}} 25\par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b {\i Enjoy!}}
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:
29\par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 29\par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
30\par \sa360 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 30\par \sa360 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31} 31}
32\par \sa0\sb120\ql \f1\fs16 Author: {\b\uldb\cf11 Michael Krelin ({\i hacker@klever.net})}{\v %!ExecFile("mailto:hacker@klever.net")} 32\par \sa0\sb120\ql \f1\fs16 Author: {\b\uldb\cf11 Michael Krelin ({\i hacker@klever.net})}{\v %!ExecFile("mailto:hacker@klever.net")}
33\par \sa0\sb0 Fan mail send to {\i\uldb gefilte@klever.net}{\v %!ExecFile("mailto:gefilte@klever.net")} 33\par \sa0\sb0 Fan mail send to {\i\uldb gefilte@klever.net}{\v %!ExecFile("mailto:gefilte@klever.net")}
34\page 34\page
35 35
36\pard\plain 36\pard\plain
37#{\footnote News} 37#{\footnote News}
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
40\par\pard\plain\fi0\li0\f1\fs18 \bullet License change and opening the source code 42\par\pard\plain\fi0\li0\f1\fs18 \bullet License change and opening the source code
41\par\pard\plain\fi0\li0\f1\fs18 \bullet Made it work with Win2k and friends 43\par\pard\plain\fi0\li0\f1\fs18 \bullet Made it work with Win2k and friends
42\par\pard\plain\fi0\li0\f1\fs18 \bullet Added kinwide installer 44\par\pard\plain\fi0\li0\f1\fs18 \bullet Added kinwide installer
43\page 45\page
44 46
45\pard\plain\keepn 47\pard\plain\keepn
46#{\footnote Using} 48#{\footnote Using}
47${\footnote Using Big Brother} 49${\footnote Using Big Brother}
48{ \f1\fs18\b\sb120 Using {\b Big Brother}} 50{ \f1\fs18\b\sb120 Using {\b Big Brother}}
49\par\sa120\sb120\qj\pard \f1\fs18\sb120 Using {\b Big Brother} consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours. 51\par\sa120\sb120\qj\pard \f1\fs18\sb120 Using {\b Big Brother} consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours.
50\par\sa120\sb120\qj\pard \f1\fs18\sb120 To design the network layout is to put your hosts into Network Tree pane. To {\uldb add a child host}{\v HID_BROTHERS_NEW} to the current just press insert or Select Brothers/Add child from menu. To {\uldb add a brother}{\v HID_BROTHERS_ADDBROTHER} of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node) 52\par\sa120\sb120\qj\pard \f1\fs18\sb120 To design the network layout is to put your hosts into Network Tree pane. To {\uldb add a child host}{\v HID_BROTHERS_NEW} to the current just press insert or Select Brothers/Add child from menu. To {\uldb add a brother}{\v HID_BROTHERS_ADDBROTHER} of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node)
diff --git a/help/bigbrother.xml b/help/bigbrother.xml
index ec391ee..39969b6 100644
--- a/help/bigbrother.xml
+++ b/help/bigbrother.xml
@@ -2,28 +2,31 @@
2<winhelp> 2<winhelp>
3 <topic id="About" title="About Big Brother" keywords="about"> 3 <topic id="About" title="About Big Brother" keywords="about">
4 <heading scroll="no">About <kin>Big Brother</kin></heading> 4 <heading scroll="no">About <kin>Big Brother</kin></heading>
5 <dedication>dedicated to Kundel</dedication> 5 <dedication>dedicated to Kundel</dedication>
6 <p><kin>Big Brother</kin> is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just <a href="#Add">add</a> this point by specifying it's IP address or hostname and optional short description (for your information only).</p> 6 <p><kin>Big Brother</kin> is a program designed to monitor your IP-network activities. it gives you a comprehensive picture of what happened to any point on the Net that you put in. Just <a href="#Add">add</a> this point by specifying it's IP address or hostname and optional short description (for your information only).</p>
7 <p>The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly.</p> 7 <p>The hosts are organized into a hierarchical tree so that you may configure your network picture according to your needs and imagination. Most of the father host properties are inherited by his children unless you wish to specify child's settings explicitly.</p>
8 <p>Every specified period of time <kin>Big Brother</kin> will send echo request to every host. And wait for response for at most specified <a href="#timeOutHIDD_PROPS_SETTINGS">timeout</a>.</p> 8 <p>Every specified period of time <kin>Big Brother</kin> will send echo request to every host. And wait for response for at most specified <a href="#timeOutHIDD_PROPS_SETTINGS">timeout</a>.</p>
9 <p>Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also <a href="#fileHIDD_PREFS">logged into file</a>.</p> 9 <p>Results are presented in a graphical form in the lower pane. Each line of the lower window is related to specific host which is shown on the tooltip when you move your mouse over the graphics. Host activities are also <a href="#fileHIDD_PREFS">logged into file</a>.</p>
10 <p>Your current <a href="#HIDD_PREFS">preferences</a> and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be <a href="#autosaveHIDD_PREFS">autosaved</a> every specified amount of minutes. Most recently used <a href="#MRUFile">file</a> is <a href="#HID_FILE_AUTOLOAD">automatically loaded</a> at <kin>Big Brother</kin>'s startup unless you don't want it.</p> 10 <p>Your current <a href="#HIDD_PREFS">preferences</a> and network tree are automatically saved on Windows shutdown (unless specified otherwise) and may be <a href="#autosaveHIDD_PREFS">autosaved</a> every specified amount of minutes. Most recently used <a href="#MRUFile">file</a> is <a href="#HID_FILE_AUTOLOAD">automatically loaded</a> at <kin>Big Brother</kin>'s startup unless you don't want it.</p>
11 <p>You can also hide <kin>Big Brother</kin> into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click <image source="bbullet.bmp"/> in your notify tray or select <a href="#HID_VIEW_MAINWINDOW">View/Main Window</a> from menu. Click <image source="bbullet.bmp"/> again to restore <kin>Big Brother</kin> to its full size.</p> 11 <p>You can also hide <kin>Big Brother</kin> into your notify tray so that it won't occupy more than 16x16 square of your precious windows' desktop. Just click <image source="bbullet.bmp"/> in your notify tray or select <a href="#HID_VIEW_MAINWINDOW">View/Main Window</a> from menu. Click <image source="bbullet.bmp"/> again to restore <kin>Big Brother</kin> to its full size.</p>
12 <p/> 12 <p/>
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/>
16 </topic> 16 </topic>
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">
19 <ni>License change and opening the source code</ni> 22 <ni>License change and opening the source code</ni>
20 <ni>Made it work with Win2k and friends</ni> 23 <ni>Made it work with Win2k and friends</ni>
21 <ni>Added kinwide installer</ni> 24 <ni>Added kinwide installer</ni>
22 </newsfor> 25 </newsfor>
23 </topic> 26 </topic>
24 <topic id="Using" title="Using Big Brother"> 27 <topic id="Using" title="Using Big Brother">
25 <heading scroll="no">Using <kin>Big Brother</kin></heading> 28 <heading scroll="no">Using <kin>Big Brother</kin></heading>
26 <p>Using <kin>Big Brother</kin> consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours.</p> 29 <p>Using <kin>Big Brother</kin> consists of two parts - designing your network tree and monitoring it's activity. The latter takes no effort of yours.</p>
27 <p>To design the network layout is to put your hosts into Network Tree pane. To <a href="#HID_BROTHERS_NEW">add a child host</a> to the current just press insert or Select Brothers/Add child from menu. To <a href="#HID_BROTHERS_ADDBROTHER">add a brother</a> of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node)</p> 30 <p>To design the network layout is to put your hosts into Network Tree pane. To <a href="#HID_BROTHERS_NEW">add a child host</a> to the current just press insert or Select Brothers/Add child from menu. To <a href="#HID_BROTHERS_ADDBROTHER">add a brother</a> of the current host select Brothers/Add brother from menu. (note: You can't add brother to the root node)</p>
28 <p>You may also show <a href="#HostProps">properties</a> dialog box by selecting View/Host Properties menu. <a href="#HostProps">Properties</a> dialog box also pops up automatically whenever you press <b>Enter</b> in the tree view pane.</p> 31 <p>You may also show <a href="#HostProps">properties</a> dialog box by selecting View/Host Properties menu. <a href="#HostProps">Properties</a> dialog box also pops up automatically whenever you press <b>Enter</b> in the tree view pane.</p>
29 <p>Monitoring your network activities is even easier. You just relax and watch the screen (or listen to your speakers if you have ones). Network activities are reflected using the lower host activity pane and icons in the tree view. The possible states of the host are:</p> 32 <p>Monitoring your network activities is even easier. You just relax and watch the screen (or listen to your speakers if you have ones). Network activities are reflected using the lower host activity pane and icons in the tree view. The possible states of the host are:</p>
diff --git a/install/install.cpp b/install/install.cpp
index 12b20f7..f16ec79 100644
--- a/install/install.cpp
+++ b/install/install.cpp
@@ -1,18 +1,18 @@
1#include "resource.h" 1#include "resource.h"
2#include "../shared-code/install.h" 2#include "../shared-code/install.h"
3 3
4#define KINSHORT "BigBro" 4#define KINSHORT "BigBro"
5#define KINNAME "Big Brother" 5#define KINNAME "Big Brother"
6#define VERSION "1.5" 6#define VERSION "1.5.1"
7 7
8BOOL Install(void) 8BOOL Install(void)
9{ 9{
10STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path"); 10STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path");
11STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath"); 11STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath");
12LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); 12LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings");
13STRING path = REQUESTPATH(" " KINNAME " " VERSION,"\nEnter destination path:",qPath); 13STRING path = REQUESTPATH(" " KINNAME " " VERSION,"\nEnter destination path:",qPath);
14 if(!path) 14 if(!path)
15 return NULL; 15 return NULL;
16 16
17 #ifdefK_ANNED 17 #ifdefK_ANNED
18STRING sysDir(_MAX_PATH); 18STRING sysDir(_MAX_PATH);
@@ -52,17 +52,23 @@ FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF");
52 INF_REMOVE_ROOT(inf,KINSHORT "Files",path); 52 INF_REMOVE_ROOT(inf,KINSHORT "Files",path);
53 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.exe"); 53 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.exe");
54 INF_REMOVE_HELP_FILE(inf,KINSHORT "Files","bigbro"); 54 INF_REMOVE_HELP_FILE(inf,KINSHORT "Files","bigbro");
55 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.inf"); 55 INF_REMOVE_FILE(inf,KINSHORT "Files","bigbro.inf");
56 INF_FILE_SECTION(inf,"kReg"); 56 INF_FILE_SECTION(inf,"kReg");
57 INF_UNINSTALL_REG(inf,KINSHORT); 57 INF_UNINSTALL_REG(inf,KINSHORT);
58 INF_FILE_SECTION(inf,"kMenu"); 58 INF_FILE_SECTION(inf,"kMenu");
59 INF_MENU_GROUP(inf,1,"Klever Group"); 59 INF_MENU_GROUP(inf,1,"Klever Group");
60 INF_MENU_ITEM(inf,1,KINNAME); 60 INF_MENU_ITEM(inf,1,KINNAME);
61 fclose(inf); 61 fclose(inf);
62 62
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
65 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); 71 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);
66 72
67 return TRUE; 73 return TRUE;
68} 74}
diff --git a/install/install.rc b/install/install.rc
index 958704a..6b649fa 100644
--- a/install/install.rc
+++ b/install/install.rc
@@ -122,49 +122,49 @@ END
122 122
123// Icon with lowest ID value placed first to ensure application icon 123// Icon with lowest ID value placed first to ensure application icon
124// remains consistent on all systems. 124// remains consistent on all systems.
125IDI_ICON ICON DISCARDABLE "../shared-data/install-icon.ico" 125IDI_ICON ICON DISCARDABLE "../shared-data/install-icon.ico"
126 126
127#ifndef _MAC 127#ifndef _MAC
128///////////////////////////////////////////////////////////////////////////// 128/////////////////////////////////////////////////////////////////////////////
129// 129//
130// Version 130// Version
131// 131//
132 132
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
137#ifdef _DEBUG 137#ifdef _DEBUG
138 FILEFLAGS 0x1L 138 FILEFLAGS 0x1L
139#else 139#else
140 FILEFLAGS 0x0L 140 FILEFLAGS 0x0L
141#endif 141#endif
142 FILEOS 0x40004L 142 FILEOS 0x40004L
143 FILETYPE 0x1L 143 FILETYPE 0x1L
144 FILESUBTYPE 0x0L 144 FILESUBTYPE 0x0L
145BEGIN 145BEGIN
146 BLOCK "StringFileInfo" 146 BLOCK "StringFileInfo"
147 BEGIN 147 BEGIN
148 BLOCK "040904b0" 148 BLOCK "040904b0"
149 BEGIN 149 BEGIN
150 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0" 150 VALUE "CompanyName", "Klever Group (http://www.klever.net/)\0"
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"
156 VALUE "OriginalFilename", "INSTALL.EXE\0" 156 VALUE "OriginalFilename", "INSTALL.EXE\0"
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
160 END 160 END
161 BLOCK "VarFileInfo" 161 BLOCK "VarFileInfo"
162 BEGIN 162 BEGIN
163 VALUE "Translation", 0x409, 1200 163 VALUE "Translation", 0x409, 1200
164 END 164 END
165END 165END
166 166
167#endif // !_MAC 167#endif // !_MAC
168 168
169#endif // English (U.S.) resources 169#endif // English (U.S.) resources
170///////////////////////////////////////////////////////////////////////////// 170/////////////////////////////////////////////////////////////////////////////