Milan KTG Posted July 17 Posted July 17 Hello, We have an app installed on Gold Image, called Synergize. This app does document indexing. If we add any app volume to the login, it breaks this Synergize app. Indexing will no longer work, popup never shows. It does not matter which appv we add, it could be something very simple like Notepad++. Any tips or ideas?
StephenWagner7 Posted July 17 Posted July 17 Does the Synergize app have any pre-reqs or frameworks that it installs? Stephen Wagner (President, Digitally Accurate Inc.) VMware vExpert (vExpert Pro, vSphere, vSAN Awards), Omnissa Tech Insider, NVIDIA NGCA Advisor, VMUG Leader, and Director (Board of Directors) at World of EUC Check out my Tech Blog: https://www.StephenWagner.com
Milan KTG Posted July 17 Author Posted July 17 (edited) Hi Stephen, Yes and they are all installed on the gold image: MSXML 4.0 SP2 Parser and SDK Microsoft Visual Studio 2010 Tools for Office Runtime Microsoft Visual C++ 2010 x86 and x64 Redistributable packages We tried installing Synergize along with the pre-reqs above as an app volume but that still caused the same issue, even if its the only app attached. Even if we attach a simple app, like Notepad++ it will break Synergize. We have tried using our Gold Image for packaging as well as another machine. Edited July 17 by Milan KTG more info
Employee Clifford O'Rourke Posted July 18 Employee Posted July 18 Attempting to provision an App Volumes Package from the base image would not be supported. A clean VM without the Horizon Agent installed is needed with a clean snapshot to revert back to after each captured package. You can try adding the appplication .exe to the HookInjectionWhitelist located in HKLM\SYSTEM\CurrentControlSet\Services\svdriver\Parameters in the base image. For example, you can add the .exe to the list as follows: *\<application.exe>||* Restart the base image, run ipconfig /release and ipconfig /flushdns, power down and take a snapshot. Once the image is pushed to the desktop pool you can test by attaching a package to a user again to see if the issue persists. If the issue is still present, open an SR with us and we can perform some troubleshooting to see if we can get a resolution for you.
Solution Martin Briand Posted July 25 Solution Posted July 25 Hello Milan, I have a same issue with application directly installed in golden image. In my case the solution required setting up an AppVolume Advance Custom Policies (snapvol.cfg) to exclude the local application portion during the Appstack loading process under the session. You need to create this path if it doesn't exist "C:\Program Files (x86)\CloudVolumes\Agent\Config\Custom\app" and add the file "snapvol.cfg" Below is an example of the structure and syntax of my "snapvolcfg" file, see the documentation at https://docs.omnissa.com/fr-FR/bundle/AppVolumesAdminGuideV2312/page/DefaultandCustomConfigurationFiles.html ################################################################ # Exclusions pour SoftLabMic et SoftPath ################################################################ exclude_path=\SCC\Pre-deployed exclude_path=\SCC\Pre-deployed\PRIMARY_0\Sainte-Justine\LIVE2\SoftLabMic exclude_process_name=LabMenu32.exe exclude_path=\SCC\Pre-deployed\PRIMARY_0\Sainte-Justine\LIVE2\SoftLabMic exclude_process_name=mail_client.exe ################################################################ # 64-Bit OS exclusions pour SoftLabMic et SoftPath ################################################################ os=64 exclude_registry=\REGISTRY\MACHINE\SOFTWARE\WOW6432Node\SoftComputer exclude_path=\Program Files (x86)\SoftComputer exclude_process_path=\Program Files (x86)\SoftComputer exclude_path=\Program Files (x86)\SoftComputer\SoftUpdate\1 exclude_process_path=\Program Files (x86)\SoftComputer\SoftUpdate\1 exclude_process_name=SUAgent.exe exclude_path=\Program Files (x86)\SoftComputer\SoftUpdate\2 exclude_process_path=\Program Files (x86)\SoftComputer\SoftUpdate\2 exclude_process_name=SUAgent.exe exclude_path=\Program Files (x86)\SoftComputer\Common\Ocx exclude_process_path=\Program Files (x86)\SoftComputer\Common\Ocx exclude_process_name=ScreenShotSender.exe exclude_path=\Program Files (x86)\SoftComputer\Common\Ocx exclude_process_path=\Program Files (x86)\SoftComputer\Common\Ocx exclude_process_name=SingleSign.exe exclude_path=\Program Files (x86)\SoftComputer\SoftUpdate\1 exclude_path=\Program Files (x86)\SoftComputer\SoftUpdate\2 exclude_process_path=\Program Files (x86)\SoftComputer\SoftUpdate\1 exclude_process_path=\Program Files (x86)\SoftComputer\SoftUpdate\2 exclude_process_name=SessionAgent.exe 1
Milan KTG Posted August 9 Author Posted August 9 Thank You Martin! This worked for locally installed app. Do you know of any way to do same exclusion if the app is an app stack, packed instead of on GI. My guess is that it may not be possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now