StandardUser Posted February 18, 2010 Posted February 18, 2010 Good day, as far as I remember, compiled exe size in old versions of AutoIt was about 80kb("Hello world" type application). Now its about 300kb. Any ideas how to reduce it? Or anyone knows a better compressor than UPX? Thank you.
Developers Jos Posted February 18, 2010 Developers Posted February 18, 2010 Good day,as far as I remember, compiled exe size in old versions of AutoIt was about 80kb("Hello world" type application). Now its about 300kb. Any ideas how to reduce it? Or anyone knows a better compressor than UPX? Thank you.Not really and have been discussed many times on these forums.Jos 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.
Developers Jos Posted February 18, 2010 Developers Posted February 18, 2010 Ok, let me ask you this: What is the big issue with a 300K file/script? 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.
StandardUser Posted February 18, 2010 Author Posted February 18, 2010 Long story short - I want my application to be updateable through web interface, so the smaller the exe, the more traffic it saves. Also there are some other reasons.
Kealper Posted February 19, 2010 Posted February 19, 2010 300KB is not alot unless you have like 300,000 people using (and updating it), and there is really no way to compress the script much more as explained by the Shannon Limit - which is why zipping a rar archive only saves another ~1KB.
Developers Jos Posted February 19, 2010 Developers Posted February 19, 2010 Long story short - I want my application to be updateable through web interface, so the smaller the exe, the more traffic it saves. Also there are some other reasons.I like the 'some other reasons' bit... that helps to have a good and open discussion.Anyways: 300kb is NOTHING these days when looking at what is done with on-line applications. 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.
whim Posted February 19, 2010 Posted February 19, 2010 Long story short - I want my application to be updateable through web interface, so the smaller the exe, the more traffic it saves. Also there are some other reasons. You might want to look into compiling to A3X then, that'll save > 200k since you don't need todistribute the scripting engine with your updateswhim
Kealper Posted February 19, 2010 Posted February 19, 2010 Hmm...thats a good idea, he could make the initial download be the a3x program, and an exe that just runs the a3x file with it's packed interpreter via /AutoIt3ExecuteScript then exits
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