Jump to content

Sjl1986

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Sjl1986

  1. Thank you for the suggestion. While that looks like a good problem it's not what I'm looking for. I am glad someone finally replied to me though. I need a program that scans the internet for the latest downloadable release of an application (preferably only non-BETA) and downloads that latest release to a specified folder under a specified file name. I know sites like MajorGeeks.com can do this with some sort of spider/tracker/scanner.
  2. Hey everyone. I'm looking for something and I'd like to know if anyone knows where to find it our how to write a program that will do it. In my unattended disc, I chose for the batch file to search for a file (unattend.x) and upon finding it rename the drive it's located on to "X:". Then all the unattended applications install from the X drive. They are named generically with no version titles so I don't have to change the code when I update to the latest installation file. (This works well because I don't have to burn a new cd unless I update something in the OS. I only update my flash drive). I use iMacros where I created a large macro to download each of the latest programs I use in my installs and replace the existing one on the X drive using the same filename. This seems to work ok, but sometimes it's very slow and it's still not 100% problem free. What I want is a program or something that goes out to the internet and finds the latest version of whatever program it is you want it to find and then automatically downloads it for you to a certain folder using a certain filename. FileHippo has a free update checker application that has the idea, but hasn't gotten where it needs to go yet. With the update checker you can check only the applications you have INSTALLED and then download each one manually. It needs to be one where programs can be selected in case I don't want to install all the programs on my own computer in order for the updater to search. I know places like FileHippo and MajorGeeks always fish the internet for the latest updates. I don't know how they do it though. If anyone has any ideas I'd appreciate it very much. Also if anyone wants copies of my macros from iMacros let me know. Thanks!
  3. Hey Colonel, Thanks for the reply. I already knew what you were saying would be a problem. I was getting my ideas using the free version of AVG update, and the file names are structured basically like you mentioned. It would be easy if every filename was the same. I'll look into what you've told me about. Thanks. Dexter - Thanks. I've been trying to find one but I didn't know how to search google for it. I'll give that App and try and post back as soon as I've thoroughly tested it. (When downloading AppUpdate, a user's comment pointed me to FileHippo's "Update Checker" which is very cool. It only works for programs you've installed on your computer (rather than installation packages) but it's a 100k exe with no installations so it's very handy). After testing AppUpdate, my conclusion is that it's handy but not so much as "Update Checker". I don't see a way to do it straight from a file list. It says there is a way to customize it but I haven't seen it yet - Probably my lack of experience with these type things. There's also no way to tell how fast a download is running or if it's even running at all. It's strictly command line so far. So I guess this isn't exactly what I'm looking for. I wish there was a way to use wildcards when downloading on a webpage like for iTunesv_7.3.exe you could simply put http://...iTunes*.exe, that way no matter what version it was it would download it (assuming the site manager doesn't leave all the install packages in the same folder on his site).
  4. Hello Everyone. I'm not exactly sure how to search for what I want so I was wondering if someone might be able to guide me in the right direction. I don't know much about programming (a little Java is the extent), but I will gladly read and learn new code once I figure out which one I need. The idea: I do a lot of installations for customers (some still on dial-up) of Anti-Virus programs as well as other applications like iTunes and such. It's very tedious to have to run out to the websites and check for the latest copy of every single file I have on my flash-drive before I run off and install them. It's also annoying to have to save these files to your drive only to have a newer installation package come out the next day. This is especially a problem for programs like iTunes (because for some reason Apple feels you should have to download the entire installation package for iTunes and QuickTime everytime they release a new update. I still don't understand why they can't just do an update like most every other program that updates only the files changed). In any case, I would like some sort of program/script that is fully customizable such that I can put any given URL into and it will compare the latest file date/version on the site with the one on my HDD. Assuming the file on the site is newer, it will then delete my old file and automatically download the newer one. Once the update has been completed it will produce a log file saying the update was completed or unnecessary. With something like this I can keep all my installations completely up to date without having to do anything. I'll schedule the program to run in the middle of the night and when I awake for another day I'll have all the latest updates. If anybody has any idea how to do this I would greatly appreciate some help. I know it's possible because websites like MajorGeeks.com always have the latest updates of every file on their site. Thanks!
×
×
  • Create New...