Guest AX5 Posted December 26, 2009 Posted December 26, 2009 Hi ho I want to make so my program can see if there are a new update of the program and then download it If i have Version 1.5 at a program and the new update is 1.6.9.0 then the program will say NEW UPGRADE Download it ? and the program starts to download the INSTALL FILE hove do i do this in au3 ?
AdmiralAlkex Posted December 26, 2009 Posted December 26, 2009 Something like this:Compare versions (_VersionCompare)Check if the second one is newerAnd download it (InetGet) .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
darkjohn20 Posted December 26, 2009 Posted December 26, 2009 Do some work for yourself. Most people wont just do your work for you.
GEOSoft Posted December 26, 2009 Posted December 26, 2009 No effort on your part == no effort on my part. You were given a sequence to follow so get to it. If it fails then come back with the code you tried and any error messages you received as well as an explanation of the results you got compared to the results you expected. http://www.autoitscript.com/forum/index.php?showtopic=107356 George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
Guest AX5 Posted December 26, 2009 Posted December 26, 2009 (edited) Thx Edited January 1, 2010 by AX5
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