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