Guest SpiderX Posted April 6, 2011 Posted April 6, 2011 Hello I'm new on the AutoIt "buesiness", and I have a very little question .. After I created a new exe, how can I change the authoer name, company and exe version? I want to change the details like on this exe (Not mine): How can I do that? thanks
water Posted April 6, 2011 Posted April 6, 2011 (edited) Welcome to AutoIt and the forum. In the SciTE editor goto Help -> SciTE help. In the Scite help goto Extra Utilities -> AutoIt3Wrapper and check the compiler directives: #AutoIt3Wrapper_Res_xxxx Edited April 6, 2011 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
AdmiralAlkex Posted April 6, 2011 Posted April 6, 2011 Hi and Welcome to the forums!Don't forget to install SciTE4AutoIt3 if you haven't .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Guest SpiderX Posted April 6, 2011 Posted April 6, 2011 Thanks for comments, but I don't get it ... I have SciTE installed, I made the script with it.. But I don't understand where to change the details on the Help file? O_o I'll glad to get some help
water Posted April 6, 2011 Posted April 6, 2011 (edited) Don't change it in the help file - just read what to insert into your script. E.g. if you insert the line #AutoIt3Wrapper_Res_Description=Test Descriptionit changes the description of your exe. Edited April 6, 2011 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Guest SpiderX Posted April 6, 2011 Posted April 6, 2011 I tried to put this code in my script but the exe description doesn't change ... :S where should I put this line?
water Posted April 6, 2011 Posted April 6, 2011 (edited) I used the following script, compiled it and it gave the following result: #AutoIt3Wrapper_Res_Description=Test Description msgBox(0,"Test", "Hello World!") Edited April 8, 2011 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Guest SpiderX Posted April 6, 2011 Posted April 6, 2011 hehe.. I don't mean this details, I mean the "details" this way: when you just point the exe file, you can see the description, version and etc... like the pic above .. can I do this?
AdmiralAlkex Posted April 6, 2011 Posted April 6, 2011 That's the same thing .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
saywell Posted April 6, 2011 Posted April 6, 2011 If you have autoit2exe installed, you can choose 'compile with options' when you right-click an au3 file. The second tab of the GUI - Resource Update - allows you to enter details. William
Guest SpiderX Posted April 6, 2011 Posted April 6, 2011 I know Willim (saywell), I already did it, and I can see those details when I click right click on the exe file then > properties ... But I don't want to see those details only there .. that's my point ! I want to see those details when I just POINT ON THE EXE FILE !! Like this picture: Once again, how can I do that? Thank you~!! :]
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