Jump to content

assign wrapper icon from dll


Recommended Posts

I am trying to assign an icon to executable from a windows dll

I have tried several attempts to no avail. Has anyone done this? Is it possible?

#AutoIt3Wrapper_icon=c:\winnt\system32.dll|105

#AutoIt3Wrapper_icon="c:\winnt\system32.dll|105"

#AutoIt3Wrapper_icon=c:\winnt\system32.dll,105

#AutoIt3Wrapper_icon="c:\winnt\system32.dll,105"
Edited by gcue
Link to comment
Share on other sites

No, at least not in the manner I think you are thinking of.

(if I am wrong however and A3W does in fact extract icons specified in this way and include them at build time then I will whoop for joy at such a quality feature)

Why not just extract the icon to disk with resource hacker and add it as you normally would with AutoIt3Wrapper?

(other than the icon will be different per OS)

Edited by Mobius

wtfpl-badge-1.png

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