w0uter Posted November 27, 2005 Posted November 27, 2005 i was trying to hack Aut2Exe so that it also supported no-compression. while doing this i noticed that it always runs "upx.exe --best --compress-icons=0"regardless of the menu settings under "compression"is this really true or am i just misleaded (im using version 3.1.1.0 of Aut2Exe, is there a newer one ?) My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Developers Jos Posted November 27, 2005 Developers Posted November 27, 2005 i was trying to hack Aut2Exe so that it also supported no-compression. while doing this i noticed that it always runs "upx.exe --best --compress-icons=0"regardless of the menu settings under "compression"is this really true or am i just misleaded (im using version 3.1.1.0 of Aut2Exe, is there a newer one ?)Correct observation. The compression setting is not used for UPX but for the internal Compression logic which compresses the included files with FileInstall() . SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
w0uter Posted November 27, 2005 Author Posted November 27, 2005 (edited) aahh ok. thanks. Edited November 27, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
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