Posted November 30, 2024Nov 30 Dear All, Thanks, if you could help with adding an example for “URL for horizon client online update” GPO as I'm trying to let the Horizon clients to be updated from local repository. I tried to use the GPO by adding the local download URL https://mydomain.com/downloads with adding the client installation file to this location but not working. I think that there is some missing files ex: xml file with the client installation. Thank you
December 2, 2024Dec 2 Hi @Mohamed Abdelaal do you want update Horizon client in local env or you want provide updates via Internet? Dominik Jakubowski EUC Expert | vExpert ⭐️⭐️⭐⭐️ VDI Ninja https://vdesktop.ninja
December 2, 2024Dec 2 Author @Dominik Yes, I need to update the Horizon clients in my local environment using the GPO which means I need the clients to check for updates from a local location instead-of the default internet location. Edited December 2, 2024Dec 2 by Mohamed Abdelaal
December 5, 2024Dec 5 Great question as I don't see the documentation covering anything specific either.
December 6, 2024Dec 6 Author @Gerard Strouth Yes there is no documentation covered this topic and it's actually good for saving internet bandwidth. I hope if someone could help us in this matter.
December 6, 2024Dec 6 @Mohamed Abdelaal did you also turn on "Enable Horizon Client online update" and "Automatically check for update"? I think the first one is required (otherwise "URL for horizon client online update" becomes irrelevant) and the second is optional but good to have.
December 6, 2024Dec 6 Solution Dear @Mohamed Abdelaal, I made research because I'm curios about this. It's not easy. Env for test: Windows Server with IIS as web server, Windows client with Horizon client 2312.1 First on main site for example https://update.domain.local/horizon-client put index.xml file with this data: <vendorList> <vendor> <name>VMware Inc.</name> <code>VMW</code> <indexfile>viewcrt-mac.xml</indexfile> <patchUrl>viewcrt-mac</patchUrl> </vendor> <vendor> <name>VMware Inc.</name> <code>VMW</code> <indexfile>viewcrt-windows.xml</indexfile> <patchUrl>viewcrt-windows</patchUrl> </vendor> </vendorList> where viewcrt-windows is folder on IIS. Next in folder I put file name viewcrt-windows.xml with versions for update, in this case I use only newest version: <metaList> <metadata> <productId>viewcrt-windows</productId> <version>8.0.0</version> <url>../viewcrt-windows/8.13.1/11490723527/metadata.xml.gz</url> <locale></locale> </metadata> </metaList> Next create folders 8.13.1/11490723527 in viewcrt-windows, put file metadata.xml.gz and VMware-Horizon-Client-2406.1-8.13.1-11490723527.exe.tar (exe is packed in tar because also have xml file called descriptor.xml). This two files I downloaded from Omnnisa site . After put all files on server I set up gpo URL location for https://update.domain.local/horizon-client (on the end you don't put /), works fine 🙂 If you want I can share file for you. Give me a message. Dear Omnissa please create simple process for this 🙂 Dominik Jakubowski EUC Expert | vExpert ⭐️⭐️⭐⭐️ VDI Ninja https://vdesktop.ninja
December 6, 2024Dec 6 Author Dear @Dominik Thank you so much for your kind care. I will check your instructions and get back to you.
December 7, 2024Dec 7 Author 3 hours ago, Dominik said: Dear @Mohamed Abdelaal, I made research because I'm curios about this. It's not easy. Env for test: Windows Server with IIS as web server, Windows client with Horizon client 2312.1 First on main site for example https://update.domain.local/horizon-client put index.xml file with this data: <vendorList> <vendor> <name>VMware Inc.</name> <code>VMW</code> <indexfile>viewcrt-mac.xml</indexfile> <patchUrl>viewcrt-mac</patchUrl> </vendor> <vendor> <name>VMware Inc.</name> <code>VMW</code> <indexfile>viewcrt-windows.xml</indexfile> <patchUrl>viewcrt-windows</patchUrl> </vendor> </vendorList> where viewcrt-windows is folder on IIS. Next in folder I put file name viewcrt-windows.xml with versions for update, in this case I use only newest version: <metaList> <metadata> <productId>viewcrt-windows</productId> <version>8.0.0</version> <url>../viewcrt-windows/8.13.1/11490723527/metadata.xml.gz</url> <locale></locale> </metadata> </metaList> Next create folders 8.13.1/11490723527 in viewcrt-windows, put file metadata.xml.gz and VMware-Horizon-Client-2406.1-8.13.1-11490723527.exe.tar (exe is packed in tar because also have xml file called descriptor.xml). This two files I downloaded from Omnnisa site . After put all files on server I set up gpo URL location for https://update.domain.local/horizon-client (on the end you don't put /), works fine 🙂 If you want I can share file for you. Give me a message. Dear Omnissa please create simple process for this 🙂 Dear @Dominik Thank you for your great effort. I can confirm that I followed your instructions and clients were able to update Horizon clients smoothly. Thank you ance again.
December 10, 2024Dec 10 On 12/6/2024 at 3:21 PM, Dominik said: Dear @Mohamed Abdelaal, I made research because I'm curios about this. It's not easy. Env for test: Windows Server with IIS as web server, Windows client with Horizon client 2312.1 First on main site for example https://update.domain.local/horizon-client put index.xml file with this data: <vendorList> <vendor> <name>VMware Inc.</name> <code>VMW</code> <indexfile>viewcrt-mac.xml</indexfile> <patchUrl>viewcrt-mac</patchUrl> </vendor> <vendor> <name>VMware Inc.</name> <code>VMW</code> <indexfile>viewcrt-windows.xml</indexfile> <patchUrl>viewcrt-windows</patchUrl> </vendor> </vendorList> where viewcrt-windows is folder on IIS. Next in folder I put file name viewcrt-windows.xml with versions for update, in this case I use only newest version: <metaList> <metadata> <productId>viewcrt-windows</productId> <version>8.0.0</version> <url>../viewcrt-windows/8.13.1/11490723527/metadata.xml.gz</url> <locale></locale> </metadata> </metaList> Next create folders 8.13.1/11490723527 in viewcrt-windows, put file metadata.xml.gz and VMware-Horizon-Client-2406.1-8.13.1-11490723527.exe.tar (exe is packed in tar because also have xml file called descriptor.xml). This two files I downloaded from Omnnisa site . After put all files on server I set up gpo URL location for https://update.domain.local/horizon-client (on the end you don't put /), works fine 🙂 If you want I can share file for you. Give me a message. Dear Omnissa please create simple process for this 🙂 Awesome! Not sure why it isn't in the documentation
April 21Apr 21 Author Dear All, I can't find the exe.tar for the latest Omnissa Windows Client 2503. Can someone help please? CDS Repository - /var/www/public/stage/session-19/horizon-clients/viewcrt-windows Thank you
April 22Apr 22 https://download3.omnissa.com/software/CART26FQ1_WIN_2503/Omnissa-Horizon-Client-2503-8.15.0-14236595709.exe Dominik Jakubowski EUC Expert | vExpert ⭐️⭐️⭐⭐️ VDI Ninja https://vdesktop.ninja
April 23Apr 23 Author On 4/22/2025 at 10:20 AM, Dominik said: https://download3.omnissa.com/software/CART26FQ1_WIN_2503/Omnissa-Horizon-Client-2503-8.15.0-14236595709.exe Thanks @Dominik for your reply. That's not exe.tar file
Create an account or sign in to comment