Tuesday, August 22, 2006, 7:56:00 PM, James Hawkins wrote: > Hi, > More and more installers are expecting the MSI service to exist, or at > least be installable using msiexec /regserver. This patch is the > first step in fixing bug 5540.
> + if (!scm)
> + {
> + fprintf(stderr, "Failed to open the service control manager.\n");
> + return 1;
> + }
Please use proper WINE_[ERR|WARN|FIXME|TRACE] macros.
Vitaliy Margolen
