Jump to content

Project ready (final EXE created)- need to apply standards


mohan93
 Share

Recommended Posts

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

  • Moderators

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.0
There are other directives for copyright, etc. Look in the SciTE Help file under <Extra Utilities - AutoIt3Wrapper - Directives available>. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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 columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

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

post-80414-0-56321400-1385224312_thumb.j

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...