2 references to MsiGetProductInfoW
System.Workflow.Activities (2)
Common\CompModHelpers.cs (2)
545
int hr =
MsiGetProductInfoW
(getSDKDir ? ProductSDKCode : ProductCode, INSTALLPROPERTY_INSTALLLOCATION, location, ref length);
595
int hr =
MsiGetProductInfoW
(ProductCode, INSTALLPROPERTY_INSTALLLOCATION, location, ref length);