Topic: 64 bit OS...

I have 64bit OS. Sumo search (Scan button) program only in the folder C: \ Program Files (x86), and the folder C: \ Program Files does not scan.

Last edited by Diver (2009-08-04 08:15:21)

Re: 64 bit OS...

Known bug, to be fixed soon : http://kcsofts.dyndns.org/mantis/view.php?id=1100

Re: 64 bit OS...

thx

Re: 64 bit OS...

you're welcome.

Tou can "monitor" this issue in Mantis in order to know when you'll have finished working on it.

Re: 64 bit OS...

Please solve the problem!:(

Re: 64 bit OS...

I'm currently working on a blocking issue (see other post "SUMo checking won't terminate") and this is the next task on my ToDo list.

Re: 64 bit OS...

Kyle_Katarn wrote:

I'm currently working on a blocking issue (see other post "SUMo checking won't terminate") and this is the next task on my ToDo list.

12 August 2009 you release  SUMo 2.6.3.79 You fixed issue 1102 (1101). Next be my 1100?:)

Re: 64 bit OS...

v2.6.3 was expected to fix this bug but... failed. Still under investigation !

Re: 64 bit OS...

May be search executable files in system variable %ProgramFiles% and %ProgramFiles(x86)%? %ProgramFiles(x86)% only exist in 64bit Windows.

Re: 64 bit OS...

I know but I don't rely on environment variable to determine the paths but on API calls.
I'll have to look for documentation from Microsoft on that topic.

Re: 64 bit OS...

Maybe it be useful:
1) SHGetFolderPath - http://msdn.microsoft.com/en-us/library … S.85).aspx
2) CSIDL - http://msdn.microsoft.com/en-us/library … S.85).aspx (CSIDL_PROGRAM_FILES & CSIDL_PROGRAM_FILESX86)
I do not have Visual Studio and I can not verify this:(

UPD1. I see you use Delphi (maybe 6 or 7) for SUMo. I have RAD Studio 2010. I try SHGetFolderPath and CSIDL_PROGRAM_FILESX86 and CSIDL_PROGRAM_FILES. And get result: C:\Program Files (x86) and C:\Program Files (x86):(

UPD2. You may check OS version: if it <=XP (2000,98,95,etc) use SHGetFolderPath, if it >=XP (Vista,2008,7,etc) you should use SHGetKnownFolderPath http://msdn.microsoft.com/en-us/library … S.85).aspx and FOLDERID_ProgramFilesX86 and FOLDERID_ProgramFilesX64 http://msdn.microsoft.com/en-us/library … S.85).aspx

You try it?

Last edited by Diver (2009-10-03 04:17:24)

Re: 64 bit OS...

That's EXACTLY what i was looking for !
Thanks !

I'll have this implemented quickly for test.

Re: 64 bit OS...

You fix bug? If yes, then when you release new version?

Re: 64 bit OS...

Your proposal in currently being implemented. I expect new version to be published by mid-november.

Thanks !

Re: 64 bit OS...

Kyle, please! release new version with 64-bit support...

Re: 64 bit OS...

Implementation in progress.... sorry for the delay !!!!

Re: 64 bit OS...

Implemented. Will be in next version !

Re: 64 bit OS...

When will the next version about? After the last release have gone 5 months ...

Re: 64 bit OS...

SUMo v2.7.0 is available right now !

Re: 64 bit OS...

Thanks, Kyle. But this version too not support 64-bit program scan.

Re: 64 bit OS...

Please post log file.

Re: 64 bit OS...

Start Sumo and click Scan:

Info    [09-12-16 12:53:52]    Loading finished : 86 items loaded
Info    [09-12-16 12:53:52]    Creating database backup
Info    [09-12-16 12:53:44]    Loading...
Info    [09-12-16 12:53:44]    Scanning FFDShow Codec...
Info    [09-12-16 12:53:44]    Scanning XVid Codec...
Info    [09-12-16 12:53:44]    Scanning DivX Codec...
Info    [09-12-16 12:53:43]    Scanning Java...
Info    [09-12-16 12:53:43]    Scanning Shockwave...
Info    [09-12-16 12:53:43]    Scanning AIR...
Info    [09-12-16 12:53:43]    Scanning Flash...
Info    [09-12-16 12:53:43]    Scanning Desktop (Common)...
Info    [09-12-16 12:53:43]    Scanning Desktop...
Info    [09-12-16 12:53:40]    Scanning Start Menu (Common)...
Info    [09-12-16 12:53:40]    Scanning Start Menu...
Info    [09-12-16 12:53:38]    Scanning Screensavers...
Info    [09-12-16 12:53:38]    Scanning (heavy)...
Info    [09-12-16 12:53:34]    Loading finished : 86 items loaded
Info    [09-12-16 12:53:34]    Creating database backup
Info    [09-12-16 12:53:34]    Server Online (1%)
Info    [09-12-16 12:53:32]    Loading...
Info    [09-12-16 12:53:32]    DB list : 86 items
Info    [09-12-16 12:53:32]    Ignore list : 6 items
Info    [09-12-16 12:53:32]    Loading Cache : 0 items
Info    [09-12-16 12:53:32]    SUMo (Software Updates Monitor) v2.7.0.81
Info    [09-12-16 12:53:32]    C:\Program Files (x86)\KC Softwares\SUMo\SUMo.exe
Info    [09-12-16 12:53:32]    Starting

Re: 64 bit OS...

In this case you do not ask to scan Program Files but only program referenced by link on desktop, start menu,... etc.

Check SUMo settings

Re: 64 bit OS...

Ok, Kyle, you say about Start menu. Let see screenshots for example:
This is SUMo:
http://img694.imageshack.us/img694/5837/sumo.png

You see in SUMo only AdobePhotoshop 32bit and not see 7zip 64-bit

http://img121.imageshack.us/img121/5028/photoshopv.png

Link 64 bit = "C:\Program Files\Adobe\Adobe Photoshop CS4 (64 Bit)\Photoshop.exe" (32 bit link = C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\Photoshop.exe)

http://img38.imageshack.us/img38/4803/7zip.png

7Zip 64 bit = "C:\Program Files\7-Zip\7zFM.exe"
I have few 64bit application in Start menu, but SUMo not scan it. Fix version not fixed?:)

-----------------------------------
UPD1. Kyle! I try in settings set scan type to In-depth (Slower). And, voila, 64-bit programs appeared in SUMo programs list!!! Now i have 279 programs instead 89:) I propose to add 64-bit support on Normal scan. Thanks for SUMo!
UPD2. Now i have bug "Checking" Won't Terminate in New Version":) See post http://kcsoftwares.com/forum/viewtopic. … 1318#p1318

Last edited by Diver (2009-12-17 05:11:06)

Re: 64 bit OS...

Thanks !