Jump to content

Recommended Posts

Posted

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

;)

Posted

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]

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...