Menu principale
| Home |
| Profilo |
| Notizie |
| Link |
| Contattaci |
| Cerca |
| FAQ |
| Servizi |
| Soluzioni Tecniche |
| Software |
Supporto OnLine
Prima di accedere contattare i nostri tecnici per attivare la sessione
| Installare pacchett MSI via remoto da Server |
|
|
|
|
Ecco un buon articolo per come installare pacchetti MSI via remoto:
cfr: http://forum.sysinternals.com/remote-install-of-msi-packages-using-psexec_topic22970.html
First of all I apologize, I know there are many threads trying to answer this question and rather than copy and re-post all over the place or leave this answer under only one other thread, I'm starting a new topic. Hopefully this will get sticky-ed and the other oustanding threads can be linked into this. What's the sitch? Ok I'm an administrator/domain admin and I want to run a MSI install across multiple servers and/or workstations without writing a bunch of VBS or batch scripts or modifying the domain for an install on login/logout. Give me a single line to run the stupid install!! The main problem with most of the solutions I have seen are focusing on how to get PSExec to either run the msi package from a remote directory or how to copy to the local machine to run the MSI package. The real solution is to have the remote machine run msiexec.exe and then point to the MSI package as an argument of the msiexec. You need the MSI package placed somewhere on the network accessable by the remote machine with the credentials that you supply to PSExec. Here is what I finally got:
NOTE:
Other thoughts:
Hope this helps clear the waters and saves someone else some time. I cannot disagree with some other's posts that having the domain force install may not be the best overall solution, but this is just a tool in your belt to get er' done and get home at the end of the day. Please note, this is specifically geared towards msi installs, not setup.exe installs. If you are wanting (or forced) to run a setup.exe I don't see why the above mentioned practice shouldn't work, but you will have to do additional research to determine the setup.exe arguments for a silent install (if it even supports it), as each setup.exe can behave differently. Some kinda self-proclaimed guru (LOL), Jason S
aka Solid Snake
|



