Jump to content

File Versions


Recommended Posts

OK, I'm still pretty much new to AutoIt.

I have developed a utility for my department to use.

What I'm wondering is if there is a way to have the .exe's properties show a version number other than the version of AutoIt I'm using?

Right now if I go into the properties and "Version" tab I see "File Version" in the "Other version information" box with a value of 3,3,6,1...which is the version of AutoIt I'm running. I would like it to say the current version of my utility 2.0.5...maybe I have overlooked it but is there a way to do that?

I will continue research on this end. Any help would be greatly appreciated.

Link to comment
Share on other sites

  • Moderators

Nonyamuff,

If you download the full version of SciTE4AutoIt3, which you can find here, you also get a load of additional goodies. One of these is Jos' AutoIt3Wrapper which lets you add directives to your script like this:

#AutoIt3Wrapper_Res_Description=                ;Description field
#AutoIt3Wrapper_Res_Fileversion=                ;File Version
#AutoIt3Wrapper_Res_ProductVersion=             ;Product Version. Default is the AutoIt3 version used.
#AutoIt3Wrapper_Res_Language=                   ;Resource Language code . default 2057=English (United Kingdom)
#AutoIt3Wrapper_Res_LegalCopyright=

I would strongly recommend that you download and install this full version of SciTE to replace the cut-down version that is bundled with the AutoIt install - I have yet to meet anyone who has regretted it. :idea:

M23

P.S. Welcome to the Autoit forum. :)

Edited by Melba23

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

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...