pipermac Posted January 16, 2013 Posted January 16, 2013 I have used AU3Recorder to create a script to automatically install a piece of software. If I want to make an Executable from that Script is it possible to Include the software's setup program in the package? Thanks
Exit Posted January 16, 2013 Posted January 16, 2013 Yes. See Fileinstall() in the help. App: Au3toCmd UDF: _SingleScript()
JohnOne Posted January 16, 2013 Posted January 16, 2013 And bear in mind, that it may not work on another machine. AU3Record should only really be used by a "Newbie", to see how a code might be structured. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Bert Posted January 16, 2013 Posted January 16, 2013 Second that. If anything you should look to see if the application installed supports command line switches. This would make the installation MUCH easier for you. The Vollatran project My blog: http://www.vollysinterestingshit.com/
pipermac Posted January 16, 2013 Author Posted January 16, 2013 ya it doesn't support Command line switches which is why I have to do it this way. An actually I did only use the AU3record to figure out how it is done. The script was then created with out it. I will look at Fileinstall(), Thanks
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