Jump to content

Recommended Posts

Posted

As i know, its possible to do with full AutoIt Script Editor (SciTE), you just need to enter some info in the fields if you have that thing installed.

Posted

Please see the SciTE help -> Extra Utilities -> AutoIt3Wrapper.

You can define all the necessary #AutoIt3Wrapper_Res* directives in your script.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted

i'm not good in autoit..it's not that easy to edit the AutoIt3Wrapper..it's not just the directives that you have to edit but the functions in the AutoIt3Wrapper.au3 file..

Posted (edited)

Include this lines in your au3 file:

#AutoIt3Wrapper_Res_Description=xx ;Description field

#AutoIt3Wrapper_Res_Fileversion=xx ;File Version

or

#AutoIt3Wrapper_Res_ProductVersion=xx ;Product Version. Default is the AutoIt3 version used

#AutoIt3Wrapper_Res_Field=company|Your Company ;Free format fieldname|fieldvalue

Remove all text after the semicolon.

I used:

#AutoIt3Wrapper_Res_Description=Description text

#AutoIt3Wrapper_Res_Fileversion=1.0.87.1056

#AutoIt3Wrapper_Res_ProductVersion=1.0

#AutoIt3Wrapper_Res_Field=company|My Company

and the result (in german) looks like:

Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted

ahh..thanks water..so that's what you mean defining in the autoitwrapper directives..now i see how that extra resource fields works.. :mellow:

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
×
×
  • Create New...