1.

Solve : Ask In Batch File Code ..?

Answer»

Hello ..

I want to make many programes silent INSTALL >> and I want to make it AUTOMATIC .. using batch file .. but I do not want to install there in the same TIME ..

I want to make silent insatll for program 1 then when it installed ok and finish install

install the next program >>

How ..!!??


And can I make refresh ( not for web page ) by batch file code ??

ThanksYour question is too generic for an accurate answer. Which programs do you want to install, and why do you need a "silent" install?Quote from: GuruGary on February 23, 2008, 02:11:10 AM

why do you need a "silent" install?

Yes, why?
First .. Thank You

I The programes I need I have there .. and ready to use ..

They ready to install silent install >>

My problerm is how to make there Automatically .. but not all in the same time ..

when the 1st program finish install .. 2nd program install .........

Thankswhy do you want silent install?
because after format I take many time for install an important programs

and I want to save this timeMany times silent installs are done over a network where the installation files live.

Quote
They ready to install silent install >>

If in fact you have all the COMMAND line arguments set up, your batch file needs to run each of these commands sequentially (that's the SIMPLE part).

Quote
because after format I take many time for install an important programs

Where does this batch file reside? After a format there is nothing on the disk, including but not limited to an operating system.

If this is for just one workstation, I don't see the point. You'll still need to insert CD's for the install. If this is over a network, your silent install file will need to know where the installation files reside and the responses to any questions the install might need to answer.

Perhaps you could give us more specific information. Not all applications can be silently installed.



Discussion

No Comment Found