Schriftgröße: +
3 minutes reading time (603 words)

NITCtxPatcher for XenApp 6.x

We love XenApp 6.5Here 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

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!

16-09- 2015 23-12-13

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

Downloads:

zipNITCtxPatcher for XenApp 6.x Beliebt

NITCtxPatcher 0.9.5

Please register and logon for the download link

 

...
Information
Erstelldatum 30.11.2015 15:42:39
Änderungsdatum 20.11.2016 10:27:32
Version 0.9.5
Dateigröße 2.07 MB
Erstellt von Andreas Nick
Geändert von Andreas Nick
Downloads 888
Lizenz Nick Informationstechnik Tool LicenceTooltip
Preis

 



 

Starten einer lokal installieren Anwendung in eine...
Kurztest Atlantis virtual Appliance USX
 

Kommentare 1

Andreas Nick (website) am Donnerstag, 17. September 2015 09:41

Awesome!

Bereits registriert? Hier einloggen
Dienstag, 19. März 2024

Sicherheitscode (Captcha)

Nick Informationstechnik GmbH
Dribusch 2
30539 Hannover

+49 (0) 511 165 810 190
+49 (0) 511 165 810 199

infonick-it.de

Newsletter

Anmeldung zum deutschen M.A.D. Newsletter mit Informationen zur Anwendungsvirtualisierung!

Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern (Tracking Cookies). Sie können selbst entscheiden, ob Sie die Cookies zulassen möchten. Bitte beachten Sie, dass bei einer Ablehnung womöglich nicht mehr alle Funktionalitäten der Seite zur Verfügung stehen.