lyledg Posted October 10, 2005 Posted October 10, 2005 I have a script that uses Aut2exe.exe to comiple a Au3 script. What I would like to know is there a way to version control the compiled exe. Meaning, if you right click on the exe, go to properties and then look at the version tab, is it possible to increment the version number for tracking purposes? Thanks very much
Skruge Posted October 10, 2005 Posted October 10, 2005 Sure! You should use CompileAU3 with the Resource Hacker Plugin. Compile at least once to generate the .INI file. Using my "GetClasses.au3" as an example... (Replace paths/filenames as needed, or for beta) Your script would have to: 1) Increment the version in GetClasses.au3.ini. 2) Launch CompileAU3.exe with the proper syntax. "C:\Program Files\AutoIt3\SciTe\CompileAU3\CompileAU3.exe" /prod /in "J:\Dox\Dev\AU3\WinSpy\GetClasses.au3" /autoit3dir "C:\Program Files\AutoIt3" 3) Compile! (ControlClick Button9, on my version) Good luck! [font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now