author | Michael Krelin <hacker@klever.net> | 2004-07-11 04:33:06 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-11 04:33:06 (UTC) |
commit | 78d267e0d2cfc79a966a9b6e3d1550e06e98b083 (patch) (unidiff) | |
tree | 39276630f1cf4549339086aeb122963d53dfb2dc /install | |
parent | 955d4e00adc9f39ab93bf21f07506eb75b013c70 (diff) | |
download | T42-78d267e0d2cfc79a966a9b6e3d1550e06e98b083.zip T42-78d267e0d2cfc79a966a9b6e3d1550e06e98b083.tar.gz T42-78d267e0d2cfc79a966a9b6e3d1550e06e98b083.tar.bz2 |
prepared for T42 1.5 release1.5
git-svn-id: http://svn.klever.net/kin/T42/trunk@9 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | install/install.cpp | 14 | ||||
-rw-r--r-- | install/install.rc | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/install/install.cpp b/install/install.cpp index 89eb3fc..8b8c61f 100644 --- a/install/install.cpp +++ b/install/install.cpp | |||
@@ -8,4 +8,4 @@ BOOL Install(void) | |||
8 | { | 8 | { |
9 | STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.",SKINAME "Path"); | 9 | STRING dPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",SKINAME "Path"); |
10 | STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath"); | 10 | STRING kPath = strFETCH_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath"); |
11 | LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); | 11 | LPCSTR qPath = ((LPCSTR)dPath)?(LPCSTR)dPath:(((LPCSTR)kPath)?(LPSTR)kPath:"C:\\Program Files\\Klever\\Nothings"); |
@@ -36,6 +36,6 @@ STRING shortPath = GET_SHORT_PATH(path); | |||
36 | } | 36 | } |
37 | ADDMENU("Accessories\\Klever Co.",SKINAME,path, SKINAME ".exe"); | 37 | ADDMENU("Klever Group",SKINAME,path, SKINAME ".exe"); |
38 | 38 | ||
39 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.",SKINAME "Path",path); | 39 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group",SKINAME "Path",path); |
40 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group, Inc.","KINPath",path); | 40 | strSET_REG_KEY(HKEY_LOCAL_MACHINE,"Software\\Klever Group","KINPath",path); |
41 | 41 | ||
@@ -58,3 +58,3 @@ FILE* inf=CREATE_INF_FILE(path,SKINAME ".INF"); | |||
58 | INF_FILE_SECTION(inf,"kMenu"); | 58 | INF_FILE_SECTION(inf,"kMenu"); |
59 | INF_MENU_GROUP(inf,1,"Accessories\\Klever Co."); | 59 | INF_MENU_GROUP(inf,1,"Klever Group"); |
60 | INF_MENU_ITEM(inf,1,SKINAME); | 60 | INF_MENU_ITEM(inf,1,SKINAME); |
@@ -64,3 +64,3 @@ FILE* inf=CREATE_INF_FILE(path,SKINAME ".INF"); | |||
64 | 64 | ||
65 | MessageBox(NULL,KINAME " installed successfully, you may now run it from Programs/Accessories/Klever Co. menu or remove it using Control Panel Add/Remove Programs applet."," Rejoice!",MB_ICONINFORMATION|MB_OK); | 65 | MessageBox(NULL,KINAME " 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 | 66 | ||
diff --git a/install/install.rc b/install/install.rc index a613be0..1516122 100644 --- a/install/install.rc +++ b/install/install.rc | |||
@@ -153,3 +153,3 @@ BEGIN | |||
153 | VALUE "InternalName", "INSTALL\0" | 153 | VALUE "InternalName", "INSTALL\0" |
154 | VALUE "LegalCopyright", "Copyright © 1998, 2002 Klever Group (http://www.klever.net/)\0" | 154 | VALUE "LegalCopyright", "Copyright © 1998-2004 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" |