安装Adobe Flash Player中Adobe_Flash_Player_ActiveX_v32.0.0.403.exe和Adobe_Flash_Player_PPAPI_v32.0.0.403.exe时开始准备安装要点击"是",完成后还要点击一次"是"
我想在PE启动后自动安装这种程序,命令应该怎么编辑?
/install
@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
start "Flash Player PPAPI" /wait install_flash_player_ppapi.exe -install
谢谢 我试下