Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: havic626 on March 04, 2008, 03:22:18 am

Title: Anyone Know How To Make A Windows Disk That Will Install Other Progs??
Post by: havic626 on March 04, 2008, 03:22:18 am
I want to make a windows xp disk that will automatically install programs such as Utorrent, Avg Anti-virus, video codecs, and other such programs.  I plan on formatting my computer soon and i would like to make a disk for furture use when i format so i dont have to install everything over and over again.  does anyone know if this is possible?
Title: Re: Anyone Know How To Make A Windows Disk That Will Install Other Progs??
Post by: Singapura on March 04, 2008, 04:23:54 am
Have a look at http://www.nu2.nu/pebuilder/ With this method you can slipstream any program you want.
Title: Re: Anyone Know How To Make A Windows Disk That Will Install Other Progs??
Post by: headkaze on March 04, 2008, 06:54:14 am
Also check out Inno Setup which is a powerful program for creating installers. It supports scripting that can manipulate the registry, launch other programs etc. and will create a well compressed executable for launching.
Title: Re: Anyone Know How To Make A Windows Disk That Will Install Other Progs??
Post by: BadBoyBill on March 04, 2008, 10:27:30 am
My close friend Chris wrote this.  He uses it daily for his company out here.
http://integrator.siginetsoftware.com/index.php?info (http://integrator.siginetsoftware.com/index.php?info)
Title: Re: Anyone Know How To Make A Windows Disk That Will Install Other Progs??
Post by: ChadTower on March 04, 2008, 10:33:07 am

The best way to do it is to get a ghosted image with those apps already installed.

Second best is going to be a scripted install, but that will be a bit tricky, since a lot of those are GUI installers.

Third best is just to make a disc with the installers on it since none of them are all that time consuming.  If you're only going to do it once just bite the bullet and spend a half hour.  It will be a lot shorter than the time it takes to make an automated installer.
Title: Re: Anyone Know How To Make A Windows Disk That Will Install Other Progs??
Post by: tommyinajar on March 06, 2008, 11:44:26 pm
I just keep the programs I install the newest  U-torent, AVG free, Spybot, Firefox , Dameon all on a USB stick  for quick installs.

Unless you are doing a bunch of computers at the same time, not once every 6 months, a lot of updates to software require you to uninstall the previous version anyway so you are not going to save time.
Title: Re: Anyone Know How To Make A Windows Disk That Will Install Other Progs??
Post by: FhM on March 07, 2008, 12:52:51 pm
The best source of information for this kind of thing is http://www.msfn.org/    . I have used it a lot for work for making automated windows installtions with apps installing in many different ways.