http://bugs.winehq.org/show_bug.cgi?id=12279
--- Comment #5 from billstei billstei@hbci.com 2008-07-05 20:17:20 --- I did some testing and Wine 0.9.50 does not exhibit this problem and Wine 0.9.51 does.
As to where the regression happened, some possibilities:
Changes in dll/advapi32 files cred.c crypt.c registry.c security.c service.c
Other changes in dll/crypt32 files chain.c decode.c serialize.c
Changes in rsaenh were for tests only, and changes to rsabase were to resource version info. Neither of these seem likely (?)
Changes in dll/wintrust file wintrust_main.c added routines for WTHelperGetFileName and WTHelperGetFileHandle
Also note that rsaenh.dll and rsabase.dll stub files were added to system32 folder, i.e. they are not present in 0.9.50 and they are present in 0.9.51
Bill