Jump to content

Set version on files


cparadis
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

#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
Link to comment
Share on other sites

#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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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