msi: Display the product code in the FindRelatedProducts action.
This commit is contained in:
parent
2666294f64
commit
bb9451adae
|
@ -184,6 +184,7 @@ static UINT ITERATE_FindRelatedProducts(MSIRECORD *rec, LPVOID param)
|
|||
|
||||
action_property = MSI_RecordGetString(rec, 7);
|
||||
append_productcode(package, action_property, productid);
|
||||
MSI_RecordSetStringW(uirow, 1, productid);
|
||||
ui_actiondata(package, szFindRelatedProducts, uirow);
|
||||
}
|
||||
index ++;
|
||||
|
|
Loading…
Reference in New Issue