Ejemplo n.º 1
0
        public static extern MsiError MsiEnableLog(MsiInstallLogMode logMode,
			string logFile, MsiLogAttribute logAttributes);
Ejemplo n.º 2
0
 extern static public MsiError MsiEnableLog(MsiInstallLogMode mode, string file, MsiLogAttribute attributes);