Jump to content

New to AutoIt - (Moved)


Recommended Posts

Hello everyone,

 

I have a program that is a pain to keep updated because it is updated by the company so often and it can only stay one version behind before it breaks. I just came across AutoIt and looks like a powerful tool and wanted to see if I can use it in my case as well as other ways.

We don't have our users as admins to their computers, so they cannot update the software. When they open the software it comes up with a "there is an update, would you like to update" screen. Would it be possible if the user clicks yes it runs the update as an admin or just create a clickable link on the desktop where it goes out and installs the newest version from a UNC path on the network as an admin.

Link to comment
Share on other sites

My first impression would be to create a script that checks for update (instead of having the software doing it).  If update is available, then the script could proceed with the install using admin credentials.  After install is completed, then it could start the software.  I think superseding the software with a script after the user clicking  yes would be quite complex.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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