Most Posted December 25, 2019 Share Posted December 25, 2019 Hi, all. I have general question. How do i put file description to .exe file? I've tried this: #AutoIt3Wrapper_Res_Description #AutoIt3Wrapper_Res_Fileversion #AutoIt3Wrapper_Res_ProductVersion #AutoIt3Wrapper_Res_LegalCopyright=blabla But it doesn't work. My goal is to make file description (attached screenshot). I've tried also to play with adding '=' to all the the tags above. Also i've tried to search in SciTE help file, but didn't get any work result. Appreciate for help in advance. Regards, Most. Link to comment Share on other sites More sharing options...
Most Posted December 25, 2019 Author Share Posted December 25, 2019 (edited) Found it! Just for those who need it. The option that you have to use is: #pragma compile Example: #pragma compile(FileDescription, AutoIT app for blabla staff) #pragma compile(FileVersion, 1.0.0.1) #pragma compile(ProductName, SuperMega app) #pragma compile(ProductVersion, 1.0.0.1) #pragma compile(LegalCopyright, Made by Most) Edited December 25, 2019 by Most Link to comment Share on other sites More sharing options...
Developers Jos Posted December 25, 2019 Developers Share Posted December 25, 2019 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. If it's super geeky and you don't know where to put it - it's probably here. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. Moderation Team 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 More sharing options...
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