wakillon Posted June 29, 2012 Posted June 29, 2012 (edited) AutoIt&SciTEUpdater v1.0.2.1.au3 External files are included in script.If UAC Enable, Run as Admin the first time.Previous downloads : 611Source : AutoItAndSciTEUpdater v1.0.2.1.au3Executable : AutoIt&SciTEUpdater.exe For never miss AutoIt (Release/Beta) and SciTE4AutoIt3 updates. Edited September 2, 2015 by wakillon BrewManNH and Venix 2 AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
wakillon Posted June 29, 2012 Author Posted June 29, 2012 This is cool, good work. Thanks Venix Very nice!Does it work with AutoIt Portable?Thanks, and no it's only for "classic" Release and Beta versions. AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
BrewManNH Posted June 29, 2012 Posted June 29, 2012 I noticed that there's a problem with the update.dat file on the downloads website for AutoIt, it says that the latest beta version is 3.3.9.4, while 3.3.9.5 is actually the latest version. This exposed a bug in your version checking, as you look to see if the latest version is <> the version installed on the computer. I would think you'd want to check to see if the installed version is less than the latest, but if it's greater than the "latest" that could be ok, as update.dat may not be updated in a timely manner. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Emiel Wieldraaijer Posted June 29, 2012 Posted June 29, 2012 @wakillonNice script, check my toolbar image in my signature@BrewManNHhttp://www.autoitscript.com/autoit3/files/beta/autoit/Does not contain an 3.3.9.5 setup only a SFX Best regards,Emiel Wieldraaijer
BrewManNH Posted June 29, 2012 Posted June 29, 2012 @BrewManNHhttp://www.autoitscript.com/autoit3/files/beta/autoit/Does not contain an 3.3.9.5 setup only a SFXSo? There is a 3.3.9.5 version, the update.dat file only shows 3.3.9.4, I have 3.3.9.5 version, this script tells me there's an "update" to a newer version using an older version number, that's the bug. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
wakillon Posted June 30, 2012 Author Posted June 30, 2012 I noticed that there's a problem with the update.dat file on the downloads website for AutoIt, it says that the latest beta version is 3.3.9.4, while 3.3.9.5 is actually the latest version. This exposed a bug in your version checking, as you look to see if the latest version is <> the version installed on the computer. I would think you'd want to check to see if the installed version is less than the latest, but if it's greater than the "latest" that could be ok, as update.dat may not be updated in a timely manner. It' s right, my comparison of the versions is not good because the update.dat file doesn't refer to any 3.3.9.5 Beta.Thanks, it's taken into consideration ! @wakillonNice script, check my toolbar image in my signatureThanks, I'm not very fond of toolbars to add to my browsers, but have tried yours and it works well !As my script it forget the 3.3.9.5 Beta version AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
Emiel Wieldraaijer Posted June 30, 2012 Posted June 30, 2012 (edited) @BrewManNHVersion 3.3.9.5 isn't released yet, they are still adding features and fixes, i don't know why the added 3.3.9.5 to the beta sectioSee - http://www.autoitscript.com/forum/forum/1-announcements-and-site-news/ 3.3.9.4 is the last one@WakillonI don't like toolbars myself but it allows me to enter all the section a lot faster.Scite information is not part of the toolbar yet, if you don't mind i'm going to use your code to display the information Edited June 30, 2012 by Emiel Wieldraaijer Best regards,Emiel Wieldraaijer
wakillon Posted June 30, 2012 Author Posted June 30, 2012 (edited) I don't like toolbars myself but it allows me to enter all the section a lot faster. Scite information is not part of the toolbar yet, if you don't mind i'm going to use your code to display the information No problem ! For information, script is adapted if one day scite4autoit3version.ini file becomes like this : [sciTE4AutoIt3] date=6/10/2012 version=3.2.0.0 setup=http://www.autoitscript.com/cgi-bin/getfile.pl?../autoit3/scite/download/SciTE4AutoIt3.exe But by default i use Dates Comparison... And for your Toolbar you need to open your browser ! My script can be added ( only compiled ) to windows start ! Edited June 30, 2012 by wakillon AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
Emiel Wieldraaijer Posted June 30, 2012 Posted June 30, 2012 And for your Toolbar you need to open your browser !My script can be added ( only compiled ) to windows start ! You can start a browser on Windows start and do not need to compile anything but the Toolbar does not compare like your program does, your program is more compleet Best regards,Emiel Wieldraaijer
Skitty Posted June 30, 2012 Posted June 30, 2012 Didn't valik say version 3.3.9.5 is an alpha version? Used only to give us a sort of sneak peak at what's coming?
wakillon Posted June 30, 2012 Author Posted June 30, 2012 You can start a browser on Windows start and do not need to compile anything but the Toolbar does not compare like your program does, your program is more compleetImagine a toolbar for each soft you want last updates... Your web browser will be a bit cluttered...Script prompt you for download and silently install last updates without effort AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
BrewManNH Posted June 30, 2012 Posted June 30, 2012 @BrewManNHVersion 3.3.9.5 isn't released yet, they are still adding features and fixes, i don't know why the added 3.3.9.5 to the beta sectioSee - http://www.autoitscript.com/forum/forum/1-announcements-and-site-news/ 3.3.9.4 is the last oneOnce again, so what? You're missing the point completely. 3.3.9.4 is an older version number than 3.3.9.5, you don't "UPgrade" to a lower version, you "DOWNgrade" to it. Whether or not the version is officially released or not is completely irrelevant to my comment about this script, the relevant part was that it was treating newer versions, officially released or not, as being older than what is available for download, when clearly it is not. Please stop telling me which version is officially released, I don't care because I'm well aware of it. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
wakillon Posted June 30, 2012 Author Posted June 30, 2012 @BrewManNHAs you suggested i update script with a different versions comparison. BrewManNH 1 AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
Emiel Wieldraaijer Posted June 30, 2012 Posted June 30, 2012 @BrewManNH No i'm not missing the point, 3.3.9.5 is not a beta release. Program checks for release and beta. Works perfect. Best regards,Emiel Wieldraaijer
Skitty Posted July 1, 2012 Posted July 1, 2012 The version in question is not suitable for public crash testing, which is what a beta release is usually intended for and which is why the developers who handle field testing using the beta releases intentionally did not add it to their beacon at http://www.autoitscript.com/autoit3/files/beta/update.dat So it does exist in the public pool as an alpha beta, but it was not released for use in their field testing since it was only thrown out there to show us a few features they're adding. So in that context I would go as far as to say it is correctly a beta, in alpha status. I would assume when they are using the term "Alpha" to describe the beta, where "Alpha" usually means something like top order, they are describing it as being in a volatile high order of beta status, where a few things are very new and probably have just been implemented from concept, not fully assured the file may not incidentally backfire and spin your hard drive so fast that it explodes and embeds some shrapnel in your chine. As for incorrect version comparing, does it really matter? The statement checks for a change in the string where any difference would trigger an update be it a lower or higher version, the thing is, will the developers ever add a lower version number that would cause scripts/apps like this one to incidentally downgrade to a lower AutoIt version and frustrate a user or screw with people who did sloppy version comparing?
jaberwacky Posted July 1, 2012 Posted July 1, 2012 explodes and embeds some shrapnel in your chine.Should've said knee? Helpful Posts and Websites: AutoIt Wiki | Can't find what you're looking for on the Forum? My scripts: Guiscape | Baroque AU3 Code Formatter | MouseHoverCalltips | SciTe Customization GUI | ActiveWindowTrack Toy | Monitor Configuration UDF
Skitty Posted July 1, 2012 Posted July 1, 2012 Should've said knee?Shin actually, what the hell is chine?
BrewManNH Posted July 1, 2012 Posted July 1, 2012 Alpha and Beta are actually the first 2 letters of the Greek alphabet, hence an Alpha release is the preliminary version, beta is the follow up version, they don't usually go past the Beta before they start calling them Release Candidates, or even just go straight from Beta to release. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
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