cparadis Posted December 13, 2008 Posted December 13, 2008 (edited) I know how to change version on my own autoit programs. But how can i change fileversion/company name of programs? It's a FileGetVersion, but not a setversion. And it is easy to create? Like with FileSetTime, but with version and company. Edited December 13, 2008 by cparadis
Dinosaurr Posted December 13, 2008 Posted December 13, 2008 I would like to know this aswell. Also how do you change the version on your own autoit program ?
cparadis Posted December 13, 2008 Author Posted December 13, 2008 (edited) Download this: http://www.autoitscript.com/autoit3/scite/...iTE4AutoIt3.exeThen in the scite editor you use this for change version and things:http://www.autoitscript.com/autoit3/scite/...oIt3Wrapper.htmExample:#AutoIt3Wrapper_Res_Comment=This is a nice program. #AutoIt3Wrapper_Res_Description=For all SciTe4 lovers! #AutoIt3Wrapper_Res_LegalCopyright=By Cparadis #AutoIt3Wrapper_Res_Fileversion=1.1 #AutoIt3Wrapper_OutFile=Myfilename.exe Edited December 13, 2008 by cparadis
Pain Posted December 13, 2008 Posted December 13, 2008 I guess you can use Reshacker to change the version, I havn't done it with Reshacker but with other resource editors.
AlmarM Posted December 13, 2008 Posted December 13, 2008 #AutoIt3Wrapper_Version=1.0.0.0 ? AlmarM Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
Pain Posted December 13, 2008 Posted December 13, 2008 (edited) #AutoIt3Wrapper_Version= ;(B/P) Use Beta or Production for AutoIt3 and AUT2EXE. Default is P So I don't think so, and from what I get he want to change the version on another file, not his own Au3. Edited December 13, 2008 by Pain
FireFox Posted December 13, 2008 Posted December 13, 2008 #AutoIt3Wrapper_Version= ;(B/P) Use Beta or Production for AutoIt3 and AUT2EXE. Default is P So I don't think so, and from what I get he want to change the version on another file, not his own Au3.LOL cparadis just answer to dinosors how to change for autoit but cparadis is asking for other program
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