Jump to content

Would it be possible to make a AutoIt script?


Recommended Posts

Posted (edited)

Would it be possible to make a AutoIt script, that could install any application silently?

There is a lot of application installers that uses same dialogs always. Maybe those can be identified with AutoIt script without hard coding for each application. I could start to develop that kind of script, but I need some assistance and professional opinions before I start planning the script.

Or would it be completely waste of my time?

Edited by puntoMX

Posted
Would it be possible to make a AutoIt script, that could install any application silently?

Silently No as installers are too diverse in their methods. Automated Yes, based on common installers only.

There is a lot of application installers that uses same dialogs always. Maybe those can be identified with AutoIt script without hard coding for each application. I could start to develop that kind of script, but I need some assistance and professional opinions before I start planning the script.

Or would it be completely waste of my time?

It is unlikely that you can cover for every unexpected scenario but you can do most. Sure AutoIt can do things based on logic so creating your concept is not impossible at all. i have done something similar in the past for something to tinker with and it worked ok for it's minor test but unless it does 100% of installations, then I would rather concentrate on a concept that does offer that 100% success rate.

I, myself use script templates to make installation scripts quick without repeating similar code over and over. SendToA3X creates the scripts based off templates. Some script examples can be viewed here.

:)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...