Displaying 2 results from an estimated 2 matches for "doregserv".
Did you mean:
doregserver
2007 Mar 19
2
wineprefixcreate: msiexec.exe -- "Failed to open the service control manager"
...refixcreate delivers the message "Failed to open the
service control manager." I have tracked this down to the fact that
HKLM\CurrentControlSet\Services does not yet exist when the msiexec.exe
is registered and hence OpenSCManager fails.
What is the proper way to register this key. In DoRegServer I have
prepended the following code
VVVVVVVV
WCHAR const key[35] = {
'S', 'y', 's', 't', 'e', 'm',
'\\', 'C', 'u', 'r', 'r', 'e', 'n', 't', 'C', 'o&...
2013 Feb 15
0
Wine release 1.5.24
...ifier value in IWbemClassObject::GetNames.
windowscodecsext: Implement WICCreateColorTransform_Proxy and IWICColorTransform_Initialize_Proxy.
windowscodecs: Implement IWICBitmapFrameDecode::GetColorContexts for TIFF images.
msiexec: Add /unregserver support.
msiexec: Convert DoRegServer to Unicode.
wininet/tests: Fix a test failure.
msi/tests: Move a couple of tests from install.c to msi.c.
msi: Don't remove products if msidbUpgradeAttributesOnlyDetect is set.
Henri Verbeet (2):
wined3d: Add WINED3DFMT_INST to the format table.
configure: Inclu...