kizsdet Posted June 8, 2010 Posted June 8, 2010 how can i include the company name alongside with the file description and file version in compiled version?
Makaule Posted June 8, 2010 Posted June 8, 2010 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.
water Posted June 8, 2010 Posted June 8, 2010 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
kizsdet Posted June 9, 2010 Author Posted June 9, 2010 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..
water Posted June 9, 2010 Posted June 9, 2010 (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 Companyand the result (in german) looks like: Edited June 9, 2010 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
kizsdet Posted June 9, 2010 Author Posted June 9, 2010 ahh..thanks water..so that's what you mean defining in the autoitwrapper directives..now i see how that extra resource fields works..
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now