Jump to content

Recommended Posts

Posted

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.

Posted

Do you have the custom version of SciTe installed? If so just open your script and click Tools > Compile > Resource Update.

Posted (edited)

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

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