Jump to content

version number


BigDog
 Share

Recommended Posts

hi , i m new , nice to meet u here !

i have completed some .au3 and compiled them to .exe

but , how do i set the version number of these .exe file ?

because i wish these .exe files could be updated by user from internet.

should i maintain the version number at some where like txt_file or REG by myself

or there is some related property could be set and get in a .au3 or a .exe file ?

Link to comment
Share on other sites

hi , i m new , nice to meet u here !

i have completed some .au3 and compiled them to .exe

but , how do i set the version number of these .exe file ?

because i wish these .exe files could be updated by user from internet.

should i maintain the version number at some where like txt_file or REG by myself

or there is some related property could be set and get in a .au3 or a .exe file ?

I don't think AutoIt has a built in function for that, i personally use a file on a ftp server , and the script downloads that file and compares the first line with a variable in the script :)

Link to comment
Share on other sites

  • Developers

Make sure you have the Full SciTE4AutoIt3 package loaded to use the Directive as indicated by Zedna. :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

thank you ! it is working except a little imperfect

! ***************************************************************************************************

! * Input file is UTF8 encoded with BOM, Au3Check does not support UNICODE and will be skipped. *

! ***************************************************************************************************

Edited by BigDog
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...