From d25e92f562b048cc86500ea2c924cc07167fa4f3 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 21 Mar 2013 03:11:14 +0100 Subject: [PATCH] Maintenance commit --- .gitignore | 12 ++++++++++++ U3H_hostCleanUp.ahk | 4 +++- U3Helper.ahk | 2 +- U3Helper.rc | 10 +++++----- manifestex_old.u3i | 18 ++++++++++++++++++ 5 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 .gitignore create mode 100644 manifestex_old.u3i diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8096dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +test* +*.xpm +U3Helper.exe +U3Helper.ini +STORY +*.u3p +*.zip +_WRAPPER/ +_history/ +proctest.ahk +u3emu.cmd +make.cmd diff --git a/U3H_hostCleanUp.ahk b/U3H_hostCleanUp.ahk index 49f83f8..41f28c3 100644 --- a/U3H_hostCleanUp.ahk +++ b/U3H_hostCleanUp.ahk @@ -63,7 +63,7 @@ Loop %procs0% CurFn := A_LoopFileLongPath CurFnOnly := A_LoopFileName } - if ( (CurFn <> ASFP) && ( (SubStr(CurFn, 1, StrLen(U3HEP)) = U3HEP) || (SubStr(CurFn, 1, StrLen(U3DEP)) = U3DEP) || (SubStr(CurFn, 1, StrLen(U3ADP)) = U3ADP) ) ) + if ( (CurFn <> ASFP) && ( (SubStr(CurFn, 1, StrLen(U3HEP)) = U3HEP) || ( (StrLen(U3DEP) > 0) && (SubStr(CurFn, 1, StrLen(U3DEP)) = U3DEP) ) || ( (StrLen(U3ADP) > 0) && (SubStr(CurFn, 1, StrLen(U3ADP)) = U3ADP) ) ) ) { KillProcs0++ KillProcs%KillProcs0% := CurProc . "|" . CurFnOnly @@ -106,6 +106,8 @@ If (U3_IS_DEVICE_AVAILABLE <> "true") StepsPos++ If datexe0 > 0 StepsPos++ + + ; Try to save to temporary directory ... maybe change U3_APP_DATA_PATH to new dir ... should work } Else { diff --git a/U3Helper.ahk b/U3Helper.ahk index 9fc2f1a..9fd22de 100644 --- a/U3Helper.ahk +++ b/U3Helper.ahk @@ -5,7 +5,7 @@ #Include mb_ProcTools.ahk #Include mb_RegTools.ahk #Include mb_TextTools.ahk -U3HVer = 2.4 +U3HVer = 2.41 U3HUUID = 0f90f88c-5e05-4cab-8c3a-e1c0112b06fd U3_APP_DATA_PATH := EnvValue("U3_APP_DATA_PATH") diff --git a/U3Helper.rc b/U3Helper.rc index f5017d1..e36f32b 100644 --- a/U3Helper.rc +++ b/U3Helper.rc @@ -1,7 +1,7 @@ 1 VERSIONINFO -FILEVERSION 2,4,0,0 -PRODUCTVERSION 2,4,0,0 +FILEVERSION 2,4,0,1 +PRODUCTVERSION 2,4,0,1 FILEOS 0x4 FILETYPE 0x1 { @@ -10,12 +10,12 @@ BLOCK "StringFileInfo" BLOCK "040904b0" { VALUE "FileDescription", "U3Helper manages registry settings and data files of ordinary applications to make them U3-compatible. (see http://www.u3.com/ for more info)" - VALUE "FileVersion", "2, 4, 0, 0" + VALUE "FileVersion", "2, 4, 0, 1" VALUE "InternalName", "U3H" - VALUE "LegalCopyright", "(c)2007 Markus Birth " + VALUE "LegalCopyright", "(c)2007-2008 Markus Birth " VALUE "OriginalFilename", "U3Helper.exe" VALUE "ProductName", "U3Helper" - VALUE "ProductVersion", "2, 4, 0, 0" + VALUE "ProductVersion", "2, 4, 0, 1" } } diff --git a/manifestex_old.u3i b/manifestex_old.u3i new file mode 100644 index 0000000..7c932ac --- /dev/null +++ b/manifestex_old.u3i @@ -0,0 +1,18 @@ + + + CCleaner.ico + CCleaner + Piriform Ltd. + CCleaner is a freeware system optimization and privacy tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your online activities such as your Internet history. + + + 2 + + + + config + + appstop + unconfig + +