mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:43:39 +00:00
[WINESYNC] msi: Write "Clients" value as REG_MULTI_SZ in PublishProduct.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 1951853d06144e67b8a3d9d63c835e06a7232588 by Zebediah Figura <z.figura12@gmail.com>
This commit is contained in:
parent
8c80eb17f5
commit
9d3876e40f
1 changed files with 1 additions and 1 deletions
|
@ -4065,7 +4065,7 @@ static UINT msi_publish_product_properties(MSIPACKAGE *package, HKEY hkey)
|
|||
msi_reg_set_val_dword(hkey, L"Assignment", 0);
|
||||
msi_reg_set_val_dword(hkey, L"AdvertiseFlags", 0x184);
|
||||
msi_reg_set_val_dword(hkey, INSTALLPROPERTY_INSTANCETYPEW, 0);
|
||||
msi_reg_set_val_str(hkey, L"Clients", L":");
|
||||
msi_reg_set_val_multi_str(hkey, L"Clients", L":\0");
|
||||
|
||||
if (!(guids = msi_get_package_code(package->db))) return ERROR_OUTOFMEMORY;
|
||||
if ((ptr = wcschr(guids, ';'))) *ptr = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue