Jump to content

Recommended Posts

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...