raschi Posted February 24, 2009 Posted February 24, 2009 Hi, Is there a way to add extra version info to autoit generated .exe files, like for example ProductName, FileDescription and so on? I have searched the help documents and forum, but haven't found a way to do this. Please help. regards, raschi
DaRam Posted February 24, 2009 Posted February 24, 2009 Hi,Is there a way to add extra version info to autoit generated .exe files, like for example ProductName, FileDescription and so on?I have searched the help documents and forum, but haven't found a way to do this. Please help.regards,raschiUse Resource Hacker or look here for more automated capabilities http://www.autoitscript.com/forum/index.ph...leau3&st=15
Zedna Posted February 24, 2009 Posted February 24, 2009 (edited) In full Scite (scite4autoit3) press Ctrl+F1 and go to Extra utilities/AutoIt3Wrapper/Directives #AutoIt3Wrapper_Res_Field=Name|Value ... You must compile script by F7 to take these directives a place. Edited February 24, 2009 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
Developers Jos Posted February 24, 2009 Developers Posted February 24, 2009 In full Scite (scite4autoit3) press Ctrl+F1 and go to Extra utilities/AutoIt3Wrapper/Directives #AutoIt3Wrapper_Res_Field=Name|Value ... You must compile script by F7 to take these directives a place... or use Ctrl+F7 for the GUI version to add the required #AutoIt3Wrapper directives. Jos 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.
raschi Posted February 24, 2009 Author Posted February 24, 2009 Thanks for the fast reply guys. Got it working now:) regards, raschi
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