gcue Posted May 3, 2011 Posted May 3, 2011 (edited) 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 May 3, 2011 by gcue
Mobius Posted May 3, 2011 Posted May 3, 2011 (edited) 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 May 3, 2011 by Mobius
gcue Posted May 3, 2011 Author Posted May 3, 2011 i suppose.. just wanted to do it in a more efficient way =) thanks tho
Mobius Posted May 3, 2011 Posted May 3, 2011 i suppose.. just wanted to do it in a more efficient way =)It is a very nice idea Hmm perhaps.....*Scampers away*
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