https://bugs.winehq.org/show_bug.cgi?id=46559
--- Comment #9 from Andre Mohren andremohren@gmail.com --- Final summary: There are three problems with installing. Two of them rely on unimplemented methods in ncrypt.dll and advapi32.dll and require a Windows installation. Im not sure what causes the third problem, but there is an easy workaround which does not require a Windows environment.
Preparation: - Using a fresh Wine 4.0 (64bit) installation. - Running winetricks dotnet462 arial ## workaround for wine "ncrypt:NCryptOpenStorageProvider" not implemented yet - Copy ncrypt.dll from Windows over and set it no native in winecfg ## workaround for wine "advapi:DecryptFileW" not implemented yet - Install on Windows first, and copy the package folders from c:/ProgramData/Package Cache/
Installation: - https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f... ## workaround for Windows SDK not being installable by build tools - https://download.microsoft.com/download/B/0/C/B0C80BA3-8AD6-4958-810B-688248...
Using the build tools to compile an application does not completely work yet. Problems regarding the usage of the build tools will be reported as seperate bugs.