Jump to content

Recommended Posts

Posted (edited)

For AutoIt junkies who hate updating all the time, this will check if the release or beta versions have changed, and silently download and install them. It will also install SciTE4AutoIt3 if either have changed. Modified from the updater included with AutoIt, but completely silent. Just run it using Windows Task Scheduler every week or so to keep yourself up to date.

If you'd rather have Windows Run the script instead of Edit it by default, change the "Edit" in the RegWrite to "Run". And if you don't want beta, get rid of the beta If...EndIf

Updated: Checks version of SciTE now and downloads if it has been updated, only.

autoitupdate.au3

Edited by Buey
Posted

If your AutoIt is already up to date it won't update, but if that isn't the case and it's still not working let me know.

To have .au3 files run on default instead of open in SciTe, change the "Edit" in the RegWrite command to "Run".

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
×
×
  • Create New...