Nero Burn Right

Home Home
引用 | 編輯 聖依天
2007-03-19 23:59
樓主
推文 x0
本人想問如何將Nero Burn Right這 ..

訪客只能看到部份內容,免費 加入會員



獻花 x0
引用 | 編輯 聖依天
2007-04-15 23:44
1樓
  
Run("Setup.exe")
WinWait("Nero BurnRights安裝精靈")
WinSetOnTop("Nero BurnRights安裝精靈","",1)
ControlClick("Nero BurnRights安裝精靈","下一步 >","Button2")


WinWaitActive("Nero BurnRights安裝精靈","精靈已成功完成安裝程序。")
WinSetOnTop("Nero BurnRights安裝精靈","",1)
ControlClick("Nero BurnRights安裝精靈","完成","Button3")

WinWaitActive("Nero BurnRights","This control panel allows administrators to specify the burn rights for products of the Nero family")
WinSetOnTop("Nero BurnRights","",1)
send("{DOWN}")
ControlClick("Nero BurnRights","確定","Button4")

WinWaitActive("NeroBurnRights")
Send("!n")
exit
因為用winrar..最後失..敗..而且沒有高手回應
所以試了autoit..
但出現一個問題~ 就是用了winsetontop 都不能自動在最上層
但當安裝時安卓面..程式就會停下來..要指回該程式才能繼續安裝

獻花 x0