Jump to content

Set File Version Info


Yuraj
 Share

Recommended Posts

How to set the file version info of compiled autoit script file. 1.How to with Resource Hacker and 2.it's a possible with function #compiler_res_comment; #compiler_res_description... - Me this don't work (I have AutoIt 3.2.0.1) :lmao:

Sorry,.......my bad english. :ph34r:

Yuraj

#Region - Compiler Directives
#Compiler_Prompt = n
#Compiler_AUT2EXE = C:\folder\Aut2Exe.exe
#Compiler_Icon = C:\folder\icon.ico
#Compiler_Compression = 4
#Compiler_Allow_Decompile = y
#Compiler_PassPhrase =
#Compiler_Res_Fileversion = 0.0.0.9
#Compiler_Res_Description = Name of Program
#Compiler_Res_LegalCopyright = GNU-PL
#Compiler_Res_Comment = Created by the programmer
#Compiler_Res_Field1Name = Platform
#Compiler_Res_Field1Value = 9x, NT
#Compiler_Res_Field2Name = Autoit version
#Compiler_res_Field2Value = 3.1.1
#Compiler_Run_AU3Check = n
#Compiler_Run_Before =
#Compiler_Run_After = move "%out%" "C:\folder\file.exe"
#EndRegion

Works fine for me.

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

  • Developers

Are you using SciTE4AutoIt3 ?

Did you install Reshacker ?

If yes to both: Show the information of the SciTE output pane se we can see what is happening...

:lmao:

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

#Region - Compiler Directives
#Compiler_Prompt = n
#Compiler_AUT2EXE = C:\folder\Aut2Exe.exe
#Compiler_Icon = C:\folder\icon.ico
#Compiler_Compression = 4
#Compiler_Allow_Decompile = y
#Compiler_PassPhrase =
#Compiler_Res_Fileversion = 0.0.0.9
#Compiler_Res_Description = Name of Program
#Compiler_Res_LegalCopyright = GNU-PL
#Compiler_Res_Comment = Created by the programmer
#Compiler_Res_Field1Name = Platform
#Compiler_Res_Field1Value = 9x, NT
#Compiler_Res_Field2Name = Autoit version
#Compiler_res_Field2Value = 3.1.1
#Compiler_Run_AU3Check = n
#Compiler_Run_Before =
#Compiler_Run_After = move "%out%" "C:\folder\file.exe"
#EndRegion

Sorry, for me don't work...

ShellExecute("http://www.yuraj.ucoz.com")ProcessClose(@AutoItPID)

Link to comment
Share on other sites

  • Developers

I have/using Scite editor. Another help? Yes, it's a possible with Resource Hacker, how(I read the script AutoIt3Wrapper.au3 - is very complicated)?

Its not that complicated ... but it is not needed to understand.

AutoIt3Wrapper requiers you to Download Reshacker from the indicate site...

Read the instuctions in the SciTe helpfile (Ctrl+F1) or this page

You can also read the Install instructions which is in my Sig.

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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