Jump to content

Recommended Posts

Posted

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 ?

Posted

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 :)

Posted (edited)

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

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