dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

[Request dependency] msvcrt40

Open Raubsiedler opened this issue 1 year ago • 0 comments

Dependency name: msvcrt40

Official link to the download page (not direct download) https://catalog.s.download.windowsupdate.com/msdownload/update/software/dflt/2008/04/windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe

But only needs one dll of it

Is this dependency compatible with Wine?

  • [x ] Yes
  • [ ] Yes, but need tweaks
  • [ ] No
  • [ ] I have not tested

Useful links

https://github.com/Winetricks/winetricks/blob/master/src/winetricks Extract from Winetricks:

#----------------------------------------------------------------

w_metadata msvcrt40 dlls
title="fixme"
publisher="Microsoft"
year="2011"
media="download"
file1="../winxpsp3/WindowsXP-KB936929-SP3-x86-ENU.exe"
installed_file1="${W_SYSTEM32_DLLS_WIN}/msvcrt40.dll"

load_msvcrt40() { helper_winxpsp3 i386/msvcrt40.dl_ w_try_cabextract --directory="${W_SYSTEM32_DLLS}" "${W_TMP}"/i386/msvcrt40.dl_

w_override_dlls native,builtin msvcrt40

}

#----------------------------------------------------------------

Raubsiedler avatar Jan 19 '23 11:01 Raubsiedler