Jump to content

anac

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

About anac

anac's Achievements

0

Reputation

  1. Hello,back with question I did how soporific explain to me but still it's not working. I did exactly as oscardog wrote and the same thing,nothing happens. This is how I tried and seems to work WinWaitActive("Setup - S.T.A.L.K.E.R. - Shadow of Chernobyl") Send("!i") Sleep(930000) ;here is the difference ;InstallShield Wizard - contents WinWaitActive("Setup - S.T.A.L.K.E.R. - Shadow of Chernobyl") Send("!n") ;InstallShield Wizard - user information WinWait("Setup - S.T.A.L.K.E.R. - Shadow of Chernobyl") Send("!n") ;InstallShield Wizard - register WinWaitActive("Setup - S.T.A.L.K.E.R. - Shadow of Chernobyl") Send("!n") But using Sleep it's not the right way to do.Because the install might take more or less on different PC's than the value wrote there.
  2. Hello,I am using Autoit to generate a script for installing a game.After the instalation is complete the next window is "finish" ( or other windows depending on the game,like installing DirectX,etc).Well,this one last window seems not to be active no matter what I do. this is what I wrote ............. WinWaitActive("Setup") Send("!i") ;at this point the game is installed but the script continues with another window WinWait("Contents") If Not WinActive("Contents") Then WinActive("Contents") WinWaitActive("Contents") Send("!n") P.S. does anyone know how to close a window,something similar to Alt-F4 Thank you.
×
×
  • Create New...