msiexec: Add handling for msiexec's regserver option

Vitaliy Margolen wine-devel at kievinfo.com
Tue Aug 22 22:15:56 CDT 2006


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






More information about the wine-devel mailing list