How to control files such as windows update program?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • soarnil

    How to control files such as windows update program?

    I hope i could write a program to execute a range of ".exe" files.
    When there is a "Licensing Agreement", the program can choose
    "Accept",th en click "Next" until "Finish".Or maybe it could use some
    function to finish this rather then really "click" the buttons.

  • Gabriel Genellina

    #2
    Re: How to control files such as windows update program?

    soarnil wrote:
    I hope i could write a program to execute a range of ".exe" files.
    When there is a "Licensing Agreement", the program can choose
    "Accept",th en click "Next" until "Finish".Or maybe it could use some
    function to finish this rather then really "click" the buttons.
    Some installers accept command line options to control how they
    behave, and sometimes you can run the installation completely
    unattended.
    If there are no choices, you could use pyWinAuto to "click" the
    buttons.

    --
    Gabriel Genellina

    Comment

    • soarnil

      #3
      Re: How to control files such as windows update program?

      On 4ÔÂ8ÈÕ, ÉÏÎç10ʱ28·Ö, "Gabriel Genellina" <gagsl-...@yahoo.com.a rwrote:
      soarnil wrote:
      I hope i could write a program to execute a range of ".exe" files.
      When there is a "Licensing Agreement", the program can choose
      "Accept",th en click "Next" until "Finish".Or maybe it could use some
      function to finish this rather then really "click" the buttons.
      >
      Some installers accept command line options to control how they
      behave, and sometimes you can run the installation completely
      unattended.
      If there are no choices, you could use pyWinAuto to "click" the
      buttons.
      >
      --
      Gabriel Genellina
      Thank you very much!
      I really think I must write this tool by myself. Now I'll learn
      something about pyWinAuto.
      Thank you!

      Comment

      Working...