|
|
Question : Problem: Silent switch for Citrix patch installs
|
|
Hi
We are running PS4, SP1.
Previously, we'd just download the .msp files for Citrix updates/rollup packs and install them manually, however with our farm growing this is becoming too time consuming.
I'd like to be able to use Altiris to create a script that I can drop on these servers to install these updates.
The first part of the script would be to copy the .msp files to the local drive, however is anyone aware of the switches for unattended (i.e quiet) install?
Many thanks
|
Answer : Problem: Silent switch for Citrix patch installs
|
|
Should look like this:
Msiexec /I XE103W2K3004 /q reboot=reallysuppress Msiexec /I XE103W2K3010 /q reboot=reallysuppress Msiexec /I XE103W2K3012 /q reboot=reallysuppress Msiexec /I XE103W2K3013 /q reboot=reallysuppress Msiexec /I XE103W2K3015 /q reboot=reallysuppress Msiexec /I XE103W2K3020 /q reboot=reallysuppress Msiexec /I XE103W2K3022 /q reboot=reallysuppress Msiexec /I XE103W2K3028 /q reboot=reallysuppress Msiexec /I XE103W2K3032 /q reboot=reallysuppress Msiexec /I XE103W2K3034 /q reboot=reallysuppress Msiexec /I XE103W2K3037 /q
|
|
|