Jump to content

Icon not Autoit style


Recommended Posts

I removed the tray icon fine, but I want the actual compiled exe icon to be just whatever the default is (no icon/let the OS decide). how can I do that? I searched the site for icon and read up to the fourth page without seeing anything about it

Link to comment
Share on other sites

I removed the tray icon fine, but I want the actual compiled exe icon to be just whatever the default is (no icon/let the OS decide). how can I do that? I searched the site for icon and read up to the fourth page without seeing anything about it

Huh? The OS doesn't decide, it looks in the exe for icons and uses the first found. In the case of AutoIt compiled .exe's this will be the AutoIt icon *unless* you specify another icon when you compile your script.

Or did I not understand the question ???

Link to comment
Share on other sites

If you downloaded my icon, in scite press CTRL F1 to get the Scite help.

Look at the extra utilities section and Autoit3Wrapper for compiler directives

You'll need to use #Compiler_Icon= ;Filename/location of the Ico file to use

Note the bit which tells you about reshacker this is important

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