求助各位大神怎么编辑安装"exe"软件
2023-8-1 483

安装Adobe Flash Player中Adobe_Flash_Player_ActiveX_v32.0.0.403.exe和Adobe_Flash_Player_PPAPI_v32.0.0.403.exe时开始准备安装要点击"是",完成后还要点击一次"是"

我想在PE启动后自动安装这种程序,命令应该怎么编辑?

收藏
点赞
道具卡
分享
知足常乐
最新回复 (3)
  • avatar image
    wxinchun92 2023-8-1

    /install

  • avatar image
    USER555 2023-8-2

    @echo off

    cls

    start "Flash Player NPAPI" /wait install_flash_player.exe -install

    echo 

    start "Flash Player ActiveX" /wait install_flash_player_ax.exe -install

    echo 

    start "Flash Player PPAPI" /wait install_flash_player_ppapi.exe -install

  • avatar image
    owl0001 2023-8-2
    楼主   4

    谢谢 我试下

    知足常乐
返回