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