msi: A progid without a class is not an error.
This commit is contained in:
parent
d59c99067a
commit
c5ef45e5ef
@ -1072,7 +1072,7 @@ static UINT register_progid( const MSIPROGID* progid )
|
|||||||
if (clsid)
|
if (clsid)
|
||||||
msi_reg_set_subkey_val( hkey, szCLSID, NULL, clsid );
|
msi_reg_set_subkey_val( hkey, szCLSID, NULL, clsid );
|
||||||
else
|
else
|
||||||
ERR("%s has no class\n", debugstr_w( progid->ProgID ) );
|
TRACE("%s has no class\n", debugstr_w( progid->ProgID ) );
|
||||||
|
|
||||||
if (progid->Description)
|
if (progid->Description)
|
||||||
msi_reg_set_val_str( hkey, NULL, progid->Description );
|
msi_reg_set_val_str( hkey, NULL, progid->Description );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user