VisuallyImpared Posted November 5, 2004 Author Posted November 5, 2004 OK, I did all the work... this parses registry, downloads components and installs them...http://www.autoitscript.com/forum/index.ph...indpost&p=39649Lar.<{POST_SNAPBACK}>Wow! What a hub-bub OK so I can now consider myself spoon-fed (not really the desired out come) But thanks for the help Larry!
VisuallyImpared Posted November 8, 2004 Author Posted November 8, 2004 (edited) Ok this works ok, but I had to remove the line If Not InetGet( $szFILE, "PickTicketGen.cab", 1 ) Then ContinueLoopWhat is inetget supposed to be? I could find no reference in the help file.BTW PicTicketGen is the CAB file I need to load Edited November 8, 2004 by VisuallyImpared
JSThePatriot Posted November 8, 2004 Posted November 8, 2004 INetGet() is with the newest unstable release. You would have to compile using that version for that to work for you. I doubt that it is working with the proper error handling if you removed that line. JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
VisuallyImpared Posted November 8, 2004 Author Posted November 8, 2004 INetGet() is with the newest unstable release. You would have to compile using that version for that to work for you. I doubt that it is working with the proper error handling if you removed that line.JS<{POST_SNAPBACK}>back to my question What does it do?
Developers Jos Posted November 8, 2004 Developers Posted November 8, 2004 back to my question What does it do?<{POST_SNAPBACK}>same as UrlDownloadToFile but an option was added to download in the background...... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
JSThePatriot Posted November 8, 2004 Posted November 8, 2004 back to my question What does it do?<{POST_SNAPBACK}>Sorry got distracted JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
VisuallyImpared Posted November 8, 2004 Author Posted November 8, 2004 Sorry got distracted JS<{POST_SNAPBACK}>So the line is effectivly checking for a succesfull installation then?
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