rudi Posted May 29, 2008 Share Posted May 29, 2008 Hi. for my personel lazyness I wrote a script using fileinstall() to include the installers for Autoit 3.2.10.0, Beta 3.2.11.12, SciTE. Maybe someone already wrote such a script? Then I missed it. Currently I do this and need to rewrite it to mach the new versions.. What I do is this: - If the beta is installed, remove it (checked in HKLM\Software\ ...) - if Autoit is installed, remove it (checked in Registry, too) - install autoit prod., /S - install beta, /S - install SciTE, /S - set default action for .AU3 to "Edit" - set some hotkeys (Ctrl+Alt+s -> SciTE, Ctrl+Alt+i -> Autoit Window Info Tool) defined in the startmenu's shortcuts to SciTE and Window Info Tool. Now the new 3.2.12.0 is out and currently there does not exist a newer beta so far. So I was wondering if there are 3 static URLs that redirect to the latest versions of 1.) Autoit, latest version 2.) Autoit Beta, latest version (as the beta has the version in the installer's name, install can be conditional *ONLY*, if it's newer than the Autoit installed before) 3.) Autoit customized SciTE Editor ? Then I'd like to extend my script in a way, that it tries to get the latest files from the web, and then installes Autoit, Beta - if availabe, and SciTE editor as described above. If no Internet Connection is possible, then use the FileInstall() included installers. Or maybe just use the latest versions from the web: When not using FileInstall() it will be faaaaar smaller as well Regards, Rudi. Earth is flat, pigs can fly, and Nuclear Power is SAFE! Link to comment Share on other sites More sharing options...
Zedna Posted June 5, 2008 Share Posted June 5, 2008 Look here:http://www.autoitscript.com/autoit3/files/archive/http://www.autoitscript.com/autoit3/files/beta/http://www.autoitscript.com/autoit3/files/beta/update.dat Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
weaponx Posted June 5, 2008 Share Posted June 5, 2008 Start > Programs > AutoIt v3 > Check for updates Link to comment Share on other sites More sharing options...
rudi Posted June 8, 2008 Author Share Posted June 8, 2008 (edited) Start > Programs > AutoIt v3 > Check for updatesThanks for you answer, which I missed for some days. Yes, I do know this program. But I missed , that it's not compiled, but an AU3, that I can read up myself [edit] It's simply this "INI" file "Update.Dat", AutoUpdateIt.au3 is using. It's holding all information I need http://www.autoitscript.com/autoit3/files/beta/update.dat right now it's presenting this information: [AutoIt] version=3.2.12.0 index=http://www.autoitscript.com/autoit3/downloads.php setup=http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3.2.12.0-setup.exe filesize=7168928 filetime=20080516083702 [AutoItBeta] version=3.2.13.0 index=http://www.autoitscript.com/autoit3/files/beta/autoit/ setup=http://www.autoitscript.com/autoit3/files/beta/autoit/autoit-v3.2.13.0-beta-setup.exe filesize=6881880 filetime=20080607153455 thanks, Rudi. Edited June 8, 2008 by rudi Earth is flat, pigs can fly, and Nuclear Power is SAFE! Link to comment Share on other sites More sharing options...
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