Donation Goal
Donate Now Goal amount for this year: 799 USD, Received: 100 USD (13%)
Please donate to help support this website. The funds will be used to purchase owned license of LiteSpeed Web Server Enterprise (2-CPU). It provides superior performance in terms of raw speed, scalability and anti-DDoS capabilities.

InstallPad Automatically Downloads and Installs Your Favorite Latest Software

Posted By Raymond In Category: Computer

Dec
1
2008

No, I am not talking about software such as Updatestar, FileHippo Update Checker, AppSnap, AppFresh, Appget, Update Notifier, Secunia PSI or RadarSync where it scans your computer for installed software, check the versions, then send this information to their server to see if there are any newer releases and download links are displayed in your browser for you to download.

Downloading the latest versions of your favorite programs is a tiring task, especially on a fresh installation of Windows. Navigating through the mess of websites and download links is frustrating, waiting for the installers to download is boring, and running each one separately is annoying. A very popular unattended software installation program called MultiSet is able to do this too but has evolved into a more powerful unattended installation software that includes installing Windows. MultiSet is also a shareware that normally cost a whopping $99.95 per license. Here is an alternative for MultiSet called InstallPad which is FREE and can automatically download and install your favorite latest software so you can go and take care of your other more important things in life.


InstallPad takes a list of your favorite programs and will download and install the ones you pick. It doesn’t need to ask any questions, so you can go do more important things. InstallPad can resume downloads you’ve canceled, and can even try and find the latest version of your program online.

unattended software installation IntallPad

If you administrate or develop for Windows, InstallPad can help you get a machine set up with service packs, applications or development tools without the need for CDs or running lots of scripts. With it you can quickly install a host of programs silently, pass arguments to the installers, and run post-installation scripts.

InstallPad supports silent install which installs the program bypassing all those confirmation message boxes. By default, InstallPad uses the arguments “/S -s”, which work for the majority of installers (InstallShield and the Nullsoft Installer System). Some applications are special cased, like Firefox, which requires -ms for a silent install. If your application requires different arguments to install silently, the built-in Silent Install will not work out of the box. Instead, you should find out what arguments are required to make the install run silent, and provide them via Installer Arguments. Lucky you, I’ve already done the homework months ago on how to find hidden command line silent switches for setup files.

Add unattended software installation

Other than that, InstallPad also supports automatically downloading the latest version of the program that you specified. InstallPad parses the download URL, tries to infer what the program’s version is from the url, and then increments the version (both major and minor numbers), until the server returns file not found. This can only work with URLs that have some version information in them. InstallPad does not maintain a central online database, nor is it omniscient, and cannot therefore find the latest version of a program any other way. This method is not really perfect because there are some software developers may at times jump from version 5.0 to 5.5 to indicate that significant features have been added.

If you’ve already downloaded all the setup files and don’t want InstallPad to redownload again, you can use the file:// command. InstallPad supports HTTP, FTP, and file:// URLs. Here are some examples:

  • To download from HTTP: http://winscp.net/download/winscp381setup.exe
  • To download from FTP: ftp://ftp.icq.com/pub/ICQ_5/icq5_1_setup.exe
  • To install from local setup file: file:///c:/myFolder/myFile.exe
  • To install from network setup file: file://///networkMachine/sharedFolder/file.exe
  • InstallPad requires Microsoft .NET Framework 2.0 to run. It didn’t make a lot of sense for InstallPad to run with .NET Framework 2.0 installed because a fresh Windows XP SP2 doesn’t have .NET Framework 2.0 installed by default. So you’ll still need to manually install the .NET Framework 2.0 first before running InstallPad to run an unattended software installation. As for Vista, you don’t have to worry too much because it comes with .NET Framework 3.0. Let’s hope the developer of AkelPad will make it run without any dependencies.

    [ Download InstallPad 0.4 ]


    Related posts:
  • Automatically Check for Latest Version of Software Installed on Your Computer
  • Avoid Being Automatically Pulled Into Multiple MSN Conversation
  • Shocking SourceForge Top Downloads
  • Investigating How Kaspersky Key Finder Finds and Downloads Kaspersky Keys
  • Keep Application Running by Automatically ReRun When Closed
    • exulter

      ray.. u forget da link..

    • http://www.raymond.cc/ Raymond

      whoopsie! Added the link :P

    • Tarun

      Claps for Ray……………

      Thank you yaar…..
      i need something like that

    • Atif

      thnx raymond

    • Stamba

      Thanks Ray… I really needed somthing like this… Thanks!!!

    • Michael C.

      Although Software Informer is great, I have to go to all the sites to download new programs and updates. Thanks for this one, Ray

    • mora

      Well done Ray!
      It is a really useful. Easy to get all software updates in a moment. It is wonderful.
      Thank you so much master.
      Good Luck!

    • http://radarsync.com Daniel Lifs

      RadarSync – Free Edition has something similar. they call it “PackZoola”. There the user does not need to enter any data into a field, bc radarSync has FireFox, Googe Descktop, Skype, etc. already in their database, so you just have to “add to pack” any software they have there, which is basically all popular software.

      I was also able to add drivers to the packs! Try it. RadarSync.com

    • Hassaan

      The link didn’t work for me.

      Thsi is the link on the site:
      http://installpad.com/downloads/InstallPad-0.4.zip

      Thanks.

    • Hassaan

      Thanks Ray!

      But the link you gave did not work for me.

      installpad(dot)com/downloads/InstallPad-0.4.zip

    • Hassaan

      Thanks Ray!

      The link did not work for me. The lonk for 0.4, instead of 0.3, on theit homepage worked for me.

    • http://www.soundclick.com/members/default.cfm?member=jaqherer Roger

      Secunia P.S.I is another tool similar to this. It’s a program I cannot live without now.

    • bagerlk

      Raymond, you linked to an older version. Version 0.4 is the latest and is here – http://installpad.com/downloads/InstallPad-0.4.zip

    • Ed

      Looks promising, we need more features.

      @Raymond, the direct download is for version 0.3, the site has 0.4

      V0.4 already looking better than 0.3.

    • aeronjayv

      thumbs up for you!

    • http://www.blaszta.com Jay

      InstallPad parses the url string of , tries to infer what the program’s version is from the url, and then increments the version (both major and minor numbers), until the server returns file not found.

      InstallPad would try 1.2.0, 1.3.0, and then 1.3.1 (which is the latest version). This can only work with URLs that have some version information in them; InstallPad does not maintain a central online database, nor is it omniscient, and cannot therefore find the latest version of a program any other way.

      From: http://installpad.com/applists.php

      So if the filename just setup.exe or ProgramNameSetup.exe (quite many applications use this naming method), this program can’t determine whether it’s newer or not?

    • sudeep83

      hi
      thanks
      just wanted to know which firewall is good enough to block even adds?
      is firewall in kis 8 good enough
      cos after installing kis 8 i am too many unwanted pages are opening up
      please can u recommend some good firewall compatible with kis 8
      like comodo it slows my pc
      i ve not tried Online Armor firewall is it good?
      sorry for asking you here
      please help

    • sunkumar

      thanks , great information

    • sunkumar

      I COME ACROSS ONE FREEWARE Update Notifier 1.1.1.83
      works in the background,low memeory usuage, direct download link,no installation required.
      a small utility that scans your PC for installed softwares and displays a list of essential updates requires for yours softwares.

      SMALL FFOTPRINT SIZE OF (430 kb)

      http://cleansofts.org/media/notifier/updatenotifier.exe

      THANKS

    • Pingback: meye's me2DAY

    • kumar

      Mr Sudeep!

      I have installed Sygate Personal fire wall. Thinking that others are better i tried nearly 5 best firewalls recommended on the web. After all the trials i fell back to Sygate. It\\\’s working very well for me.

    Copyright © 2005-2012 - Raymond.CC Blog