Jump to content

Martin Briand

Members
  • Posts

    5
  • Joined

  • Last visited

Community Answers

  1. Martin Briand's post in App Volumes breaking another app installed on Gold Image was marked as the answer   
    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
     
×
×
  • Create New...