Austin English <austinenglish@xxxxxxxxx> wrote: > > I should've mentioned that zipped files are a bit hard ... > I've looked into it a bit before, just haven't decided the > easiest way yet to avoid problems in the future. Which is > why standalone executables are so much easier :-). Would it work to prefix a zipfile with an extracter, thereby transforming it into a self-extracting .exe file, and then treat that self-extracting file as a self-installer? (Or, would you need for the extracter to also start up the app after unzipping it?) I'm anticipating that if we start with a freely-distributable zipfile, and append it to a freely-distributable extracter, the combination would still be freely distributable. BTW I know absolutely nothing about Autohotkey, nor how it fits into the scheme under discussion.