Flooz Posted March 12, 2008 Posted March 12, 2008 I would like to know if there is any way to make a self contained .exe. I mean with the files stored within the exe package. If I could for example use the script for the source of the file and copied it out to the destination so I didn't have to call the files from a source other than the .exe. Jeez.. I hope that made sense. <-- newb
DW1 Posted March 12, 2008 Posted March 12, 2008 FileInstall() is what you are looking for. Just FileInstall to a temp directory and then run a cleanup routine on exit. AutoIt3 Online Help
Flooz Posted March 12, 2008 Author Posted March 12, 2008 FileInstall() is what you are looking for.Just FileInstall to a temp directory and then run a cleanup routine on exit.Awesome. Yes.. this is what I was looking for. Thank you!
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