16
UCheck / Re: UCheck shows "Location: Unknown" for multiple apps
« on: January 20, 2024, 10:32:19 PM »
Hi DrStrange,
Thanks for the clarifications.
Regards.
Thanks for the clarifications.
Regards.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Unfortunately, it's not unusual for VERSION to be greater than LATEST for many of my fully "Compatible" applications, and I assume this is because the automated bots that scan documentation on the web looking for new releases of "Compatible" programs can be very slow finding this information.There is two reason for this. Indeed your scrapping bot only check a specific application for update a few times a day. Also, official documentation or changelog update may be delayed a lot.
UCheck v5.2.2 still detects my 64-bit MS Edge browser as a 32-bit application (see attached image, scan log and debug log)The task is indeed still prending. Because of hollidays, we are running late on schedule.
Presumably portable apps are found by scanning for all program files - how else would they be found?Indeed.
Or are portable apps detected some other way?Portable apps are located by enumerating the filesystem. Installed appplications are enumerated using the Registry.
What is the expected location of dumpbin.exe?It's in the PATH.
Sysinternals Suite https://learn.microsoft.com/de-de/sysinternals/downloads/sysinternals-suiteThen, how about this :
sigcheck.exe C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Everything]
"DisplayName"="Everything 1.4.1.1015 (x64)"
"UninstallString"="C:\\Program Files\\Everything\\Uninstall.exe"
"Publisher"="voidtools"
"EstimatedSize"=dword:00000c00
"DisplayIcon"="C:\\Program Files\\Everything\\Everything.exe"
"DisplayVersion"="1.4.1.1015"
However, I don't see how MS Edge will ever be a "fully supported" Compatible app when this browser is built in to the Win 10 / Win 11 OS (at least here in North America). Users would not normally use UCheck to install, update or uninstall this program (when SUMo reported MS Edge was outdated I would manually update from within the browser at Help and Feedback | About Microsoft Edge) so I assume that MS Edge will always be classified as a Community app in future versions of UCheck.You are right.
Another related question is Microsoft Edge a 32 or 64 bit app?I think it should be a 64-bit process. Would you agree to run some test to confirm this ?