Jump to content

Change the file version of exe files?


Recommended Posts

How can I change the file version of the exe files AutoIT makes? If I hover my mouse of the exe it says File version: 3.3.6.1 which is the AutoIT version, not the version of my program. This shows up if I use F7 to compile in the script editor or if I use the AU3 to EXE converter. Thanks.

Link to comment
Share on other sites

Set FileVersion in the "Resource Update" tap when you compile, or write "#AutoIt3Wrapper_Res_Fileversion=1.2.3.4" at the top.

Edit: Note: Make sure to install SciTE4AutoIt3 if you haven't.

Edited by AdmiralAlkex
Link to comment
Share on other sites

Set FileVersion in the "Resource Update" tap when you compile, or write "#AutoIt3Wrapper_Res_Fileversion=1.2.3.4" at the top.

Edit: Note: Make sure to install SciTE4AutoIt3 if you haven't.

I did have the SciTE editor and was compiling either in there or the AU3 to EXE converter, and I didn't realize there was a separate wrapper. I have seen references to it before and thought it may have been built in to the AU3>EXE converter I guess. Thank for the info!
Link to comment
Share on other sites

Have a look to Directives.au3 located in ..\AutoIt3\SciTE\AutoIt3Wrapper.

@AdmiralAlkex: Ctrl+F7 is the the GUI of the AutoItWrapper where you can compile also a script :)

Br,

UEZ

Please don't send me any personal message and ask for support! I will not reply!

Selection of finest graphical examples at Codepen.io

The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯  ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ

Link to comment
Share on other sites

If you use the Build command (F7) you may not notice the text in the console window regarding AutoIt3Wrapper.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

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