./installer |
在基於文字的模式下執行安裝程式:
./installer -nodisplay |
執行圖形化安裝程式,但不安裝軟體:
./installer -no |
建立狀態檔案,但不安裝軟體:
在圖形模式下
./installer -no -saveState myInstallStatefile |
在基於文字的模式下
./installer -no -nodisplay -saveState myInstallStatefile |
安裝軟體時建立狀態檔案:
./installer [-nodisplay] -saveState myInstallStatefile |
在無訊息模式下執行安裝程式:
./installer -nodisplay -noconsole -state myInstallStatefile |