Batch script for unattended install of a software
Posted
by Spidfire
on Super User
See other posts from Super User
or by Spidfire
Published on 2010-05-11T12:22:36Z
Indexed on
2010/05/11
12:25 UTC
Read the original article
Hit count: 286
Ive got a few programms i need to install every time i reinstall a computer
- office 2003 Pro
- office 2007 compatibility pack
- Adobe acrobat
- Adobe flash
but i hate to do this every time on every computer ive already made a batch script when i boot xp the first time after reinstall like
@echo off
"I:\installs\adobe reader\setup.exe"
pause
"I:\installs\office 2003\setup.exe"
pause
"I:\installs\office compatibilitiy\setup.exe"
but it doesnt install automatic, is that possible?
© Super User or respective owner