我google了,沒有發現任何有用的東西。檢查程序是否安裝,如果是這樣,轉到下一個powershell
我有4個msi文件我想要安裝,但想檢查它是否安裝在電腦上。
例如: 檢查是否安裝程序1,如果不安裝它,去,如果不是安裝了安裝程序2. 然而,安裝它,並轉到程序2,做相同的測試那裏。
Execute-MSI -Action Install -Path "$dirFiles\Program1"
Execute-MSI -Action Install -Path "$dirFiles\Program2"
Execute-MSI -Action Install -Path "$dirFiles\Program3"
Execute-MSI -Action Install -Path "$dirFiles\Program4"
嗨,你寫過_any_驗證碼?我們需要看到它來幫助你。你可以[編輯你的問題](http://stackoverflow.com/posts/42228400/edit)包含它。 – sodawillow
我已經做到了。我如何執行此檢查。 – jetmanus