Esempio n. 1
0
        public static extern MsiError MsiSetFeatureAttributes(Int32 install,
			string feature, MsiInstallFeatureAttribute attributes);
Esempio n. 2
0
        public static extern MsiError MsiGetFeatureInfo(Int32 productHandle,
			string feature, MsiInstallFeatureAttribute attributes,
			StringBuilder title, ref uint titleSize, string help, ref uint helpSize);