Saved Bookmarks
| 1. |
Solve : Ask In Batch File Code ..? |
|
Answer» Hello .. 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. |
|