brett 0 Posted May 16, 2004 I dont want the compiler to compress the EXE at all, how can i stop the EXE Compression? -Brett Share this post Link to post Share on other sites
Valik 478 Posted May 16, 2004 (edited) Why would you not want a compressed script? It would be over 200 kb uncompressed. And no, you can't disable the compression. Edited May 16, 2004 by Valik Share this post Link to post Share on other sites
brett 0 Posted May 16, 2004 well i was trying to do something but i can't do it with the compiler compressing the EXE...but nvm, iwas just wondering -Brett Share this post Link to post Share on other sites
Somerset 3,073 Posted May 16, 2004 (edited) were we gonna mess with the exe header?(hex-editor) Edited May 16, 2004 by beerman Spoiler Share this post Link to post Share on other sites
brett 0 Posted May 16, 2004 heh, i can do that without it being uncompressed, but i was going for the options in the right click on the icon ...i use reshack, not a hexeditor -Brett Share this post Link to post Share on other sites
Valik 478 Posted May 16, 2004 Then create a backup copy of AutoItSC.bin, then modify AutoItSC.bin to do whatever you want and compile using your modified AutoItSC.bin. Share this post Link to post Share on other sites
brett 0 Posted May 16, 2004 cool, how would i add a menu item to it, then when u click it it goes to a function in the Autoit script? -Brett Share this post Link to post Share on other sites
Valik 478 Posted May 16, 2004 cool, how would i add a menu item to it, then when u click it it goes to a function in the Autoit script?I highly doubt that is possible without one of the developers writing an interface to make that happen (In which case, your whole idea is null). You might be able to hack something so that it launches another application which can communicate back to your main script. But as far as settting up a callback for a new menu item, that's something you can't do without doing it in the source. Share this post Link to post Share on other sites
brett 0 Posted May 16, 2004 (In which case, your whole idea is null).thats mean -Brett Share this post Link to post Share on other sites
Jon 1,011 Posted May 16, 2004 IIRC custom tray menus was on the todo list. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
Valik 478 Posted May 16, 2004 thats mean What I meant was. It requires actual coding to implement, which means your idea of using ResHacker or some other hacking program to hack a custom menu in is not necessary because it will be built-in. Share this post Link to post Share on other sites