From f2018d0e4377e7cdff17471b473c45daf5c2ddd7 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 05 Aug 2005 23:42:33 +0000 Subject: fixed the installer for XP and prepared for 3.1 release git-svn-id: http://svn.klever.net/kin/dipstick/trunk@127 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'install') diff --git a/install/install.cpp b/install/install.cpp index 1d91bc2..fcd32d7 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -3,7 +3,7 @@ #define KINNAME "Dipstick" #define KINSHORT KINNAME -#define VERSION "3.1-trunk" +#define VERSION "3.1" BOOL Install(void) { @@ -61,6 +61,12 @@ FILE* inf=CREATE_INF_FILE(path,KINSHORT ".INF"); fclose(inf); REG_UNINSTALL_COMMAND(KINSHORT,"Klever " KINNAME " " VERSION,shortPath,KINSHORT ".INF","Uninstall"); + REG_UNINSTALL_ICON(KINSHORT,path,"dipstick.exe",0); + REG_UNINSTALL_COMMENT(KINSHORT,"Klever Dipstick"); + REG_UNINSTALL_VERSION(KINSHORT,VERSION); + REG_UNINSTALL_LOCATION(KINSHORT,path); + REG_UNINSTALL_PUBLISHER(KINSHORT,"Klever Group"); + REG_UNINSTALL_URLS(KINSHORT,"http://www.klever.net/","http://kin.klever.net/dipstick/"); 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); -- cgit v0.9.0.2