StandardUser Posted August 2, 2010 Posted August 2, 2010 Seems a trivial question, but how to compile a script without any icon at all? Tried to remove it with Reshacker, but it just corrupts the exe.
kaotkbliss Posted August 2, 2010 Posted August 2, 2010 Why not create an icon that is all transparent and use that when compiling? 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
bo8ster Posted August 2, 2010 Posted August 2, 2010 Not sure you can. Why is this required? Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
kaotkbliss Posted August 2, 2010 Posted August 2, 2010 Well, you can with easy icon maker. However, I'm not sure if it's windows 7 or not but it shows up as a black square even though it's transparent. 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
StandardUser Posted August 2, 2010 Author Posted August 2, 2010 @kaotkbliss, thanks a lot, I thought about this, but as you said, it still shows a black rectangle and it still would be better to do it "technically". Just for aesthetic reasons, I'm doing some kind of project, which uses one main exe and a big bunch of auxiliary ones. Any other ideas, please?
DarkAngel Posted August 2, 2010 Posted August 2, 2010 (edited) @kaotkbliss, thanks a lot, I thought about this, but as you said, it still shows a black rectangle and it still would be better to do it "technically". Just for aesthetic reasons, I'm doing some kind of project, which uses one main exe and a big bunch of auxiliary ones. Any other ideas, please? look inside shell32.dll . Windows by default offers 3 blank icons. just browse through all the icons and at a specific point (somewhere in the middle) you can get these three icons, that are often mistaken as blanks. You can either extract those blank icons or point the compiler towards those.As for the name of the exe, the alt+255 combination works well (from the numpad ofcourse) to give a " " name to ur exe. I hope this is not a malware you are doing. Hope this helps. Edited August 2, 2010 by DarkAngel
DarkAngel Posted August 2, 2010 Posted August 2, 2010 By the way why dont you simply hide the auxillary exe's ?? Or perhaps fileinstall the auxillary ones in a temp and later delete them
StandardUser Posted August 2, 2010 Author Posted August 2, 2010 @DarkAngel, brilliant idea, I'll give it a try, thank you.
Richard Robertson Posted August 2, 2010 Posted August 2, 2010 Why do you need to remove the icon anyway?
ProgAndy Posted August 2, 2010 Posted August 2, 2010 (edited) I don't see any reason to remove the icon, but this is the way: -compile WITHOUT UPX (or unpack the exe with UPX) -remove Icon with Reshacker -manually apply UPX if you want. Edited August 2, 2010 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes
JohnOne Posted August 2, 2010 Posted August 2, 2010 Sounds like you just need to use #NoTrayIcon, if I understand you correctly. It means a bunch of your child processes wont appear in the system tray. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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