Newb Help
Im not looking for a full tutorial or hours of video to help me really, hopefully just a quick answer and maybe a direction to start in.
Basicly I'm looking to install a set group of programs on fresh windows installs for multiple different computers.
I run a small computer repair business and have a group of programs I install on every fresh install I do.
Stuff like jre, VLC, IE8, FireFox, WMP11 etc. My end goal is to be able to place a single file on the new computer, run it, and have it silently install all the programs I need.
My questions are: Do I need a program like InstallAware to be able to do something like this or is it simple enough to code into a .bat file? Am I even in the right place here? I was hoping someone here could point me in the right direction to get this figured out.
Thanks for your help
Basicly I'm looking to install a set group of programs on fresh windows installs for multiple different computers.
I run a small computer repair business and have a group of programs I install on every fresh install I do.
Stuff like jre, VLC, IE8, FireFox, WMP11 etc. My end goal is to be able to place a single file on the new computer, run it, and have it silently install all the programs I need.
My questions are: Do I need a program like InstallAware to be able to do something like this or is it simple enough to code into a .bat file? Am I even in the right place here? I was hoping someone here could point me in the right direction to get this figured out.
Thanks for your help
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
mikesyr
15 years ago
Honestly I would just create a comprehensive .bat file or a .vbs...have the installs run semi silently, so that you can see the progress and when they are done(ie. msiexec with the /qb switch).
This way if versions of the programs change, you can just edit the .bat or .vbs...
I wouldn't delve into anything more complex than that.
This way if versions of the programs change, you can just edit the .bat or .vbs...
I wouldn't delve into anything more complex than that.
Posted by:
elgwhoppo
15 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.