mohan93 Posted November 23, 2013 Share Posted November 23, 2013 Hi Everyone, I have successfully completed my project, i have my final .EXE to deliver. I need to apply few standards to my Final EXE. 1. When i move my cursor over my EXE it shows be autoit version (3.3.8.1) - Please find the attached screenshot, i want to name my EXE version as 1.0 and 1.0 should be visible 2. When i move the cursor over my EXE file, i need to have an option Aurthor: ****** ***** (with some name visible) - which is the option to do that. Please help. Cheers Link to comment Share on other sites More sharing options...
mohan93 Posted November 23, 2013 Author Share Posted November 23, 2013 Sorry, i forgot to attach the Screen shot for the above scenario, Here it is. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted November 23, 2013 Moderators Share Posted November 23, 2013 mohan93,If you do not already use it, download and install the full SciTE4AutoIt3 package from here and use the appropriate #AutoIt3Wrapper directives:#AutoIt3Wrapper_Res_Description=Exe name #AutoIt3Wrapper_Res_ProductVersion=1.0 #AutoIt3Wrapper_Res_Fileversion=1.0.0.0There are other directives for copyright, etc. Look in the SciTE Help file under <Extra Utilities - AutoIt3Wrapper - Directives available>. M23 mohan93 and fikri1979 2 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
mohan93 Posted November 23, 2013 Author Share Posted November 23, 2013 Melba23, Thanks for your reply. I downloaded SciTE4AutoIt3 from the above link. and i edited my .au3 file and included the below directives. #AutoIt3Wrapper_Res_Description=Exe name #AutoIt3Wrapper_Res_ProductVersion=1.0 #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 (file attached) Then i compiled .au3 to get an EXE. Now when i move my cursor over my EXE file i get the same what i have mentioned in my screenshot above. i searched for the help file i couldnt find any option to highlight author Name: when i move the cursor over my EXE, my name should be highlighted as Author: **** **** Please help Cheers Link to comment Share on other sites More sharing options...
michaelslamet Posted November 23, 2013 Share Posted November 23, 2013 Hi, Add this: #AutoIt3Wrapper_Res_LegalCopyright=your_name_here Link to comment Share on other sites More sharing options...
TXTechie Posted November 23, 2013 Share Posted November 23, 2013 I generally use the following: #AutoIt3Wrapper_Res_Comment=Long comments here. #AutoIt3Wrapper_Res_Description=Shorter description here. #AutoIt3Wrapper_Res_Fileversion=1.0.0.0 #AutoIt3Wrapper_Res_Field=ProductVersion|1.0 #AutoIt3Wrapper_Res_LegalCopyright=© 2013 and company or author/developer name #AutoIt3Wrapper_Res_Field=CompanyName|Company name here (if desired) #AutoIt3Wrapper_Res_Field=Developer|My name here #AutoIt3Wrapper_Res_Field=ProductName|Short project name here 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