Changes

Citrix ica web client

883 bytes added, 02:50, 5 May 2011
Added more stuff for v11
This The Citrix Web plugin (v11), is extremely annoying to install! Due to some idiotic reason, they made a silent installer and uninstaller for msi that will only install as an administrator interactively... To install you first need to ensure Microsoft Visiual C++ 2005 is installed - I extracted the msi & cab from [http://www.microsoft.com/downloads/en/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en Microsoft]. Second download a transforms file from [http://support.citrix.com/article/CTX123761 Citrix Web Client]. Then you need to run the regserver commandBe warned it will reboot!  
<source lang="xml">
<packages>
priority="0">
<check type="uninstall" condition="exists" path="Citrix online plug-in (Web)" />
<!--Installs Visual C++ 2005 --> <install cmd='msiexec /i "%SOFTWARE%\ica32webcitrix\Ica32Webvcredist.msi" /qn'> <exit code="any"/> </install> <!-- Installs & applies transform from http://support.citrix.com/article/CTX123761 --> <install cmd='msiexec /i "%SOFTWARE%\citrix\Ica32Web.msi" TRANSFORMS=%SOFTWARE%\citrix\transform_notstrict.mst /qb-' /> <install cmd='%COMSPEC% /c "%ProgramFiles%\Citrix\ICA Client\wfcrun32.exe" /regserver' />
<remove cmd='MsiExec.exe /X {0BCA9EFD-F2D6-4638-B053-8693BA0404BE} /qn' />
</package>
47
edits