Friday 20 July 2012

Create Silent installer with batch file

I am working as system administrator therefore sometime to me & 

my team need to install lot's of software packages on many systems  

that time if we install each package it takes so much time.


In the last week i faced that problem, that is i have to wait at every 


machine to click for next ,I agree, finish & takes so much time.


But don't worry because now I found a solution how to install 


software packages silently with a batch file...


OK let's start creating batch file

now copy the below code


Echo off

color a
title Installing software silently


start /wait dotnetfx.exe /q


setup.msi /q





now paste the code into Notepad & save it as Silent.bat


& now paste the silent.bat file into same folder where your setup 


packages are placed. in this case dotnetfx.exe, setup.msi are my 

setup packages you can replace this names with your software 


packages names in batch file.


Work Smarter...



2 comments :

  1. This is just the kind of information that i had been looking for, i'm already your rss reader now and i would regularly watch out for the new posts, once again hats off to you! Thanks a ton once again, Regards, Marathi Jokes in Marathi Language



    ReplyDelete