2 references to INSTALLPROPERTY_INSTALLLOCATION
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);