From a7d62ddc856e55582e5cd86070abde7d045455c3 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 22 Nov 2010 01:51:38 +0000 Subject: Added ability to update in directories protected by UAC git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@577 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/utils.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'updater/utils.h') diff --git a/updater/utils.h b/updater/utils.h index 28dfa1e..f65970c 100644 --- a/updater/utils.h +++ b/updater/utils.h @@ -4,19 +4,17 @@ #include "xmldata.h" bool VersionFromString(const char *szVer, DWORD *pdwVer); - int CheckForFileID(char *update_url, char *version_url, char *name); - bool CreatePath(const TCHAR *path); +bool IsAdminRequired(void); +void GetRootDir(TCHAR *szPath); // must 'free' return val TCHAR *GetTString(const char *asc); // use system default codepage - called from external process where langpack codepage is not (easily) accessible void RemoveFolder(const TCHAR *src_folder); - bool FolderIsEmpty(const TCHAR *folder); - bool DeleteNonDlls(const TCHAR *folder); #endif -- cgit v1.2.3