| View previous topic :: View next topic |
| Author |
Message |
jchristl Guest
|
Posted: Fri Apr 29, 2005 5:58 pm Post subject: File Version |
|
|
I know about FileGetVersion to retrieve the version of another EXE.
But is there anything that tells the compiler what to set the File Version Attributes?
Thanks |
|
| Back to top |
|
 |
sosaited
Joined: 24 Feb 2005 Posts: 233
|
Posted: Fri Apr 29, 2005 8:08 pm Post subject: |
|
|
I Dont Know of any way in AHK which could Directly Tell compiler (ahk2exe.exe)to change the version and other Properties Info of Compiled files. The only Way Is To Use some program like ResHack to Edit The AutoHotKeySC.bin file (which is in your AutoHot Key COMPILER Folder) And then Change its "File Version" It will affect all of the scripts that you compile.
As said in Help FILE:
| Quote: | | Custom version info (as seen in Explorer's file-properties dialog) can be added to your compiled scripts by using a utility such as Resource Hacker (freeware) to edit the file "AutoHotkeySC.bin". This file is contained in the compiler subfolder where AutoHotkey was installed. Note: ResHacker will corrupt compiled scripts, which is why only the AutoHotkeySC.bin file should be edited. |
|
|
| Back to top |
|
 |
jchristl Guest
|
Posted: Fri Apr 29, 2005 9:20 pm Post subject: |
|
|
| Does anyone actually have a link to this program? I've searched around and saw some shareware ones, but not a freeware one. |
|
| Back to top |
|
 |
sosaited
Joined: 24 Feb 2005 Posts: 233
|
Posted: Fri Apr 29, 2005 10:11 pm Post subject: |
|
|
sorry for not posting this already...
http://www.users.on.net/johnson/resourcehacker/
this prog is great if you are also interested in window moding (modification)... and to edit .dll and .exe files..
*if you get any problem in editing AutoHotkeySC.bin please let me know |
|
| Back to top |
|
 |
|