Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win7 support #4

Open
bt4ibwem8 opened this issue Aug 27, 2024 · 9 comments
Open

win7 support #4

bt4ibwem8 opened this issue Aug 27, 2024 · 9 comments

Comments

@bt4ibwem8
Copy link

Can i use this also for Windows 7 Ultimate?

@bt4ibwem8 bt4ibwem8 changed the title win7 win7 support Aug 27, 2024
@Blaukovitch
Copy link
Owner

Can i use this also for Windows 7 Ultimate?

YES!

@bt4ibwem8
Copy link
Author

should it resolve also this error? i get it when trying to run some programs:

image

@Blaukovitch
Copy link
Owner

api-ms-win-core-heap-l2-1-0.dll is contain typical KERNEL32.DLL export table.
Simply variant: copy KERNEL32.DLL in to separate folder and try rename to api-ms-win-core-heap-l2-1-0.dll
image

@bt4ibwem8
Copy link
Author

i did but another error pops up, can i do it also for this one and potentially also for other dll files?

image

@Blaukovitch
Copy link
Owner

You can get Dependency Walker utility and view independently ArsenaImageMounter.exe import table for request DLL library's.
Most of api-ms-core...dll libs - copy of standard system KERNEL32.DLL, USER32.DLL, ADVAPI32.DLL...
See function names in api-ms-win-core...dll and compare with [Microsoft his original system site](https://learn.microsoft.com/ru-ru/windows/win32/api/).
For example from you api-ms-win-core-version-l1-1-0.dll: GetFileVersionInfoExW - detected in to version.dll(lib) (mostly libname equal with dll name for Windows Vista-7 OS)
Result:
Try copy version.dll (Windows 7) and rename to api-ms-win-core-version-l1-1-0.dll
image
image

Also you can see (with translate) this articles:
https://xakep.ru/2023/08/10/chrome-for-windows-7/
https://habr.com/ru/articles/752692/

@bt4ibwem8
Copy link
Author

I did not found api-ms-win-core-sysinfo-l1-2-1.dll there, only api-ms-win-core-sysinfo-l1-1-0.dll and when i rename kernel32.dll i get this error:

image

@Blaukovitch
Copy link
Owner

api-ms-win-core-sysinfo-l1-2-1.dll
try to install EA Desktop manager and find in to C:\ProgramFiles\..\EA Desktop\ this libs.

@bt4ibwem8
Copy link
Author

i installed it but there is only 1-1-0 version of that dll

Blaukovitch added a commit that referenced this issue Sep 2, 2024
@Blaukovitch
Copy link
Owner

but there is only 1-1-0 version of that dll
api-ms-win-core-sysinfo-l1-2-1.dll

API-MS-WIN-CORE-SYSINFO-L1-2-1

Compiled binary:
API-MS-WIN-CORE-SYSINFO-L1-2-1.zip
TRY IT!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants