Jump to content

Recommended Posts

Posted (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 by cparadis
Posted (edited)

Download this: http://www.autoitscript.com/autoit3/scite/...iTE4AutoIt3.exe

Then in the scite editor you use this for change version and things:

http://www.autoitscript.com/autoit3/scite/...oIt3Wrapper.htm

Example:

#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 by cparadis
Posted (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 by Pain
Posted

#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

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