brett Posted May 16, 2004 Posted May 16, 2004 I dont want the compiler to compress the EXE at all, how can i stop the EXE Compression? -Brett
Valik Posted May 16, 2004 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
brett Posted May 16, 2004 Author 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
Somerset Posted May 16, 2004 Posted May 16, 2004 (edited) were we gonna mess with the exe header?(hex-editor) Edited May 16, 2004 by beerman
brett Posted May 16, 2004 Author 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
Valik Posted May 16, 2004 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.
brett Posted May 16, 2004 Author 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
Valik Posted May 16, 2004 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.
brett Posted May 16, 2004 Author Posted May 16, 2004 (In which case, your whole idea is null).thats mean -Brett
Administrators Jon Posted May 16, 2004 Administrators Posted May 16, 2004 IIRC custom tray menus was on the todo list.
Valik Posted May 16, 2004 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.
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