コード例 #1
0
ファイル: MsiInterop.cs プロジェクト: jkuemerle/MsiInterop
        public static extern MsiError MsiSetMode(Int32 install, MsiRunMode mode,
			bool state);
コード例 #2
0
ファイル: MsiInterop.cs プロジェクト: jkuemerle/MsiInterop
 public static extern bool MsiGetMode(Int32 install, MsiRunMode mode);