Jump to content

Versioning Scripts for Automatic Updates


Recommended Posts

Morning All :)

Is there a way to add a version number to a script as part of its properties or details??? I'd like to then use that information to determine whether or not a new version of the script is available (by comparing the properties of the old and new script files) and replace the old one if necessary. I know I can use ini files if necessary but I'm hoping there's something available that doesn't involve the extra file. =) One last factoid: I compile my scripts into executables.

Any and all thoughts about this are appreciated!!!

Thanks!

Link to comment
Share on other sites

If you are using Autoit3wrapper then you have something like:

#Compiler_Res_Fileversion=                ;File Version
#Compiler_Res_FileVersion_AutoIncrement=y ;AutoIncrement

Compiler_ is replaced with au3wrapper_ or something in newer versions than I have available at the moment.

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...