close

HotKey.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

 

參考:http://www.silentinstall.org/inno_setup.html

 

正常的無畫面安裝也可嘗試

setup.exe /s

 

補充

msi 也可嘗試 /qr

參考:http://www.python.org/getit/releases/2.4/msi/

http://www.cnblogs.com/BeyondTechnology/archive/2011/01/15/1936511.html

 

補充

讓bat檔無畫面執行可以撰寫VBS

set GuWS=WScript.CreateObject("WScript.Shell")
GuWS.Run "GPS_Run_NAV5.bat",vbhide

參考:http://blog.csdn.net/lenlenya/article/details/6861243

 

補充

vbs延遲

 

WScript.Sleep 800

參考:http://www.jb51.net/article/14776.htm

arrow
arrow
    文章標籤
    inno
    全站熱搜
    創作者介紹
    創作者 ooieueioo 的頭像
    ooieueioo

    ooieueioo的部落格

    ooieueioo 發表在 痞客邦 留言(0) 人氣()