gcue 10 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 Share this post Link to post Share on other sites
Mobius 89 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 Share this post Link to post Share on other sites
gcue 10 Posted May 3, 2011 i suppose.. just wanted to do it in a more efficient way =) thanks tho Share this post Link to post Share on other sites
Mobius 89 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* Share this post Link to post Share on other sites