Jump to content

Question about author and version


Guest SpiderX
 Share

Recommended Posts

Guest SpiderX

Hello :)

I'm new on the AutoIt "buesiness", and I have a very little question ..

After I created a new exe, how can I change the authoer name, company and exe version?

I want to change the details like on this exe (Not mine):

How can I do that?

thanks :)

Link to comment
Share on other sites

Welcome to AutoIt and the forum.

In the SciTE editor goto Help -> SciTE help. In the Scite help goto Extra Utilities -> AutoIt3Wrapper and check the compiler directives: #AutoIt3Wrapper_Res_xxxx

Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

Guest SpiderX

Thanks for comments, but I don't get it ...

I have SciTE installed, I made the script with it..

But I don't understand where to change the details on the Help file? O_o

I'll glad to get some help :)

Link to comment
Share on other sites

Don't change it in the help file - just read what to insert into your script. E.g. if you insert the line

#AutoIt3Wrapper_Res_Description=Test Description
it changes the description of your exe. Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

Guest SpiderX

I tried to put this code in my script but the exe description doesn't change ... :S

where should I put this line?

Link to comment
Share on other sites

I used the following script, compiled it and it gave the following result:

#AutoIt3Wrapper_Res_Description=Test Description
msgBox(0,"Test", "Hello World!")
Edited by water

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.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 (NEW 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

 

Link to comment
Share on other sites

Guest SpiderX

hehe.. I don't mean this details, I mean the "details" this way:

when you just point the exe file, you can see the description, version and etc... like the pic above .. can I do this?

Link to comment
Share on other sites

Guest SpiderX

I know Willim (saywell), I already did it, and I can see those details when I click right click on the exe file then > properties ...

But I don't want to see those details only there .. that's my point !

I want to see those details when I just POINT ON THE EXE FILE !! Like this picture:

Once again, how can I do that?

Thank you~!! :]

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