batch install Multiple programs

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
ddjones413
Posts: 2
Joined: 29 Oct 2013 04:08

batch install Multiple programs

#1 Post by ddjones413 » 29 Oct 2013 04:25

Hi,
I'm new to writing batch files and wondered if anyone could help, I have written a batch to run multiple installs but don't know how to configure it so it will it make preference changes etc.

:roll:

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: batch install Multiple programs

#2 Post by foxidrive » 29 Oct 2013 05:19

More information. :D

ddjones413
Posts: 2
Joined: 29 Oct 2013 04:08

Re: batch install Multiple programs

#3 Post by ddjones413 » 29 Oct 2013 05:35

sry, I have multiple pc's to install and have a lot of software and installs to put on them. I would like to have a batch that would install these unattended and configure all the preferences as well.

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: batch install Multiple programs

#4 Post by foxidrive » 29 Oct 2013 06:04

Shall we guess the names of the programs, where they are going, and which preferences you want to change? :)

But TBH there are few programs that allow you to configure the operational options until after it is installed, and that would then require a GUI automation tool, like AutoIt.

In some case you can write a pre-configured configuration file where the program usually keeps it, or write the options to the registry in the right format - but how could we even start to assist you without knowing the exact programs and what changes you want to make.

If I have the wrong end of the stick and have misunderstood, then you can blame yourself for not providing enough information. :P


foxi, trying to help but you don't make it easy...

Post Reply