Create batch/answer file

Soldato
Joined
24 Sep 2005
Posts
20,188
Location
Middlesbrough
Basically what i'm trying to achieve is to install Windows XP AND all software that we use at the company.

I want to break this into 2 parts. Mainly because most computers only have CD drives and can't fit all the software onto CD.

So I have created a Windows XP unattended installation CD which installs the OS and all current updates.

We have all of our software stored on our server so once i've added the PC to the domain (can't do it automatically as I have to change the PC name and then add to the domain manually) I want to run a batch file which will then go on to install all of the software that we use.

Ideally I don't want to sit there and install each piece of software manually. I have created a batch file which will actually run the executable but not choose the answers for me. :(

How do I create a file which will answer the questions for me?

Thanks in advance! :D
 
you could still use the runonce part of the unattended guide to perform your install aslong as you know what the switches are to make your software install silently.

The other option if you cannot make them install silently that is, is to try ziping up the currently installed folder and extracting the registry for each program. Then the install process is just a case of unziping and adding the reg file. and all of that can be done via cmd line. drop me a mail to the googlemail in trust if you need any help..

Good idea. I will look into this. Though we have support for the programs which costs us a fortune and not sure if we would still get support if they found out the programs were installed by other methods.

Have you though of creating an image and then sysprepping it and spanning over cds?

Or get a USB DVD drive

Burnsy

If worst comes to worst I may do this.

Or i can stop being a lazy **** and just do it manually :p

Once I have all this mastered I will be moving onto installing over the network.

Had some chew before some getting generic dos drivers for network cards though.
 
Back
Top Bottom