https://bugs.winehq.org/show_bug.cgi?id=49459 --- Comment #2 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- (In reply to Vijay Kamuju from comment #1)
we might need to write code for service wuauserv or do something similar to qmgr.dll
Hi ViJay, I think for the installer it would be enough to just stub it out. It tries to register several dlls , like e.g. mssip32, which has code below, and the installer doesn`t seem to hava a problem with it...... /***************************************************** * DllRegisterServer (MSSIP32.@) */ HRESULT WINAPI DllRegisterServer(void) { FIXME("Not implemented.\n"); return E_UNEXPECTED; } -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.