
批處理命令安裝office和adobe的時候這兩個軟件能同時安裝么我自己第一次用批處理命令做了個自動訪問服務器的共享盤上安裝軟件和打印機的設置,但是我發(fā)現(xiàn)命令運行后好像adobe沒有裝成功,是因為adobe reader和office兩個不能同時裝么,如果是這樣的話,批處理命令中有沒有辦法設置成,等前面一個程序安裝完成后再去進行下一個軟件的安裝?這是我自己寫的,簡陋了點 reg add HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionPoliciesAssociations /v ModRiskFileTypes /t REG_SZ /d .exe /fnet use 192.168.1.1install 1234 /user:testadministratorstart 192.168.1.1install360zip_setup.exe /Sstart 192.168.1.1installWeCom_3.1.16.3008.exe /Sstart 192.168.1.1installAcroRdrDC1900820071_zh_CN /msi /qnstart 192.168.1.1installVPN.exe /quiet /norestartstart 192.168.1.1installofficesetup.exe /adminfile office.MSPcscript c:WindowsSystem32Printing_Admin_scriptszh-CNprnport.vbs -a -r 192.168.0.203 -h 192.168.0.203 -o rawcscript c:WindowsSystem32Printing_Admin_scriptszh-CNprnport.vbs -a -r 192.168.0.204 -h 192.168.0.204 -o rawrundll32 printui.dll,PrintUIEntry /if /b FX DocuCentre-V 3065 PCL 6 /f 192.168.1.1install3065PCLamd6401FX6MHAL.inf /r 192.168.0.203 /m FX DocuCentre-V 3065 PCL 6 /zrundll32 printui.dll,PrintUIEntry /if /b FX DocuCentre-V C3375 PCL 6 /f 192.168.1.1install3375PCLamd6401FX6SOAL.inf /r 192.168.0.204 /m FX DocuCentre-V C3375 PCL 6 /zrundll32 printui.dll,PrintUIEntry /y /n FX DocuCentre-V 3065 PCL 6reg delete HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionPoliciesAssociations /fnet use 192.168.1.1install /del

