author | Michael Krelin <hacker@klever.net> | 2005-08-05 23:42:33 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-08-05 23:42:33 (UTC) |
commit | f2018d0e4377e7cdff17471b473c45daf5c2ddd7 (patch) (unidiff) | |
tree | ebfb9cab87dbc464122e177aa116eb0fc7dc9088 | |
parent | d2f4327f3752ff30c3b0ec7fdd2e63bc1a1db5ee (diff) | |
download | dipstick-f2018d0e4377e7cdff17471b473c45daf5c2ddd7.zip dipstick-f2018d0e4377e7cdff17471b473c45daf5c2ddd7.tar.gz dipstick-f2018d0e4377e7cdff17471b473c45daf5c2ddd7.tar.bz2 |
fixed the installer for XP and prepared for 3.1 release3.1
git-svn-id: http://svn.klever.net/kin/dipstick/trunk@127 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | dipstick.rc | 8 | ||||
-rw-r--r-- | help/dipstick.rtf | 3 | ||||
-rw-r--r-- | help/dipstick.xml | 3 | ||||
-rw-r--r-- | install/install.cpp | 8 |
4 files changed, 15 insertions, 7 deletions
diff --git a/dipstick.rc b/dipstick.rc index 8797946..305eb77 100644 --- a/dipstick.rc +++ b/dipstick.rc | |||
@@ -21,140 +21,140 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US | |||
21 | #pragma code_page(1252) | 21 | #pragma code_page(1252) |
22 | #endif //_WIN32 | 22 | #endif //_WIN32 |
23 | 23 | ||
24 | #ifdef APSTUDIO_INVOKED | 24 | #ifdef APSTUDIO_INVOKED |
25 | ///////////////////////////////////////////////////////////////////////////// | 25 | ///////////////////////////////////////////////////////////////////////////// |
26 | // | 26 | // |
27 | // TEXTINCLUDE | 27 | // TEXTINCLUDE |
28 | // | 28 | // |
29 | 29 | ||
30 | 1 TEXTINCLUDE DISCARDABLE | 30 | 1 TEXTINCLUDE DISCARDABLE |
31 | BEGIN | 31 | BEGIN |
32 | "resource.h\0" | 32 | "resource.h\0" |
33 | END | 33 | END |
34 | 34 | ||
35 | 2 TEXTINCLUDE DISCARDABLE | 35 | 2 TEXTINCLUDE DISCARDABLE |
36 | BEGIN | 36 | BEGIN |
37 | "#include ""afxres.h""\r\n" | 37 | "#include ""afxres.h""\r\n" |
38 | "\0" | 38 | "\0" |
39 | END | 39 | END |
40 | 40 | ||
41 | 3 TEXTINCLUDE DISCARDABLE | 41 | 3 TEXTINCLUDE DISCARDABLE |
42 | BEGIN | 42 | BEGIN |
43 | "#define _AFX_NO_SPLITTER_RESOURCES\r\n" | 43 | "#define _AFX_NO_SPLITTER_RESOURCES\r\n" |
44 | "#define _AFX_NO_OLE_RESOURCES\r\n" | 44 | "#define _AFX_NO_OLE_RESOURCES\r\n" |
45 | "#define _AFX_NO_TRACKER_RESOURCES\r\n" | 45 | "#define _AFX_NO_TRACKER_RESOURCES\r\n" |
46 | "#define _AFX_NO_PROPERTY_RESOURCES\r\n" | 46 | "#define _AFX_NO_PROPERTY_RESOURCES\r\n" |
47 | "\r\n" | 47 | "\r\n" |
48 | "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" | 48 | "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n" |
49 | "#ifdef _WIN32\r\n" | 49 | "#ifdef _WIN32\r\n" |
50 | "LANGUAGE 9, 1\r\n" | 50 | "LANGUAGE 9, 1\r\n" |
51 | "#pragma code_page(1252)\r\n" | 51 | "#pragma code_page(1252)\r\n" |
52 | "#endif\r\n" | 52 | "#endif\r\n" |
53 | "#include ""res\\Dipstick.rc2"" // non-Microsoft Visual C++ edited resources\r\n" | 53 | "#include ""res\\Dipstick.rc2"" // non-Microsoft Visual C++ edited resources\r\n" |
54 | "#include ""afxres.rc"" // Standard components\r\n" | 54 | "#include ""afxres.rc"" // Standard components\r\n" |
55 | "#endif\0" | 55 | "#endif\0" |
56 | END | 56 | END |
57 | 57 | ||
58 | #endif // APSTUDIO_INVOKED | 58 | #endif // APSTUDIO_INVOKED |
59 | 59 | ||
60 | 60 | ||
61 | ///////////////////////////////////////////////////////////////////////////// | 61 | ///////////////////////////////////////////////////////////////////////////// |
62 | // | 62 | // |
63 | // Icon | 63 | // Icon |
64 | // | 64 | // |
65 | 65 | ||
66 | // Icon with lowest ID value placed first to ensure application icon | 66 | // Icon with lowest ID value placed first to ensure application icon |
67 | // remains consistent on all systems. | 67 | // remains consistent on all systems. |
68 | IDR_MAINFRAME ICON DISCARDABLE "res\\Dipstick.ico" | 68 | IDR_MAINFRAME ICON DISCARDABLE "res\\Dipstick.ico" |
69 | IDI_PINGING ICON DISCARDABLE "res\\pinging.ico" | 69 | IDI_PINGING ICON DISCARDABLE "res\\pinging.ico" |
70 | IDI_PENDING ICON DISCARDABLE "res\\pending.ico" | 70 | IDI_PENDING ICON DISCARDABLE "res\\pending.ico" |
71 | IDI_COMPLETED ICON DISCARDABLE "res\\complete.ico" | 71 | IDI_COMPLETED ICON DISCARDABLE "res\\complete.ico" |
72 | IDI_UNREACHABLE ICON DISCARDABLE "res\\unreach.ico" | 72 | IDI_UNREACHABLE ICON DISCARDABLE "res\\unreach.ico" |
73 | 73 | ||
74 | ///////////////////////////////////////////////////////////////////////////// | 74 | ///////////////////////////////////////////////////////////////////////////// |
75 | // | 75 | // |
76 | // Dialog | 76 | // Dialog |
77 | // | 77 | // |
78 | 78 | ||
79 | IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 213, 61 | 79 | IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 213, 61 |
80 | STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | 80 | STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU |
81 | CAPTION "About Dipstick" | 81 | CAPTION "About Dipstick" |
82 | FONT 8, "MS Sans Serif" | 82 | FONT 8, "MS Sans Serif" |
83 | BEGIN | 83 | BEGIN |
84 | ICON IDR_MAINFRAME,IDC_STATIC,11,17,21,20 | 84 | ICON IDR_MAINFRAME,IDC_STATIC,11,17,21,20 |
85 | LTEXT "Dipstick, Version 3.1-trunk",IDC_STATIC,40,7,89,8,SS_NOPREFIX | 85 | LTEXT "Dipstick, Version 3.1",IDC_STATIC,40,7,89,8,SS_NOPREFIX |
86 | LTEXT "Copyright © 1996-2005 Klever Group",IDC_STATIC,40,25, | 86 | LTEXT "Copyright © 1996-2005 Klever Group",IDC_STATIC,40,25, |
87 | 166,8 | 87 | 166,8 |
88 | DEFPUSHBUTTON "OK",IDOK,174,7,32,14,WS_GROUP | 88 | DEFPUSHBUTTON "OK",IDOK,174,7,32,14,WS_GROUP |
89 | PUSHBUTTON "http://www.klever.net/",IDC_KLEVERNET,40,40,91,14 | 89 | PUSHBUTTON "http://www.klever.net/",IDC_KLEVERNET,40,40,91,14 |
90 | END | 90 | END |
91 | 91 | ||
92 | IDD_DIPSTICK_DIALOG DIALOGEX 0, 0, 419, 152 | 92 | IDD_DIPSTICK_DIALOG DIALOGEX 0, 0, 419, 152 |
93 | STYLE DS_3DLOOK | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | 93 | STYLE DS_3DLOOK | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME |
94 | EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP | | 94 | EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP | |
95 | WS_EX_APPWINDOW | 95 | WS_EX_APPWINDOW |
96 | CAPTION " Dipstick 3.1-trunk" | 96 | CAPTION " Dipstick 3.1" |
97 | FONT 8, "MS Sans Serif", 0, 0, 0x1 | 97 | FONT 8, "MS Sans Serif", 0, 0, 0x1 |
98 | BEGIN | 98 | BEGIN |
99 | CONTROL "List1",IDC_HOSTLIST,"SysListView32",LVS_REPORT | | 99 | CONTROL "List1",IDC_HOSTLIST,"SysListView32",LVS_REPORT | |
100 | LVS_SORTASCENDING | LVS_AUTOARRANGE | WS_BORDER | | 100 | LVS_SORTASCENDING | LVS_AUTOARRANGE | WS_BORDER | |
101 | WS_TABSTOP,8,8,349,136,WS_EX_CLIENTEDGE | 101 | WS_TABSTOP,8,8,349,136,WS_EX_CLIENTEDGE |
102 | PUSHBUTTON "&Manual Ping",IDC_MANUALPING,361,8,50,14 | 102 | PUSHBUTTON "&Manual Ping",IDC_MANUALPING,361,8,50,14 |
103 | PUSHBUTTON "&Reping",IDC_REPING,361,23,50,14,WS_DISABLED | 103 | PUSHBUTTON "&Reping",IDC_REPING,361,23,50,14,WS_DISABLED |
104 | PUSHBUTTON "Reping &All",IDC_REPINGALL,361,38,50,14,WS_DISABLED | 104 | PUSHBUTTON "Reping &All",IDC_REPINGALL,361,38,50,14,WS_DISABLED |
105 | PUSHBUTTON "R&emove",IDC_REMOVE,361,53,50,14,WS_DISABLED | 105 | PUSHBUTTON "R&emove",IDC_REMOVE,361,53,50,14,WS_DISABLED |
106 | PUSHBUTTON "Remove A&ll",IDC_CLEAR,361,68,50,14,WS_DISABLED | 106 | PUSHBUTTON "Remove A&ll",IDC_CLEAR,361,68,50,14,WS_DISABLED |
107 | PUSHBUTTON "&Help",ID_HELP,361,99,50,14 | 107 | PUSHBUTTON "&Help",ID_HELP,361,99,50,14 |
108 | PUSHBUTTON "&Options",IDC_OPTIONS,361,114,50,14 | 108 | PUSHBUTTON "&Options",IDC_OPTIONS,361,114,50,14 |
109 | PUSHBUTTON "E&xit Dipstick",IDC_EXIT,361,129,50,14 | 109 | PUSHBUTTON "E&xit Dipstick",IDC_EXIT,361,129,50,14 |
110 | PUSHBUTTON "",IDCANCEL,411,2,6,6,NOT WS_VISIBLE | WS_DISABLED | 110 | PUSHBUTTON "",IDCANCEL,411,2,6,6,NOT WS_VISIBLE | WS_DISABLED |
111 | PUSHBUTTON "Ad&vanced",IDC_ADVANCED,361,83,50,11 | 111 | PUSHBUTTON "Ad&vanced",IDC_ADVANCED,361,83,50,11 |
112 | END | 112 | END |
113 | 113 | ||
114 | IDD_DRAGPAD DIALOGEX 0, 0, 53, 33 | 114 | IDD_DRAGPAD DIALOGEX 0, 0, 53, 33 |
115 | STYLE DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION | 115 | STYLE DS_3DLOOK | WS_POPUP | WS_VISIBLE | WS_CAPTION |
116 | EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP | 116 | EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP |
117 | CAPTION " Drag URL here" | 117 | CAPTION " Drag URL here" |
118 | FONT 8, "MS Sans Serif", 0, 0, 0x1 | 118 | FONT 8, "MS Sans Serif", 0, 0, 0x1 |
119 | BEGIN | 119 | BEGIN |
120 | CONTROL "Animate1",IDC_DNDTARGET,"SysAnimate32",WS_TABSTOP,0,0, | 120 | CONTROL "Animate1",IDC_DNDTARGET,"SysAnimate32",WS_TABSTOP,0,0, |
121 | 53,33 | 121 | 53,33 |
122 | PUSHBUTTON "",IDCANCEL,49,0,6,6,NOT WS_VISIBLE | WS_DISABLED | 122 | PUSHBUTTON "",IDCANCEL,49,0,6,6,NOT WS_VISIBLE | WS_DISABLED |
123 | DEFPUSHBUTTON "",IDOK,47,27,6,6,NOT WS_VISIBLE | WS_DISABLED | 123 | DEFPUSHBUTTON "",IDOK,47,27,6,6,NOT WS_VISIBLE | WS_DISABLED |
124 | END | 124 | END |
125 | 125 | ||
126 | IDD_OPTIONS DIALOGEX 0, 0, 179, 154 | 126 | IDD_OPTIONS DIALOGEX 0, 0, 179, 154 |
127 | STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | 127 | STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION |
128 | EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP | 128 | EXSTYLE WS_EX_TOOLWINDOW | WS_EX_CLIENTEDGE | WS_EX_CONTEXTHELP |
129 | CAPTION "Dipstick Options" | 129 | CAPTION "Dipstick Options" |
130 | FONT 8, "MS Sans Serif", 0, 0, 0x1 | 130 | FONT 8, "MS Sans Serif", 0, 0, 0x1 |
131 | BEGIN | 131 | BEGIN |
132 | LTEXT "Number of pings per &host",IDC_STATIC,50,9,122,10 | 132 | LTEXT "Number of pings per &host",IDC_STATIC,50,9,122,10 |
133 | EDITTEXT IDC_NPINGS,7,7,35,14,ES_AUTOHSCROLL | 133 | EDITTEXT IDC_NPINGS,7,7,35,14,ES_AUTOHSCROLL |
134 | CONTROL "Spin1",IDC_SPINPINGS,"msctls_updown32",UDS_WRAP | | 134 | CONTROL "Spin1",IDC_SPINPINGS,"msctls_updown32",UDS_WRAP | |
135 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | | 135 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | |
136 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,7,11,14 | 136 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,7,11,14 |
137 | LTEXT "&Maximum number of threads",IDC_STATIC,50,23,122,10 | 137 | LTEXT "&Maximum number of threads",IDC_STATIC,50,23,122,10 |
138 | EDITTEXT IDC_MAXPINGS,7,21,35,14,ES_AUTOHSCROLL | 138 | EDITTEXT IDC_MAXPINGS,7,21,35,14,ES_AUTOHSCROLL |
139 | CONTROL "Spin1",IDC_SPINMAXPINGS,"msctls_updown32",UDS_WRAP | | 139 | CONTROL "Spin1",IDC_SPINMAXPINGS,"msctls_updown32",UDS_WRAP | |
140 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | | 140 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | |
141 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,21,11,14 | 141 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,21,11,14 |
142 | LTEXT "Ping &timeout",IDC_STATIC,50,37,122,10 | 142 | LTEXT "Ping &timeout",IDC_STATIC,50,37,122,10 |
143 | EDITTEXT IDC_TIMEOUT,7,35,35,14,ES_AUTOHSCROLL | 143 | EDITTEXT IDC_TIMEOUT,7,35,35,14,ES_AUTOHSCROLL |
144 | CONTROL "Spin1",IDC_SPINTIMEOUT,"msctls_updown32",UDS_WRAP | | 144 | CONTROL "Spin1",IDC_SPINTIMEOUT,"msctls_updown32",UDS_WRAP | |
145 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | | 145 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | |
146 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,35,11,14 | 146 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,35,11,14 |
147 | LTEXT "&Interval between pings",IDC_STATIC,50,51,122,10 | 147 | LTEXT "&Interval between pings",IDC_STATIC,50,51,122,10 |
148 | EDITTEXT IDC_INTERVAL,7,49,35,14,ES_AUTOHSCROLL | 148 | EDITTEXT IDC_INTERVAL,7,49,35,14,ES_AUTOHSCROLL |
149 | CONTROL "Spin1",IDC_SPINTERVAL,"msctls_updown32",UDS_WRAP | | 149 | CONTROL "Spin1",IDC_SPINTERVAL,"msctls_updown32",UDS_WRAP | |
150 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | | 150 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | |
151 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,49,11,14 | 151 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,49,11,14 |
152 | LTEXT "Ping &size",IDC_STATIC,50,65,122,10 | 152 | LTEXT "Ping &size",IDC_STATIC,50,65,122,10 |
153 | EDITTEXT IDC_PACKETSIZE,7,63,35,14,ES_AUTOHSCROLL | 153 | EDITTEXT IDC_PACKETSIZE,7,63,35,14,ES_AUTOHSCROLL |
154 | CONTROL "Spin1",IDC_SPINSIZE,"msctls_updown32",UDS_WRAP | | 154 | CONTROL "Spin1",IDC_SPINSIZE,"msctls_updown32",UDS_WRAP | |
155 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | | 155 | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | |
156 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,63,11,14 | 156 | UDS_ARROWKEYS | UDS_NOTHOUSANDS,31,63,11,14 |
157 | CONTROL "Test i&nnermost URL",IDC_MSWORKAROUND,"Button", | 157 | CONTROL "Test i&nnermost URL",IDC_MSWORKAROUND,"Button", |
158 | BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,7,80,165,8 | 158 | BS_AUTOCHECKBOX | BS_NOTIFY | WS_TABSTOP,7,80,165,8 |
159 | DEFPUSHBUTTON "OK",IDOK,31,133,50,14 | 159 | DEFPUSHBUTTON "OK",IDOK,31,133,50,14 |
160 | PUSHBUTTON "Cancel",IDCANCEL,97,133,50,14 | 160 | PUSHBUTTON "Cancel",IDCANCEL,97,133,50,14 |
@@ -398,149 +398,149 @@ BEGIN | |||
398 | MENUITEM "&Options", ID_DRAGPAD_OPTIONS | 398 | MENUITEM "&Options", ID_DRAGPAD_OPTIONS |
399 | MENUITEM "&Show main window", ID_DRAGPAD_SHOWMAINWINDOW | 399 | MENUITEM "&Show main window", ID_DRAGPAD_SHOWMAINWINDOW |
400 | POPUP "Ad&vanced" | 400 | POPUP "Ad&vanced" |
401 | BEGIN | 401 | BEGIN |
402 | MENUITEM "&Export List", ID_DRAGPAD_ADVANCED_EXPORTLIST | 402 | MENUITEM "&Export List", ID_DRAGPAD_ADVANCED_EXPORTLIST |
403 | 403 | ||
404 | MENUITEM "&Import List", ID_DRAGPAD_ADVANCED_IMPORTLIST | 404 | MENUITEM "&Import List", ID_DRAGPAD_ADVANCED_IMPORTLIST |
405 | 405 | ||
406 | END | 406 | END |
407 | MENUITEM SEPARATOR | 407 | MENUITEM SEPARATOR |
408 | MENUITEM "&Help", ID_DRAGPAD_HELP | 408 | MENUITEM "&Help", ID_DRAGPAD_HELP |
409 | MENUITEM "A&bout Dipstick", ID_DRAGPAD_ABOUT | 409 | MENUITEM "A&bout Dipstick", ID_DRAGPAD_ABOUT |
410 | MENUITEM "E&xit Dipstick", ID_DRAGPAD_EXIT | 410 | MENUITEM "E&xit Dipstick", ID_DRAGPAD_EXIT |
411 | END | 411 | END |
412 | POPUP "Host List" | 412 | POPUP "Host List" |
413 | BEGIN | 413 | BEGIN |
414 | MENUITEM "&Reping", ID_HOSTLIST_REPING | 414 | MENUITEM "&Reping", ID_HOSTLIST_REPING |
415 | MENUITEM "R&emove", ID_HOSTLIST_REMOVE | 415 | MENUITEM "R&emove", ID_HOSTLIST_REMOVE |
416 | MENUITEM "Open URL", ID_HOSTLIST_OPENURL | 416 | MENUITEM "Open URL", ID_HOSTLIST_OPENURL |
417 | MENUITEM "&Copy URL", ID_HOSTLIST_COPYURL | 417 | MENUITEM "&Copy URL", ID_HOSTLIST_COPYURL |
418 | MENUITEM SEPARATOR | 418 | MENUITEM SEPARATOR |
419 | MENUITEM "Reping &All", ID_HOSTLIST_REPINGALL | 419 | MENUITEM "Reping &All", ID_HOSTLIST_REPINGALL |
420 | MENUITEM "Remove A&ll", ID_HOSTLIST_REMOVEALL | 420 | MENUITEM "Remove A&ll", ID_HOSTLIST_REMOVEALL |
421 | MENUITEM SEPARATOR | 421 | MENUITEM SEPARATOR |
422 | MENUITEM "&Paste URL(s)", ID_HOSTLIST_PASTEURL | 422 | MENUITEM "&Paste URL(s)", ID_HOSTLIST_PASTEURL |
423 | MENUITEM "&Properties", ID_HOSTLIST_PROPERTIES | 423 | MENUITEM "&Properties", ID_HOSTLIST_PROPERTIES |
424 | END | 424 | END |
425 | POPUP "Advanced" | 425 | POPUP "Advanced" |
426 | BEGIN | 426 | BEGIN |
427 | MENUITEM "&Export List", ID_ADVANCED_EXPORTLIST | 427 | MENUITEM "&Export List", ID_ADVANCED_EXPORTLIST |
428 | MENUITEM "&Import List", ID_ADVANCED_IMPORTLIST | 428 | MENUITEM "&Import List", ID_ADVANCED_IMPORTLIST |
429 | END | 429 | END |
430 | END | 430 | END |
431 | 431 | ||
432 | 432 | ||
433 | ///////////////////////////////////////////////////////////////////////////// | 433 | ///////////////////////////////////////////////////////////////////////////// |
434 | // | 434 | // |
435 | // Bitmap | 435 | // Bitmap |
436 | // | 436 | // |
437 | 437 | ||
438 | IDB_DIABACK BITMAP DISCARDABLE "shared-data/klever-background.bmp" | 438 | IDB_DIABACK BITMAP DISCARDABLE "shared-data/klever-background.bmp" |
439 | 439 | ||
440 | ///////////////////////////////////////////////////////////////////////////// | 440 | ///////////////////////////////////////////////////////////////////////////// |
441 | // | 441 | // |
442 | // WAVE | 442 | // WAVE |
443 | // | 443 | // |
444 | 444 | ||
445 | IDW_BESTURL WAVE DISCARDABLE "res\\best.wav" | 445 | IDW_BESTURL WAVE DISCARDABLE "res\\best.wav" |
446 | 446 | ||
447 | ///////////////////////////////////////////////////////////////////////////// | 447 | ///////////////////////////////////////////////////////////////////////////// |
448 | // | 448 | // |
449 | // String Table | 449 | // String Table |
450 | // | 450 | // |
451 | 451 | ||
452 | STRINGTABLE DISCARDABLE | 452 | STRINGTABLE DISCARDABLE |
453 | BEGIN | 453 | BEGIN |
454 | IDS_ABOUTBOX "&About Dipstick.." | 454 | IDS_ABOUTBOX "&About Dipstick.." |
455 | IDS_PS_FAILEDTOLOCK "Failed to gain access to internal resources. Please, report to Klever." | 455 | IDS_PS_FAILEDTOLOCK "Failed to gain access to internal resources. Please, report to Klever." |
456 | IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed." | 456 | IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed." |
457 | IDS_CSVEXT ".csv" | 457 | IDS_CSVEXT ".csv" |
458 | IDS_HN_BADURL "Bad URL" | 458 | IDS_HN_BADURL "Bad URL" |
459 | IDS_ABEST_CLEANUP "Remove all locations from list?" | 459 | IDS_ABEST_CLEANUP "Remove all locations from list?" |
460 | IDS_ABEST_NONEFOUND "No reachable locations were found." | 460 | IDS_ABEST_NONEFOUND "No reachable locations were found." |
461 | IDS_ABEST_TITLE " Dipstick - report" | 461 | IDS_ABEST_TITLE " Dipstick - report" |
462 | IDS_DRAGPAD_TITLE " Dipstick 3.1-trunk" | 462 | IDS_DRAGPAD_TITLE " Dipstick 3.1" |
463 | IDS_DRAGPAD_URLS " %d/%d URL(s)" | 463 | IDS_DRAGPAD_URLS " %d/%d URL(s)" |
464 | IDS_REGEX_HTMLURL "<A[^[:alpha:]][^>]*href[[:space:]]*=[[:space:]]*""?([^[:space:]>""]+)""?[^>]*>" | 464 | IDS_REGEX_HTMLURL "<A[^[:alpha:]][^>]*href[[:space:]]*=[[:space:]]*""?([^[:space:]>""]+)""?[^>]*>" |
465 | END | 465 | END |
466 | 466 | ||
467 | STRINGTABLE DISCARDABLE | 467 | STRINGTABLE DISCARDABLE |
468 | BEGIN | 468 | BEGIN |
469 | IDS_KLEVERNET_URL "http://www.klever.net/" | 469 | IDS_KLEVERNET_URL "http://www.klever.net/" |
470 | IDS_PS_INTERNALERROR "Internal Error. Please report to Klever." | 470 | IDS_PS_INTERNALERROR "Internal Error. Please report to Klever." |
471 | IDS_PS_NETUNREACHABLE "Destination network unreachable" | 471 | IDS_PS_NETUNREACHABLE "Destination network unreachable" |
472 | IDS_PS_HOSTUNREACHABLE "Destination host unreachable" | 472 | IDS_PS_HOSTUNREACHABLE "Destination host unreachable" |
473 | IDS_PS_PROTUNREACHABLE "Destination protocol unreachable" | 473 | IDS_PS_PROTUNREACHABLE "Destination protocol unreachable" |
474 | IDS_PS_PORTUNREACHABLE "Destination port unreachable" | 474 | IDS_PS_PORTUNREACHABLE "Destination port unreachable" |
475 | IDS_PS_NORESOURCES "No resources" | 475 | IDS_PS_NORESOURCES "No resources" |
476 | IDS_PS_HWERROR "Hardware error" | 476 | IDS_PS_HWERROR "Hardware error" |
477 | IDS_PS_BIGPACKET "Packet size is too big" | 477 | IDS_PS_BIGPACKET "Packet size is too big" |
478 | END | 478 | END |
479 | 479 | ||
480 | STRINGTABLE DISCARDABLE | 480 | STRINGTABLE DISCARDABLE |
481 | BEGIN | 481 | BEGIN |
482 | IDC_DNDTARGET "Dipstick 3.1-trunk, click the right mouse button to display main window, left mouse button for menu" | 482 | IDC_DNDTARGET "Dipstick 3.1, click the right mouse button to display main window, left mouse button for menu" |
483 | IDC_HOST "Host name as specified or resolved by Dipstick" | 483 | IDC_HOST "Host name as specified or resolved by Dipstick" |
484 | END | 484 | END |
485 | 485 | ||
486 | STRINGTABLE DISCARDABLE | 486 | STRINGTABLE DISCARDABLE |
487 | BEGIN | 487 | BEGIN |
488 | IDC_URLCAPTION "Universal Resource Locator (URL) associated with this location" | 488 | IDC_URLCAPTION "Universal Resource Locator (URL) associated with this location" |
489 | IDC_URL "Universal Resource Locator (URL) associated with this location" | 489 | IDC_URL "Universal Resource Locator (URL) associated with this location" |
490 | IDC_HOSTCAPTION "Host name as specified or resolved by Dipstick" | 490 | IDC_HOSTCAPTION "Host name as specified or resolved by Dipstick" |
491 | IDC_IPCAPTION "Host's IP address as specified or resolved by Dipstick" | 491 | IDC_IPCAPTION "Host's IP address as specified or resolved by Dipstick" |
492 | IDC_TIMESCAPTION "Minmum, maximum and average round trip time in milliseconds. The less the better." | 492 | IDC_TIMESCAPTION "Minmum, maximum and average round trip time in milliseconds. The less the better." |
493 | IDC_TIMES "Minmum, maximum and average round trip time in milliseconds. The less the better." | 493 | IDC_TIMES "Minmum, maximum and average round trip time in milliseconds. The less the better." |
494 | IDC_LOSSCAPTION "IP packets loss" | 494 | IDC_LOSSCAPTION "IP packets loss" |
495 | IDC_LOSS "IP packets loss" | 495 | IDC_LOSS "IP packets loss" |
496 | IDC_STATUSCAPTION "Last error occured during attempt to ping this location" | 496 | IDC_STATUSCAPTION "Last error occured during attempt to ping this location" |
497 | IDC_STATUS "Last error occured during attempt to ping this location" | 497 | IDC_STATUS "Last error occured during attempt to ping this location" |
498 | IDC_OPENURL "Open URL in your default browser" | 498 | IDC_OPENURL "Open URL in your default browser" |
499 | END | 499 | END |
500 | 500 | ||
501 | STRINGTABLE DISCARDABLE | 501 | STRINGTABLE DISCARDABLE |
502 | BEGIN | 502 | BEGIN |
503 | IDS_PS_TIMEOUT "Request timed out" | 503 | IDS_PS_TIMEOUT "Request timed out" |
504 | IDS_PS_BADROUTE "Bad route" | 504 | IDS_PS_BADROUTE "Bad route" |
505 | IDS_PS_TTLEXPTRANSIT "TTL expired in transit" | 505 | IDS_PS_TTLEXPTRANSIT "TTL expired in transit" |
506 | IDS_PS_TTLEXPREASM "TTL expired during reassembly" | 506 | IDS_PS_TTLEXPREASM "TTL expired during reassembly" |
507 | IDS_PS_IPARAMP "IP parameter problem" | 507 | IDS_PS_IPARAMP "IP parameter problem" |
508 | IDS_PS_SOURCEQUENCH "Source quench received" | 508 | IDS_PS_SOURCEQUENCH "Source quench received" |
509 | IDS_PS_BIGOPTION "Option is too big" | 509 | IDS_PS_BIGOPTION "Option is too big" |
510 | IDS_PS_BADDEST "Bad destination" | 510 | IDS_PS_BADDEST "Bad destination" |
511 | IDS_PS_UNKNOWNERROR "Unknown error" | 511 | IDS_PS_UNKNOWNERROR "Unknown error" |
512 | IDS_REGISTRYKEY "Klever Group" | 512 | IDS_REGISTRYKEY "Klever Group" |
513 | IDS_FMT_TIMES "%lu/%lu/%lu" | 513 | IDS_FMT_TIMES "%lu/%lu/%lu" |
514 | IDS_FMT_LOSS "%d%%" | 514 | IDS_FMT_LOSS "%d%%" |
515 | IDS_TIP_UNREACHABLE "This location seems to be unreachable" | 515 | IDS_TIP_UNREACHABLE "This location seems to be unreachable" |
516 | IDS_PS_FAILEDTORESOLVE "Unable to resolve host IP" | 516 | IDS_PS_FAILEDTORESOLVE "Unable to resolve host IP" |
517 | END | 517 | END |
518 | 518 | ||
519 | STRINGTABLE DISCARDABLE | 519 | STRINGTABLE DISCARDABLE |
520 | BEGIN | 520 | BEGIN |
521 | IDS_PS_UNABLETOICMP "Unable to initialize ICMP services" | 521 | IDS_PS_UNABLETOICMP "Unable to initialize ICMP services" |
522 | IDS_TIP_PENDING "This location is waiting for it's turn to get pinged" | 522 | IDS_TIP_PENDING "This location is waiting for it's turn to get pinged" |
523 | IDS_TIP_COMPLETE "Pinging of this location has been completed" | 523 | IDS_TIP_COMPLETE "Pinging of this location has been completed" |
524 | IDS_TIP_PROPSOK "Click OK if you're done with looking and want to dismiss this window" | 524 | IDS_TIP_PROPSOK "Click OK if you're done with looking and want to dismiss this window" |
525 | IDS_TIP_INTERVAL "Interval between ping requests in seconds" | 525 | IDS_TIP_INTERVAL "Interval between ping requests in seconds" |
526 | IDS_TIP_OPTIONSOK "Click OK to make changes permanent" | 526 | IDS_TIP_OPTIONSOK "Click OK to make changes permanent" |
527 | IDS_TIP_OPTIONSCANCEL "Click CANCEL to leave dialog without making any changes" | 527 | IDS_TIP_OPTIONSCANCEL "Click CANCEL to leave dialog without making any changes" |
528 | IDS_TIP_PINGING "This location is being pinged at the moment.." | 528 | IDS_TIP_PINGING "This location is being pinged at the moment.." |
529 | END | 529 | END |
530 | 530 | ||
531 | STRINGTABLE DISCARDABLE | 531 | STRINGTABLE DISCARDABLE |
532 | BEGIN | 532 | BEGIN |
533 | IDC_MSWORKAROUND "In case of REDIRed URL - test the innermost one" | 533 | IDC_MSWORKAROUND "In case of REDIRed URL - test the innermost one" |
534 | END | 534 | END |
535 | 535 | ||
536 | STRINGTABLE DISCARDABLE | 536 | STRINGTABLE DISCARDABLE |
537 | BEGIN | 537 | BEGIN |
538 | IDS_CSVFILTER "Comma Separated Values (*.csv)|*.csv|All Files (*.*)|*.*||" | 538 | IDS_CSVFILTER "Comma Separated Values (*.csv)|*.csv|All Files (*.*)|*.*||" |
539 | IDS_REGEX_URL "([a-zA-Z]+://)?[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]*)+(/[^ \t\r\n\\f]*)?" | 539 | IDS_REGEX_URL "([a-zA-Z]+://)?[a-zA-Z0-9-]+(\\.[a-zA-Z0-9-]*)+(/[^ \t\r\n\\f]*)?" |
540 | END | 540 | END |
541 | 541 | ||
542 | #endif // English (U.S.) resources | 542 | #endif // English (U.S.) resources |
543 | ///////////////////////////////////////////////////////////////////////////// | 543 | ///////////////////////////////////////////////////////////////////////////// |
544 | 544 | ||
545 | 545 | ||
546 | 546 | ||
diff --git a/help/dipstick.rtf b/help/dipstick.rtf index 839d331..6568499 100644 --- a/help/dipstick.rtf +++ b/help/dipstick.rtf | |||
@@ -1,99 +1,100 @@ | |||
1 | {\rtf1\ansi | 1 | {\rtf1\ansi |
2 | @{\footnote | 2 | @{\footnote |
3 | THIS FILE WAS AUTOMATICALLY GENERATED FROM XML DOCUMENT. | 3 | THIS FILE WAS AUTOMATICALLY GENERATED FROM XML DOCUMENT. |
4 | DO NOT MODIFY THIS FILE DIRECTLY. EDIT XML DOCUMENT INSTEAD | 4 | DO NOT MODIFY THIS FILE DIRECTLY. EDIT XML DOCUMENT INSTEAD |
5 | } | 5 | } |
6 | {\fonttbl{\f0\froman Times New Roman;}{\f1\fswiss Arial;}{\f3\froman Symbol;}}{\colortbl; | 6 | {\fonttbl{\f0\froman Times New Roman;}{\f1\fswiss Arial;}{\f3\froman Symbol;}}{\colortbl; |
7 | \red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0; | 7 | \red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0; |
8 | \red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255; | 8 | \red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255; |
9 | \red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128; | 9 | \red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128; |
10 | \red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;} | 10 | \red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;} |
11 | 11 | ||
12 | \pard\plain\keepn | 12 | \pard\plain\keepn |
13 | #{\footnote About} | 13 | #{\footnote About} |
14 | ${\footnote About Dipstick} | 14 | ${\footnote About Dipstick} |
15 | K{\footnote about} | 15 | K{\footnote about} |
16 | { \f1\fs18\b\sb120 About {\b Dipstick}} | 16 | { \f1\fs18\b\sb120 About {\b Dipstick}} |
17 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Dipstick} is our award-winning freeware that allows you to evaluate {\i mirror sites} to figure out which one has currently the least traffic. | 17 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b Dipstick} is our award-winning freeware that allows you to evaluate {\i mirror sites} to figure out which one has currently the least traffic. |
18 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 | 18 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 |
19 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b {\i Enjoy!}} | 19 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 {\b {\i Enjoy!}} |
20 | { | 20 | { |
21 | \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/")} | 21 | \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/")} |
22 | \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: | 22 | \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: |
23 | \par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | 23 | \par The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. |
24 | \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. | 24 | \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. |
25 | } | 25 | } |
26 | \par \sa0\sb120\ql \f1\fs16 Author: {\b\uldb\cf11 Michael Krelin ({\i hacker@klever.net})}{\v %!ExecFile("mailto:hacker@klever.net")} | 26 | \par \sa0\sb120\ql \f1\fs16 Author: {\b\uldb\cf11 Michael Krelin ({\i hacker@klever.net})}{\v %!ExecFile("mailto:hacker@klever.net")} |
27 | \par \sa0\sb0 Fan mail send to {\i\uldb gefilte@klever.net}{\v %!ExecFile("mailto:gefilte@klever.net")} | 27 | \par \sa0\sb0 Fan mail send to {\i\uldb gefilte@klever.net}{\v %!ExecFile("mailto:gefilte@klever.net")} |
28 | \page | 28 | \page |
29 | 29 | ||
30 | \pard\plain\keepn | 30 | \pard\plain\keepn |
31 | #{\footnote News} | 31 | #{\footnote News} |
32 | ${\footnote What's new} | 32 | ${\footnote What's new} |
33 | { \f1\fs18\b\sb120 What's New} | 33 | { \f1\fs18\b\sb120 What's New} |
34 | \par\pard\plain\f1\fs24\qc\cf2\b 3.1 - July 26th, 2005 | 34 | \par\pard\plain\f1\fs24\qc\cf2\b 3.1 - August 6th, 2005 |
35 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Ability to parse multiple URLs from plaintext selection | 35 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Ability to parse multiple URLs from plaintext selection |
36 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Fixed uninstall procedure so that it works on XP | ||
36 | \par\pard\plain\f1\fs24\qc\cf2\b 3.0 - July 11th, 2004 | 37 | \par\pard\plain\f1\fs24\qc\cf2\b 3.0 - July 11th, 2004 |
37 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Change of {\uldb license}{\v About} and opening the source. | 38 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Change of {\uldb license}{\v About} and opening the source. |
38 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Minor cosmetic changes | 39 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Minor cosmetic changes |
39 | \par\pard\plain\f1\fs24\qc\cf2\b 2.52 - June 3rd, 1998 | 40 | \par\pard\plain\f1\fs24\qc\cf2\b 2.52 - June 3rd, 1998 |
40 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Now works properly with Winsock 2 for Windows95. Also may start working with non-Microsoft TCP/IP stacks. | 41 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Now works properly with Winsock 2 for Windows95. Also may start working with non-Microsoft TCP/IP stacks. |
41 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Fixed bug that caused GPF when removing all URLs after testing is over and you picked the URL of your choice. | 42 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Fixed bug that caused GPF when removing all URLs after testing is over and you picked the URL of your choice. |
42 | \par\pard\plain\f1\fs24\qc\cf2\b 2.5 - December 30th, 1997 | 43 | \par\pard\plain\f1\fs24\qc\cf2\b 2.5 - December 30th, 1997 |
43 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Ability to export/import sets of URLs. | 44 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Ability to export/import sets of URLs. |
44 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Copy URL menu command in the Main Window and button in the Best URL window. | 45 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Copy URL menu command in the Main Window and button in the Best URL window. |
45 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Multiple URLs dragging or pasting. Works only for MSIE4 browser. | 46 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Multiple URLs dragging or pasting. Works only for MSIE4 browser. |
46 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Annoying ToolTips removed. | 47 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Annoying ToolTips removed. |
47 | \par\pard\plain\f1\fs24\qc\cf2\b 2.00 - July 1st, 1997 | 48 | \par\pard\plain\f1\fs24\qc\cf2\b 2.00 - July 1st, 1997 |
48 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Drag'n'drop source added to the Best URL window. | 49 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Drag'n'drop source added to the Best URL window. |
49 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Completed/Total URLs counter added to {\b Dipstick} drag pad. | 50 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Completed/Total URLs counter added to {\b Dipstick} drag pad. |
50 | \par\pard\plain\fi0\li0\f1\fs18 \bullet You may now drag'n'drop URLs from main {\b Dipstick} dialog window. | 51 | \par\pard\plain\fi0\li0\f1\fs18 \bullet You may now drag'n'drop URLs from main {\b Dipstick} dialog window. |
51 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Added ability to paste URLs into {\b Dipstick} instead of dropping. | 52 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Added ability to paste URLs into {\b Dipstick} instead of dropping. |
52 | \par\pard\plain\fi0\li0\f1\fs18 \bullet New install program now lets you install {\b Dipstick} to the location of your choice. | 53 | \par\pard\plain\fi0\li0\f1\fs18 \bullet New install program now lets you install {\b Dipstick} to the location of your choice. |
53 | \par\pard\plain\f1\fs24\qc\cf2\b 1.01 - March 13th, 1997 | 54 | \par\pard\plain\f1\fs24\qc\cf2\b 1.01 - March 13th, 1997 |
54 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Resizable main {\b Dipstick} dialog window. | 55 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Resizable main {\b Dipstick} dialog window. |
55 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Come up with the best URL automatically. | 56 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Come up with the best URL automatically. |
56 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Workaround for redir.dll | 57 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Workaround for redir.dll |
57 | \par\pard\plain\fi0\li0\f1\fs18 \bullet No more {\b\cf6 MSIE} 3.0 requirement. | 58 | \par\pard\plain\fi0\li0\f1\fs18 \bullet No more {\b\cf6 MSIE} 3.0 requirement. |
58 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Remembers window positions and size as well as columns widths. | 59 | \par\pard\plain\fi0\li0\f1\fs18 \bullet Remembers window positions and size as well as columns widths. |
59 | \par\pard\plain\fi0\li0\f1\fs18 \bullet When manually adding locations - you may specify the URL, not host name as it was before (I still wonder how it came to my mind) | 60 | \par\pard\plain\fi0\li0\f1\fs18 \bullet When manually adding locations - you may specify the URL, not host name as it was before (I still wonder how it came to my mind) |
60 | \page | 61 | \page |
61 | 62 | ||
62 | \pard\plain\keepn | 63 | \pard\plain\keepn |
63 | #{\footnote Using} | 64 | #{\footnote Using} |
64 | ${\footnote Using Dipstick} | 65 | ${\footnote Using Dipstick} |
65 | { \f1\fs18\b\sb120 Using {\b Dipstick}} | 66 | { \f1\fs18\b\sb120 Using {\b Dipstick}} |
66 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 To use {\b Dipstick}, please follow these steps:\pard | 67 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 To use {\b Dipstick}, please follow these steps:\pard |
67 | \par \fi0\li0 \bullet Load the page that contains links into your {\b\cf6 MSIE} or {\b\cf6 Netscape} browser. | 68 | \par \fi0\li0 \bullet Load the page that contains links into your {\b\cf6 MSIE} or {\b\cf6 Netscape} browser. |
68 | \par \fi0\li0 \bullet Drag'n'drop desired links to {\b Dipstick} window. | 69 | \par \fi0\li0 \bullet Drag'n'drop desired links to {\b Dipstick} window. |
69 | \par \fi0\li0 \bullet {#{\footnote UsingManual}}(Optional) you can also manually add as many links as you want by selecting {\b Manual Ping} option. You can enter {\i url}, {\i hostname} or {\i IP address} there. | 70 | \par \fi0\li0 \bullet {#{\footnote UsingManual}}(Optional) you can also manually add as many links as you want by selecting {\b Manual Ping} option. You can enter {\i url}, {\i hostname} or {\i IP address} there. |
70 | \par \fi0\li0 \bullet You will see rain going thought {\b Dipstick} window. After the rain stops, {\b Dipstick} will show you results either by suggesting the best URL or by sorting results in a table (which can be viewed by clicking on {\b Dipstick} window). | 71 | \par \fi0\li0 \bullet You will see rain going thought {\b Dipstick} window. After the rain stops, {\b Dipstick} will show you results either by suggesting the best URL or by sorting results in a table (which can be viewed by clicking on {\b Dipstick} window). |
71 | \par \fi0\li0 \bullet After you are done, you can reping all selected URLs by clicking {\uldb {\b Reping All}}{\v MainWindowRA} button in {\b Dipstick} window.\pard | 72 | \par \fi0\li0 \bullet After you are done, you can reping all selected URLs by clicking {\uldb {\b Reping All}}{\v MainWindowRA} button in {\b Dipstick} window.\pard |
72 | \par\sa120\sb120\qj\f1\fs16 Small note for newbies (all others, please do not get mad): To drag'n'drop the URL, you need to move your mouse to the link on the web page, press and hold the select (usually - left) mouse button, and drag the mouse (with the selected URL to {\b Dipstick} window and then release mouse button. | 73 | \par\sa120\sb120\qj\f1\fs16 Small note for newbies (all others, please do not get mad): To drag'n'drop the URL, you need to move your mouse to the link on the web page, press and hold the select (usually - left) mouse button, and drag the mouse (with the selected URL to {\b Dipstick} window and then release mouse button. |
73 | \page | 74 | \page |
74 | 75 | ||
75 | \pard\plain\keepn | 76 | \pard\plain\keepn |
76 | #{\footnote MainWindow} | 77 | #{\footnote MainWindow} |
77 | ${\footnote Main Window} | 78 | ${\footnote Main Window} |
78 | { \f1\fs18\b\sb120 Main Window} | 79 | { \f1\fs18\b\sb120 Main Window} |
79 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 The main window consists of -\pard | 80 | \par\sa120\sb120\qj\pard \f1\fs18\sb120 The main window consists of -\pard |
80 | \par \fi0\li0 \bullet {\b Brilliant ListView with the following columns:} | 81 | \par \fi0\li0 \bullet {\b Brilliant ListView with the following columns:} |
81 | \par \fi0\li0 \bullet Host Name - host name as it was specified in the URL or resolved from IP address. | 82 | \par \fi0\li0 \bullet Host Name - host name as it was specified in the URL or resolved from IP address. |
82 | \par \fi0\li0 \bullet Host IP address - host IP address as it was specified in the URL or resolved from host name. | 83 | \par \fi0\li0 \bullet Host IP address - host IP address as it was specified in the URL or resolved from host name. |
83 | \par \fi0\li0 \bullet Min RTT - Minimum Round Trip Time. {\b Dipstick} sends a few echo requests to remote host and calculates minimum, maximum, and average Round Trip Times. The less the better. | 84 | \par \fi0\li0 \bullet Min RTT - Minimum Round Trip Time. {\b Dipstick} sends a few echo requests to remote host and calculates minimum, maximum, and average Round Trip Times. The less the better. |
84 | \par \fi0\li0 \bullet Avg RTT - Average Round Trip Time. About the same meaning as in Min RTT, but this is the average one. The less the better. By default locations are sorted by Avg RTT. | 85 | \par \fi0\li0 \bullet Avg RTT - Average Round Trip Time. About the same meaning as in Min RTT, but this is the average one. The less the better. By default locations are sorted by Avg RTT. |
85 | \par \fi0\li0 \bullet Max RTT - Maximum Round Trip Time. About the same meaning as in Min RTT and Avg RTT, but this is maximum one. The less the better. | 86 | \par \fi0\li0 \bullet Max RTT - Maximum Round Trip Time. About the same meaning as in Min RTT and Avg RTT, but this is maximum one. The less the better. |
86 | \par \fi0\li0 \bullet Pktloss - Percentage of the requests lost somewhere in the net. The less the better. | 87 | \par \fi0\li0 \bullet Pktloss - Percentage of the requests lost somewhere in the net. The less the better. |
87 | \par \fi0\li0 \bullet {\b Buttons:} | 88 | \par \fi0\li0 \bullet {\b Buttons:} |
88 | \par \fi0\li0 \bullet {#{\footnote MainWindowMP}}Manual Ping - lets you add location manually (usually you just drag'n'drop locations into {\b Dipstick} window. | 89 | \par \fi0\li0 \bullet {#{\footnote MainWindowMP}}Manual Ping - lets you add location manually (usually you just drag'n'drop locations into {\b Dipstick} window. |
89 | \par \fi0\li0 \bullet Reping - Test selected location again. | 90 | \par \fi0\li0 \bullet Reping - Test selected location again. |
90 | \par \fi0\li0 \bullet {#{\footnote MainWindowRA}}Reping All - Test again all locations in the list. | 91 | \par \fi0\li0 \bullet {#{\footnote MainWindowRA}}Reping All - Test again all locations in the list. |
91 | \par \fi0\li0 \bullet Remove - Remove selected location from the list. | 92 | \par \fi0\li0 \bullet Remove - Remove selected location from the list. |
92 | \par \fi0\li0 \bullet Remove All - Remove all locations from the list. | 93 | \par \fi0\li0 \bullet Remove All - Remove all locations from the list. |
93 | \par \fi0\li0 \bullet Help - I think you have a clue on what this button does. | 94 | \par \fi0\li0 \bullet Help - I think you have a clue on what this button does. |
94 | \par \fi0\li0 \bullet Options - Set {\b Dipstick} options | 95 | \par \fi0\li0 \bullet Options - Set {\b Dipstick} options |
95 | \par \fi0\li0 \bullet Exit Dipstick - Close {\b Dipstick} program\pard | 96 | \par \fi0\li0 \bullet Exit Dipstick - Close {\b Dipstick} program\pard |
96 | \page | 97 | \page |
97 | 98 | ||
98 | \pard\plain\keepn | 99 | \pard\plain\keepn |
99 | #{\footnote Options} | 100 | #{\footnote Options} |
diff --git a/help/dipstick.xml b/help/dipstick.xml index 8ed0383..21363ab 100644 --- a/help/dipstick.xml +++ b/help/dipstick.xml | |||
@@ -1,78 +1,79 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <winhelp> | 2 | <winhelp> |
3 | <topic id="About" title="About Dipstick" keywords="about"> | 3 | <topic id="About" title="About Dipstick" keywords="about"> |
4 | <heading scroll="no">About <kin>Dipstick</kin></heading> | 4 | <heading scroll="no">About <kin>Dipstick</kin></heading> |
5 | <p><kin>Dipstick</kin> is our award-winning freeware that allows you to evaluate <term>mirror sites</term> to figure out which one has currently the least traffic.</p> | 5 | <p><kin>Dipstick</kin> is our award-winning freeware that allows you to evaluate <term>mirror sites</term> to figure out which one has currently the least traffic.</p> |
6 | <p/> | 6 | <p/> |
7 | <p><b><i>Enjoy!</i></b></p> | 7 | <p><b><i>Enjoy!</i></b></p> |
8 | <license years="1996-2005"/> | 8 | <license years="1996-2005"/> |
9 | <credits/> | 9 | <credits/> |
10 | </topic> | 10 | </topic> |
11 | <topic id="News" title="What's new"> | 11 | <topic id="News" title="What's new"> |
12 | <heading scroll="no">What's New</heading> | 12 | <heading scroll="no">What's New</heading> |
13 | <newsfor version="3.1" date="July 26th, 2005"> | 13 | <newsfor version="3.1" date="August 6th, 2005"> |
14 | <ni>Ability to parse multiple URLs from plaintext selection</ni> | 14 | <ni>Ability to parse multiple URLs from plaintext selection</ni> |
15 | <ni>Fixed uninstall procedure so that it works on XP</ni> | ||
15 | </newsfor> | 16 | </newsfor> |
16 | <newsfor version="3.0" date="July 11th, 2004"> | 17 | <newsfor version="3.0" date="July 11th, 2004"> |
17 | <ni>Change of <a href="#About">license</a> and opening the source.</ni> | 18 | <ni>Change of <a href="#About">license</a> and opening the source.</ni> |
18 | <ni>Minor cosmetic changes</ni> | 19 | <ni>Minor cosmetic changes</ni> |
19 | </newsfor> | 20 | </newsfor> |
20 | <newsfor version="2.52" date="June 3rd, 1998"> | 21 | <newsfor version="2.52" date="June 3rd, 1998"> |
21 | <ni>Now works properly with Winsock 2 for Windows95. Also may start working with non-Microsoft TCP/IP stacks.</ni> | 22 | <ni>Now works properly with Winsock 2 for Windows95. Also may start working with non-Microsoft TCP/IP stacks.</ni> |
22 | <ni>Fixed bug that caused GPF when removing all URLs after testing is over and you picked the URL of your choice.</ni> | 23 | <ni>Fixed bug that caused GPF when removing all URLs after testing is over and you picked the URL of your choice.</ni> |
23 | </newsfor> | 24 | </newsfor> |
24 | <newsfor version="2.5" date="December 30th, 1997"> | 25 | <newsfor version="2.5" date="December 30th, 1997"> |
25 | <ni>Ability to export/import sets of URLs.</ni> | 26 | <ni>Ability to export/import sets of URLs.</ni> |
26 | <ni>Copy URL menu command in the Main Window and button in the Best URL window.</ni> | 27 | <ni>Copy URL menu command in the Main Window and button in the Best URL window.</ni> |
27 | <ni>Multiple URLs dragging or pasting. Works only for MSIE4 browser.</ni> | 28 | <ni>Multiple URLs dragging or pasting. Works only for MSIE4 browser.</ni> |
28 | <ni>Annoying ToolTips removed.</ni> | 29 | <ni>Annoying ToolTips removed.</ni> |
29 | </newsfor> | 30 | </newsfor> |
30 | <newsfor version="2.00" date="July 1st, 1997"> | 31 | <newsfor version="2.00" date="July 1st, 1997"> |
31 | <ni>Drag'n'drop source added to the Best URL window.</ni> | 32 | <ni>Drag'n'drop source added to the Best URL window.</ni> |
32 | <ni>Completed/Total URLs counter added to <kin>Dipstick</kin> drag pad.</ni> | 33 | <ni>Completed/Total URLs counter added to <kin>Dipstick</kin> drag pad.</ni> |
33 | <ni>You may now drag'n'drop URLs from main <kin>Dipstick</kin> dialog window.</ni> | 34 | <ni>You may now drag'n'drop URLs from main <kin>Dipstick</kin> dialog window.</ni> |
34 | <ni>Added ability to paste URLs into <kin>Dipstick</kin> instead of dropping.</ni> | 35 | <ni>Added ability to paste URLs into <kin>Dipstick</kin> instead of dropping.</ni> |
35 | <ni>New install program now lets you install <kin>Dipstick</kin> to the location of your choice.</ni> | 36 | <ni>New install program now lets you install <kin>Dipstick</kin> to the location of your choice.</ni> |
36 | </newsfor> | 37 | </newsfor> |
37 | <newsfor version="1.01" date="March 13th, 1997"> | 38 | <newsfor version="1.01" date="March 13th, 1997"> |
38 | <ni>Resizable main <kin>Dipstick</kin> dialog window.</ni> | 39 | <ni>Resizable main <kin>Dipstick</kin> dialog window.</ni> |
39 | <ni>Come up with the best URL automatically.</ni> | 40 | <ni>Come up with the best URL automatically.</ni> |
40 | <ni>Workaround for redir.dll</ni> | 41 | <ni>Workaround for redir.dll</ni> |
41 | <ni>No more <product>MSIE</product> 3.0 requirement.</ni> | 42 | <ni>No more <product>MSIE</product> 3.0 requirement.</ni> |
42 | <ni>Remembers window positions and size as well as columns widths.</ni> | 43 | <ni>Remembers window positions and size as well as columns widths.</ni> |
43 | <ni>When manually adding locations - you may specify the URL, not host name as it was before (I still wonder how it came to my mind)</ni> | 44 | <ni>When manually adding locations - you may specify the URL, not host name as it was before (I still wonder how it came to my mind)</ni> |
44 | </newsfor> | 45 | </newsfor> |
45 | </topic> | 46 | </topic> |
46 | <topic id="Using" title="Using Dipstick"> | 47 | <topic id="Using" title="Using Dipstick"> |
47 | <heading scroll="no">Using <kin>Dipstick</kin></heading> | 48 | <heading scroll="no">Using <kin>Dipstick</kin></heading> |
48 | <p>To use <kin>Dipstick</kin>, please follow these steps:</p> | 49 | <p>To use <kin>Dipstick</kin>, please follow these steps:</p> |
49 | <ul> | 50 | <ul> |
50 | <li>Load the page that contains links into your <product>MSIE</product> or <product>Netscape</product> browser.</li> | 51 | <li>Load the page that contains links into your <product>MSIE</product> or <product>Netscape</product> browser.</li> |
51 | <li>Drag'n'drop desired links to <kin>Dipstick</kin> window.</li> | 52 | <li>Drag'n'drop desired links to <kin>Dipstick</kin> window.</li> |
52 | <li><a name="UsingManual"/>(Optional) you can also manually add as many links as you want by selecting <b>Manual Ping</b> option. You can enter <term>url</term>, <term>hostname</term> or <term>IP address</term> there.</li> | 53 | <li><a name="UsingManual"/>(Optional) you can also manually add as many links as you want by selecting <b>Manual Ping</b> option. You can enter <term>url</term>, <term>hostname</term> or <term>IP address</term> there.</li> |
53 | <li>You will see rain going thought <kin>Dipstick</kin> window. After the rain stops, <kin>Dipstick</kin> will show you results either by suggesting the best URL or by sorting results in a table (which can be viewed by clicking on <kin>Dipstick</kin> window).</li> | 54 | <li>You will see rain going thought <kin>Dipstick</kin> window. After the rain stops, <kin>Dipstick</kin> will show you results either by suggesting the best URL or by sorting results in a table (which can be viewed by clicking on <kin>Dipstick</kin> window).</li> |
54 | <li>After you are done, you can reping all selected URLs by clicking <a href="#MainWindowRA"><b>Reping All</b></a> button in <kin>Dipstick</kin> window.</li> | 55 | <li>After you are done, you can reping all selected URLs by clicking <a href="#MainWindowRA"><b>Reping All</b></a> button in <kin>Dipstick</kin> window.</li> |
55 | </ul> | 56 | </ul> |
56 | <note>Small note for newbies (all others, please do not get mad): To drag'n'drop the URL, you need to move your mouse to the link on the web page, press and hold the select (usually - left) mouse button, and drag the mouse (with the selected URL to <kin>Dipstick</kin> window and then release mouse button.</note> | 57 | <note>Small note for newbies (all others, please do not get mad): To drag'n'drop the URL, you need to move your mouse to the link on the web page, press and hold the select (usually - left) mouse button, and drag the mouse (with the selected URL to <kin>Dipstick</kin> window and then release mouse button.</note> |
57 | </topic> | 58 | </topic> |
58 | <topic id="MainWindow" title="Main Window"> | 59 | <topic id="MainWindow" title="Main Window"> |
59 | <heading scroll="no">Main Window</heading> | 60 | <heading scroll="no">Main Window</heading> |
60 | <p>The main window consists of -</p> | 61 | <p>The main window consists of -</p> |
61 | <ul> | 62 | <ul> |
62 | <li><b>Brilliant ListView with the following columns:</b></li> | 63 | <li><b>Brilliant ListView with the following columns:</b></li> |
63 | <li>Host Name - host name as it was specified in the URL or resolved from IP address.</li> | 64 | <li>Host Name - host name as it was specified in the URL or resolved from IP address.</li> |
64 | <li>Host IP address - host IP address as it was specified in the URL or resolved from host name.</li> | 65 | <li>Host IP address - host IP address as it was specified in the URL or resolved from host name.</li> |
65 | <li>Min RTT - Minimum Round Trip Time. <kin>Dipstick</kin> sends a few echo requests to remote host and calculates minimum, maximum, and average Round Trip Times. The less the better.</li> | 66 | <li>Min RTT - Minimum Round Trip Time. <kin>Dipstick</kin> sends a few echo requests to remote host and calculates minimum, maximum, and average Round Trip Times. The less the better.</li> |
66 | <li>Avg RTT - Average Round Trip Time. About the same meaning as in Min RTT, but this is the average one. The less the better. By default locations are sorted by Avg RTT.</li> | 67 | <li>Avg RTT - Average Round Trip Time. About the same meaning as in Min RTT, but this is the average one. The less the better. By default locations are sorted by Avg RTT.</li> |
67 | <li>Max RTT - Maximum Round Trip Time. About the same meaning as in Min RTT and Avg RTT, but this is maximum one. The less the better.</li> | 68 | <li>Max RTT - Maximum Round Trip Time. About the same meaning as in Min RTT and Avg RTT, but this is maximum one. The less the better.</li> |
68 | <li>Pktloss - Percentage of the requests lost somewhere in the net. The less the better.</li> | 69 | <li>Pktloss - Percentage of the requests lost somewhere in the net. The less the better.</li> |
69 | <li><b>Buttons:</b></li> | 70 | <li><b>Buttons:</b></li> |
70 | <li><a name="MainWindowMP"/>Manual Ping - lets you add location manually (usually you just drag'n'drop locations into <kin>Dipstick</kin> window.</li> | 71 | <li><a name="MainWindowMP"/>Manual Ping - lets you add location manually (usually you just drag'n'drop locations into <kin>Dipstick</kin> window.</li> |
71 | <li>Reping - Test selected location again.</li> | 72 | <li>Reping - Test selected location again.</li> |
72 | <li><a name="MainWindowRA"/>Reping All - Test again all locations in the list.</li> | 73 | <li><a name="MainWindowRA"/>Reping All - Test again all locations in the list.</li> |
73 | <li>Remove - Remove selected location from the list.</li> | 74 | <li>Remove - Remove selected location from the list.</li> |
74 | <li>Remove All - Remove all locations from the list.</li> | 75 | <li>Remove All - Remove all locations from the list.</li> |
75 | <li>Help - I think you have a clue on what this button does.</li> | 76 | <li>Help - I think you have a clue on what this button does.</li> |
76 | <li>Options - Set <kin>Dipstick</kin> options</li> | 77 | <li>Options - Set <kin>Dipstick</kin> options</li> |
77 | <li>Exit Dipstick - Close <kin>Dipstick</kin> program</li> | 78 | <li>Exit Dipstick - Close <kin>Dipstick</kin> program</li> |
78 | </ul> | 79 | </ul> |
diff --git a/install/install.cpp b/install/install.cpp index 1d91bc2..fcd32d7 100644 --- a/install/install.cpp +++ b/install/install.cpp | |||
@@ -1,68 +1,74 @@ | |||
1 | #include "resource.h" | 1 | #include "resource.h" |
2 | #include "../shared-code/install.h" | 2 | #include "../shared-code/install.h" |
3 | 3 | ||
4 | #define KINNAME "Dipstick" | 4 | #define KINNAME "Dipstick" |
5 | #define KINSHORT KINNAME | 5 | #define KINSHORT KINNAME |
6 | #define VERSION "3.1-trunk" | 6 | #define VERSION "3.1" |
7 | 7 | ||
8 | BOOL Install(void) | 8 | BOOL Install(void) |
9 | { | 9 | { |
10 | STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path"); | 10 | STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path"); |
11 | STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath"); | 11 | STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath"); |
12 | LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); | 12 | LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); |
13 | STRING path = REQUESTPATH(" " KINNAME " " VERSION,"\nEnter destination path:",qPath); | 13 | STRING 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 |
18 | STRING sysDir(_MAX_PATH); | 18 | STRING sysDir(_MAX_PATH); |
19 | GetSystemDirectory(sysDir,_MAX_PATH); | 19 | GetSystemDirectory(sysDir,_MAX_PATH); |
20 | INSTALLFILE("mfc42.dl_",sysDir,"mfc42.dll"); | 20 | INSTALLFILE("mfc42.dl_",sysDir,"mfc42.dll"); |
21 | #endif | 21 | #endif |
22 | 22 | ||
23 | MAKE_PATH(path); | 23 | MAKE_PATH(path); |
24 | STRING shortPath = GET_SHORT_PATH(path); | 24 | STRING shortPath = GET_SHORT_PATH(path); |
25 | if(!shortPath){ | 25 | if(!shortPath){ |
26 | MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK); | 26 | MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK); |
27 | return FALSE; | 27 | return FALSE; |
28 | } | 28 | } |
29 | 29 | ||
30 | if(!( | 30 | if(!( |
31 | INSTALLFILE("dipstick.ex_",path,"dipstick.exe") && | 31 | INSTALLFILE("dipstick.ex_",path,"dipstick.exe") && |
32 | INSTALLFILE("dipstick.hl_",path,"dipstick.hlp") && | 32 | INSTALLFILE("dipstick.hl_",path,"dipstick.hlp") && |
33 | INSTALLFILE("dipstick.cn_",path,"dipstick.cnt") | 33 | INSTALLFILE("dipstick.cn_",path,"dipstick.cnt") |
34 | )){ | 34 | )){ |
35 | MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK); | 35 | MessageBox(NULL,"Failed to install " KINNAME " " VERSION " in specified directory",NULL,MB_ICONERROR|MB_OK); |
36 | return FALSE; | 36 | return FALSE; |
37 | } | 37 | } |
38 | ADDMENU("Klever Group",KINNAME,path,"dipstick.exe"); | 38 | ADDMENU("Klever Group",KINNAME,path,"dipstick.exe"); |
39 | 39 | ||
40 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path",path); | 40 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",KINSHORT "Path",path); |
41 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path); | 41 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path); |
42 | 42 | ||
43 | FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF"); | 43 | FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF"); |
44 | if(!inf){ | 44 | if(!inf){ |
45 | MessageBox(NULL,"Failed to install " KINNAME " " VERSION,NULL,MB_ICONERROR|MB_OK); | 45 | MessageBox(NULL,"Failed to install " KINNAME " " VERSION,NULL,MB_ICONERROR|MB_OK); |
46 | return FALSE; | 46 | return FALSE; |
47 | } | 47 | } |
48 | INF_FILE_HEADER(inf); | 48 | INF_FILE_HEADER(inf); |
49 | INF_FILE_SECTION(inf,"Uninstall"); | 49 | INF_FILE_SECTION(inf,"Uninstall"); |
50 | fprintf(inf,"AddReg=kFiles\nDelReg=kReg\nUpdateInis=kMenu\n"); | 50 | fprintf(inf,"AddReg=kFiles\nDelReg=kReg\nUpdateInis=kMenu\n"); |
51 | INF_FILE_SECTION(inf,"kFiles"); | 51 | INF_FILE_SECTION(inf,"kFiles"); |
52 | INF_REMOVE_ROOT(inf,KINSHORT "Files",path); | 52 | INF_REMOVE_ROOT(inf,KINSHORT "Files",path); |
53 | INF_REMOVE_FILE(inf,KINSHORT "Files","dipstick.exe"); | 53 | INF_REMOVE_FILE(inf,KINSHORT "Files","dipstick.exe"); |
54 | INF_REMOVE_HELP_FILE(inf,KINSHORT "Files","dipstick"); | 54 | INF_REMOVE_HELP_FILE(inf,KINSHORT "Files","dipstick"); |
55 | INF_REMOVE_FILE(inf,KINSHORT "Files",KINSHORT ".INF"); | 55 | INF_REMOVE_FILE(inf,KINSHORT "Files",KINSHORT ".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,"dipstick.exe",0); | ||
65 | REG_UNINSTALL_COMMENT(KINSHORT,"Klever Dipstick"); | ||
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/dipstick/"); | ||
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 | } |