Here is the next version of our patch manager for Citrix XenApp 6 and XenApp 6.5. This version is free and requires only one registration and the request to announce annotations and error in the support-forum. Now I write first of all no new instructions. Also this Blog will grow with the versions.
Do you search for a version for XenApp or XenDesktop 7.x ? You find them >here<
I would like to thank all for the nice feedbacks to our patch manager for XenDesktop 7.6. Especially still once with my employee Martin von Hessert who had the idea for these tools
For visitors from Germany (special - Niedersachsen, Hannover und Hamburg) : Wir, die Nick Informationstechnik GmbH, würden Sie gerne bei Ihren Migrationsprojekten, Performance Problemen, Reviews und Automatisierung zu XenApp 7.6 und App-V 5 unterstützen. Wir freuen uns auf Ihre Anfrage! Kontaktformular Info[at]nick-it.de
Image 1 : Screenshot with Japanese Citrix hotfixes
Requirements
- Windows 7 (32 /64 bit ) / Server 2008 R2 or Higher
- .NET Framework 4.0 http://www.microsoft.com/en-us/download/details.aspx?id=17718
- Powershell 3.0 installed http://www.microsoft.com/en-us/download/details.aspx?id=34595
Features
- Fast select and download Patches for XenApp 6.x
- Fast select and download LIMITED Patches for XenApp 6,x
- Automatic detect superseded patches
- Automatic download LIMITED Patches
- Generate silent installation scripts for your patches
- Proxy support
- Support for an automatic Mycitrix login
- Html Reports for you downloaded patches
- Unzip Hotfix archives (for example the DDC and the Citrix Studio)
- Run custom Scripts after the download
- Command line support
- Full silent run of the tool
- Support for german, english, japanese and frensh
Please, read the documentation to the version 7, x. A lot is same.
The tool generates furthermore automatically also silent scripts. These look for 6.5 like this
@echo off @echo ############################################################## @echo # Silent Patch CMD # @echo # Generated with NITCtxPatcher # @echo # A.Nick http://www.software-virtualisierung.de # @echo ############################################################## @echo. @echo 1. Do not start this script in an ICA or RDP session @echo 2. you need to carefully test this script @echo Most Citrix patches require a reboot! @echo 3. Use this script at your own risk @echo. @echo Silent Script for XenApp_6.5 @echo. set hotfixpath=%~dp0 change user /install @echo Install MSP Hotfix XA650W2K8R2X64R06.msp - http://support.citrix.com/article/CTX142033 echo start /wait msiexec.exe /update "%hotfixpath%XA650W2K8R2X64R06.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650W2K8R2X64R06.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% @echo Install MSP Hotfix XA650R05W2K8R2X64018.msp - http://support.citrix.com/article/CTX142540 echo start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64018.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64018.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% @echo Install MSP Hotfix XA650R05W2K8R2X64019.msp - http://support.citrix.com/article/CTX142559 echo start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64019.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64019.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% @echo Install MSP Hotfix XA650R05W2K8R2X64020.msp - http://support.citrix.com/article/CTX142597 echo start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64020.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64020.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% @echo Install MSP Hotfix XA650R05W2K8R2X64022.msp - http://support.citrix.com/article/CTX142603 echo start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64022.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64022.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% @echo Install MSP Hotfix XA650R05W2K8R2X64024.msp - http://support.citrix.com/article/CTX142607 echo start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64024.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64024.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% @echo Install MSP Hotfix XA650R05W2K8R2X64025.msp - http://support.citrix.com/article/CTX201581 echo start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64025.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650R05W2K8R2X64025.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% @echo Install MSP Hotfix XA650R06W2K8R2X64001.msp - http://support.citrix.com/article/CTX201746 echo start /wait msiexec.exe /update "%hotfixpath%XA650R06W2K8R2X64001.msp" /qb /passive /norestart start /wait msiexec.exe /update "%hotfixpath%XA650R06W2K8R2X64001.msp" /qb /passive /norestart if NOT %ERRORLEVEL%==0 @echo Errorlevel: %ERRORLEVEL% change user /execute
2015/09/16 Version 0.9.1
Missing descripton in some articles on the hotfix page. Now need more time for a search. And superseded only detected after a full report!
2015/09/18 Version 0.9.2
Detect superseded hotfixes again
Fast search
Bugfix in the script generator
Count patches
Please uses the >support forum< for questions, problems and suggestions
NITCtxPatcher for XenApp 6.x
NITCtxPatcher 0.9.5
Please register and logon for the download link
...