111,094
社区成员




不知道是Process的问题还是MSI需要参数,先试试下面这个
[DllImport("shell32.dll", EntryPoint = "ShellExecute")]
public static extern int ShellExecute(
int hwnd,
string lpOperation,
string lpFile,
string lpParameters,
string lpDirectory,
int nShowCmd
);