【问题标题】:how to silently extract winzip self extractor without progress bar如何在没有进度条的情况下静默提取winzip自解压器
【发布时间】:2011-11-09 06:38:06
【问题描述】:

我通过传递命令行参数“/auto”从 .net 运行 Winzip Self extractor 文件,以便安装以静默方式进行。 但是我不想在安装过程中显示 UI/进度。 有人可以指导我吗

【问题讨论】:

    标签: .net winzip


    【解决方案1】:

    假设您使用Process class 调用来启动它,请尝试使用ProcessStartInfo.CreateNoWindow = true; 调用它。

    【讨论】:

    • @Sathish 然后使用其他技术或编写自定义 SFX 模块(需要 C 或汇编程序!)...
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-07-20
    • 2020-01-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多