MooglePower Posted March 1, 2010 Posted March 1, 2010 Howdy, folks! As much as I like the AutoIt icon, I need to change it on the executable file so that it comes up as something else when I distribute it. Is there some sort of flag I set in the compiler in order to accomplish this, or is there some way to do it in SciTE?
Beege Posted March 1, 2010 Posted March 1, 2010 Howdy, folks! As much as I like the AutoIt icon, I need to change it on the executable file so that it comes up as something else when I distribute it. Is there some sort of flag I set in the compiler in order to accomplish this, or is there some way to do it in SciTE?The compiler has an input box to specify an icon. I don't know how you could missed it. Assembly Code: fasmg . fasm . BmpSearch . Au3 Syntax Highlighter . Bounce Multithreading Example . IDispatchASMUDFs: Explorer Frame . ITaskBarList . Scrolling Line Graph . Tray Icon Bar Graph . Explorer Listview . Wiimote . WinSnap . Flicker Free Labels . iTunesPrograms: Ftp Explorer . Snipster . Network Meter . Resistance Calculator
MooglePower Posted March 1, 2010 Author Posted March 1, 2010 Haha, good point. I was accessing it through the command prompt, but I realized that if you just open up the darn thing, it'll pop up with a box. Thanks!The compiler has an input box to specify an icon. I don't know how you could missed it.
Orkhayiq Posted March 2, 2010 Posted March 2, 2010 (edited) I was wondering the same, thanks for the response it helped me out.Question: The Icon is added but when I change the icon view size (small icons) in the explorer to a larger one (medium icons or higher) it reverts back to the AutoIt icon. The icon I attached was designed at 256x256 so it being to small shouldn't be the problem. It seems there is a threshold at which my specified icon can be viewed at in the explorer. Why?Using Win7 x64. The script was compiled in x86. Edited March 3, 2010 by Orkhayiq
RobertH Posted March 8, 2010 Posted March 8, 2010 Hi, thanks for the post. It helped me. I always use Ctrl + F7 to compile and never noticed the compiler.
WeMartiansAreFriendly Posted March 12, 2010 Posted March 12, 2010 I use #AutoIt3Wrapper_Icon=myicon.icoScite4AutoIt is highly recommended Don't bother, It's inside your monitor!------GUISetOnEvent should behave more like HotKeySet()
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