charon Posted July 4, 2014 Posted July 4, 2014 I created several autoit programs and zipped everything up into a self extracting executable using 7zip. WHen the user click on the executable it asks where to extract it. Is there a way to automate the self extraction to a specified folder and run the program automatically without prompting the user? I need some type of installer program that will create a folder, extract the files to the folder, and run the program automatically and maybe create a shortcut on the desktop. I just need someone to point me in the right direction. Thank you
Exit Posted July 4, 2014 Posted July 4, 2014 (edited) http://www.jrsoftware.org/isdl.php or http://nsis.sourceforge.net/Main_Page Edited July 4, 2014 by Exit App: Au3toCmd UDF: _SingleScript()
Insomniac420 Posted July 5, 2014 Posted July 5, 2014 Instead of zipping everything I used drop box to host the files and made a installer that allowed the user to choose directory of install then it downloaded the files to the directory then it asks the user if they want a shortcut on the desktop and then opens the app. This is also nice because i also give the user a choose with a msgbox when they start the app to update the apps files. Hope that gives you a few good ideas.
charon Posted July 5, 2014 Author Posted July 5, 2014 Dropbox sounds interesting but I went with these instructions: http://www.msfn.org/board/topic/39048-how-to-make-a-7-zip-switchless-installer/
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