rosv Posted September 10, 2009 Posted September 10, 2009 Hi, Is there a way to include a file into a compiled autoit exe file? I have a few dll files that should be copied to the system32 directory of the machines that execute the compiled exe file. Thanx //rosa
jvanegmond Posted September 10, 2009 Posted September 10, 2009 The function FileInstall can do this for you. github.com/jvanegmond
AuToItItAlIaNlOv3R Posted September 10, 2009 Posted September 10, 2009 Fileinstall function help you! FileInstall ( "source", "dest" [, flag] ) flag [optional] this flag determines whether to overwrite files if they already exist: 0 = (default) do not overwrite existing files 1 = overwrite existing files Hi!
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