Jump to content

SciTE4AutoIt3 -> Build (F7)


Recommended Posts

  • Developers

Don't understand the question: You either type the directives yourself manually or run Ctrl+F7 one time to let the GUI program do it for you.

This assumes yoiu have the full version of SciTE4AutoIt3 installed.

Jos :)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

1. I create a script using the included SciTE4AutoIt3

2. I press F7 (Build) and it compiles it to an .EXE with the default AutoIT icon

3. I right-click the .EXE file and check the version details and it is blank

Question 1

How can I change the icon WITHOUT using the Compile to .EXE tool, there is a script for this but can not find it for the life of me!

Question 2

How do I add version information as this is needed for scripting

Hope this helps?

Link to comment
Share on other sites

  • Developers

You can change the ICon and other resources after compilation using reshacker.

You can update the resources at compilation time, as I mentioned, by using the AutoIt3Wrapper directives that can be set with Ctrl+F7.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Was not aware of a full version of SciTE4AutoIt3 - found & installed which answered both questions... thank you!

#Region;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_icon=example.ico
#AutoIt3Wrapper_Res_Fileversion=1.0.0.1
#EndRegion;**** Directives created by AutoIt3Wrapper_GUI ****
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...