icadea Posted October 11, 2007 Posted October 11, 2007 Greetings I would like to know if there is anyway we could write file version information when compiling the file. I've searched through the forum and could not find it(maybe i did it the wrong way Below is the snip on vb that i found in google. Hope there is one in Autoit. Kindly help. Thanks Console.WriteLine("ProductName: {0}", fvi.ProductName) Console.WriteLine("ProductVersion: {0}", fvi.ProductVersion) Console.WriteLine("CompanyName: {0}", fvi.CompanyName) Console.WriteLine("FileVersion: {0}", fvi.FileVersion) Console.WriteLine("FileDescription: {0}", fvi.FileDescription) Console.WriteLine("OriginalFilename: {0}", fvi.OriginalFilename) Console.WriteLine("LegalCopyright: {0}", fvi.LegalCopyright) Console.WriteLine("LegalTrademarks: {0}", fvi.LegalTrademarks) Console.WriteLine("Comments: {0}", fvi.Comments) Console.WriteLine("InternalName: {0}", fvi.InternalName) thanks
dabus Posted October 11, 2007 Posted October 11, 2007 Use scite, add this line to your script and compile again. #AutoIt3Wrapper_Res_Fileversion=0.3.5 See the scite help for additional options.
Blue_Drache Posted October 11, 2007 Posted October 11, 2007 Isn't ResHacker required? Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
icadea Posted October 12, 2007 Author Posted October 12, 2007 http://www.autoitscript.com/autoit3/scite/...oIt3Wrapper.htmThank you all. Found the help on page link above
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