2 references to MsiGetProductInfoW
System.Workflow.ComponentModel (2)
Shared\CompModHelpers.cs (2)
543int hr = MsiGetProductInfoW(getSDKDir ? ProductSDKCode : ProductCode, INSTALLPROPERTY_INSTALLLOCATION, location, ref length); 593int hr = MsiGetProductInfoW(ProductCode, INSTALLPROPERTY_INSTALLLOCATION, location, ref length);