https://bugs.winehq.org/show_bug.cgi?id=30187
donanykey@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |donanykey@gmail.com
--- Comment #17 from donanykey@gmail.com --- Hi Anastasius,
To support this feature, Wine would need to maintain certificate stores in registry just as Windows does.
Wine does support certificates in memory, and uses it by default, but treats HKLM\Root as a special case to import system (linux in my case) certificates.
Whenever the line doing this with CRYPT_RootOpenStore at CRYPT_SysRegOpenStoreW() is commented, it starts using registry and allows this app to install. I was able to configure playback with terrible sound (probably a separate problem) and saw the phone-alike window.
Although adding system root certificates makes sense, it could be added to the wine registry with RW rights for an app without a problem with small change (once or each time on crypt load). Not sure what is a proper way, if any wine developer listens this, please let me know, I could handle that