https://bugs.winehq.org/show_bug.cgi?id=40451
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|visualcppbuildtools_full.ex |Visual C++ Build Tools 2015 |e does not run |silently fails on startup, | |needs 'feclient' stub dll | |(Windows NT File Encryption | |Client Interfaces) Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/blob/mast |ster/patches/api-ms-win-Stu |er/patches/api-ms-win-Stub_ |b_DLLs |DLLs/0026-feclient-Add-stub | |-dll.patch URL| |go.microsoft.com/fwlink/?Li | |nkId=691126 CC| |focht@gmx.net Keywords| |download Version|unspecified |1.9.7
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary to target the stub 'feclient.dll'.
https://technet.microsoft.com/en-us/library/cc700811.aspx
--- quote --- Windows NT File Encryption Client Interfaces
Encrypting File System (EFS) provides file encryption for NTFS files stored on disk. When a user modifies EFS options for a file or folder, or when an application attempts to access an encrypted file on an NTFS volume, the Win32 application programming interface (API) passes the resulting EFS-related calls to the Feclient DLL. Feclient then calls the EFS remote procedure call (RPC) interfaces in the Local Security Authority (LSA). The role of Feclient is to determine which client computer or server has the requested file and to then contact the LSA on that computer or server. --- quote ---
Regards