How to script Citrix and MS hot fixes
Update 8/18/2011 – New Citrix Patches_replacement/ New Dropbox link
I have been seeing a lot of tweets about the issue of installing the hotfixes for XA6, http://support.citrix.com/article/CTX129229, one by one. Here is a procedure to script them and a dropbox location
http://dl.dropbox.com/u/36379525/XenApp6_Patches_8_18_11.zip
1.Place Both CTXHotfixesXA6 and MSHotfixesXA6 to the root of C:
2. Install XA6
3. Browse to ctxhotfixesXA6, open, right click, run as adminstrator, installctx.cmd
4. wait for reboot
5. Browse to MSHotfixesXA6, open, right click, run as adminstrator, installctxms.cmd
6. Server is now patched with Citrix recommended CTX & MS Hotfixes. CTX129229
****Note, if SP1 is installed, MS Install is real fast*******
Citrix
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64060.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64079.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64017.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64046.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64021.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64026.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64029.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64068.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64001.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64012.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64062.msp /qn /norestart
Start /wait msiexec /p C:\CTXHotfixesXA6\XA600W2K8R2X64063.msp /qn /norestart
shutdown /r
MS
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB975777-x64.msu /quiet /norestart
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB979530-x64.msu /quiet /norestart
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB980663-x64.msu /quiet /norestart
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB983460-x64.msu /quiet /norestart
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB2265716-x64.msu /quiet /norestart
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB2383928-x64.msu /quiet /norestart
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB2388142-x64.msu /quiet /norestart
wusa.exe C:\MSHotfixesXA6\Windows6.1-KB2465772-x64.msu /quiet /norestart
shutdown /r
source:http://pigram86virt.blogspot.com/2011/08/how-to-script-citrix-and-ms-hot-fixes.html?spref=tw