Jump to content

Change Compiled EXE's Version Number


Recommended Posts

Is there a way to change the version number that displays on a compiled exe script? The version number I'm talking about is when you right click on the exe from within explorer and goto Properties, then the Version tab. I'd like to set the version number to a different version each time I modify it so that I can easily determine if the script needs updating by using the FileGetVersion() function.

Link to comment
Share on other sites

Yes use ResHack, When compiling from SciTe it will automatically pop up and you can set the version and other info too.

you can try this at the top and compile to see if you have it

#AutoIt3Wrapper_Res_Fileversion=1.0.0.0

#AutoIt3Wrapper_Res_FileVersion_AutoIncrement=p

8)

Edited by Valuater

NEWHeader1.png

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