【发布时间】:2011-11-09 06:38:06
【问题描述】:
我通过传递命令行参数“/auto”从 .net 运行 Winzip Self extractor 文件,以便安装以静默方式进行。 但是我不想在安装过程中显示 UI/进度。 有人可以指导我吗
【问题讨论】:
我通过传递命令行参数“/auto”从 .net 运行 Winzip Self extractor 文件,以便安装以静默方式进行。 但是我不想在安装过程中显示 UI/进度。 有人可以指导我吗
【问题讨论】:
假设您使用Process class 调用来启动它,请尝试使用ProcessStartInfo.CreateNoWindow = true; 调用它。
【讨论】: