Axufuris Posted August 5, 2008 Posted August 5, 2008 Does anyone know how i can create an install for my AutoIt program? I'm going to have pictures and log files and help files and i want them to all get installed to a directory.
rundmv Posted August 5, 2008 Posted August 5, 2008 You can use FileInstall() to embed the files into your exe and copy them to the directory when it is run. You could create a separate exe that only does the FileInstall()'s, including your AutoIt app.
amokoura Posted August 5, 2008 Posted August 5, 2008 google for, "NSIS" or "Advanced Installer", they're quite advanced
Zedna Posted August 5, 2008 Posted August 5, 2008 Also free "Inno Setup"Look here Resources UDF ResourcesEx UDF AutoIt Forum Search
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