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