{"id":253,"date":"2008-12-19T11:25:17","date_gmt":"2008-12-19T03:25:17","guid":{"rendered":"http:\/\/www.jhouseconsulting.com\/?p=253"},"modified":"2008-12-19T11:33:52","modified_gmt":"2008-12-19T03:33:52","slug":"citrix-secure-gateway-csg-31-deployment-issue","status":"publish","type":"post","link":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253","title":{"rendered":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue"},"content":{"rendered":"<p>Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the &#8220;%ProgramFiles%\\Citrix\\Web Interface\\5.0.1\\Clients&#8221; folder and instructed it to inherrit from its parent.<\/p>\n<p>Therefore, only the Administrators local group had full control.<\/p>\n<p>This was causing problems for client updates and downloads via the CSG server.<!--more--><\/p>\n<p>An error in the Application Event Log was&#8230;<\/p>\n<p style=\"PADDING-LEFT: 30px\">Event Type: Error<br \/>\nEvent Source: Citrix Web Interface<br \/>\nEvent Category: None<br \/>\nEvent ID: 0<br \/>\nDate: 19\/12\/2008<br \/>\nTime: 8:33:45 AM<br \/>\nUser: N\/A<br \/>\nComputer: NOT-TELLING-01<br \/>\nDescription:<br \/>\nSite path: c:\\inetpub\\wwwroot\\Citrix\\XenApp.<\/p>\n<p style=\"PADDING-LEFT: 30px\">Due to an error, the file watcher could not be created at the path C:\\Program Files\\Citrix\\Web Interface\\5.0.1\\Clients. [Log ID: e22724f9]<\/p>\n<p>This could be correlated to a Security Log event that was suggesting that the Network Service account could not traverse the filesystem.<\/p>\n<p>So after comparing it to a standard Web Interface 5.0.1 deployment without CSG 3.1 installed, I found that this folder had been given explicit permissions for the local Administrators, Authenticated Users and NETWORK SERVICE security principles.<\/p>\n<p>So I guess I just needed to add them back in with the appropriate access.<\/p>\n<ul>\n<li>Administrators &#8211; Full Control<\/li>\n<li>Authenticated Users &#8211; Read &amp; Execute<\/li>\n<li>NETWORK SERVICE &#8211; Read &amp; Execute<\/li>\n<\/ul>\n<p>Here is the XCACLS.vbs script I ran&#8230;<\/p>\n<p>cscript.exe &#8220;%SystemRoot%\\xcacls.vbs&#8221; &#8220;%ProgramFiles%\\Citrix\\Web Interface\\5.0.1\\Clients&#8221; \/P ADMINISTRATORS:F &#8220;NETWORK SERVICE&#8221;:X &#8220;Authenticated Users&#8221;:X<\/p>\n<p>I&#8217;m still not 100% sure what caused this in the first place, and haven&#8217;t had a chance to prove it, but I&#8217;m dubious about the CSG 3.1 deployment, so just thought I&#8217;d post this article for anyone else that may run into the same problem.<\/p>\n<p>FYI, I use the Network Service account as the CSG services account as per the following deployment script&#8230;<\/p>\n<pre name=\"code\" class=\"vb.net\">\r\n@Echo Off\r\nEcho Citrix XenApp Deployment\r\nEcho ------------------------\r\nEcho. \r\nEcho  Revision History: \r\nEcho.\r\nEcho     v2.0 04\/12\/08 Jeremy@jhouseconsulting.com\r\nEcho                   Updated for Secure Gateway 3.1\r\nEcho.\r\nEcho        ....Installing Secure Gateway 3.1.....\r\nEcho.\r\nEcho.\r\n\r\nSet CSGVersion=3.1\r\nSet WIVersion=5.0.1\r\n\r\nSet loglocation=%systemDrive%\\bldlogs\r\nif not exist %loglocation% md %loglocation%\r\n\r\n:: Installing CSG\r\nSet SetupProperties=\/qb\r\nSet SetupProperties=%SetupProperties% CTX_INSTALL_TYPE=GATEWAY\r\nSet SetupProperties=%SetupProperties% CTX_SERVICE_ACCOUNT=\"Network Service\"\r\nSet SetupProperties=%SetupProperties% \/Lv* %loglocation%\\CSG_GWY%CSGVersion%.log\r\nSet SetupProperties=%SetupProperties% REBOOT=ReallySuppress\r\n\r\nstart \"Installing\" \/wait msiexec \/i \"%~dp0%CSGVersion%\\CSG_GWY.MSI\" %SetupProperties%\r\n\r\n:: Fixing up Web Interface Client Deployment Issues...\r\ncscript.exe \"%SystemRoot%\\xcacls.vbs\" \"%ProgramFiles%\\Citrix\\Web Interface\\%WIVersion%\\Clients\" \/P ADMINISTRATORS:F \"NETWORK SERVICE\":X \"Authenticated Users\":X\r\n\r\nExit \/b 0\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the &#8220;%ProgramFiles%\\Citrix\\Web Interface\\5.0.1\\Clients&#8221; folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG &#8230; <a title=\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue\" class=\"read-more\" href=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253\" aria-label=\"Read more about Citrix Secure Gateway (CSG) 3.1 Deployment Issue\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[122],"tags":[120,424,118,124,119,123,121],"class_list":["post-253","post","type-post","status-publish","format-standard","hentry","category-citrix-secure-gateway","tag-authenticated-users","tag-citrix-secure-gateway","tag-csg-31","tag-file-watcher-could-not-be-created","tag-network-service","tag-web-interface","tag-wi-501"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the &quot;%ProgramFiles%\\Citrix\\Web Interface.0.1\\Clients&quot; folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Jeremy Saunders\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"J House Consulting - DevOps, Microsoft, Citrix &amp; Desktop Virtualisation (VDI) Specialist - +61 413 441 846 - Delivering customer success through technology: IT Infrastructure | Citrix | End User Computing | Platform Engineering | DevOps | Full Stack Developer | Technical Architect | Improvisor | Aspiring Comedian | Midlife Adventurer\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix &amp; Desktop Virtualisation (VDI) Specialist - +61 413 441 846\" \/>\n\t\t<meta property=\"og:description\" content=\"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the &quot;%ProgramFiles%\\Citrix\\Web Interface.0.1\\Clients&quot; folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-12-19T03:25:17+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2008-12-19T03:33:52+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix &amp; Desktop Virtualisation (VDI) Specialist - +61 413 441 846\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the &quot;%ProgramFiles%\\Citrix\\Web Interface.0.1\\Clients&quot; folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#blogposting\",\"name\":\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846\",\"headline\":\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue\",\"author\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/author\\\/jeremy#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Blog-Banner-White-JeremySaunders-1.png\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/#articleImage\",\"width\":1020,\"height\":200},\"datePublished\":\"2008-12-19T11:25:17+08:00\",\"dateModified\":\"2008-12-19T11:33:52+08:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#webpage\"},\"articleSection\":\"Citrix Secure Gateway, Authenticated Users, Citrix Secure Gateway, CSG 3.1, file watcher could not be created, Network Service, Web Interface, WI 5.0.1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/category\\\/citrix-secure-gateway#listItem\",\"name\":\"Citrix Secure Gateway\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/category\\\/citrix-secure-gateway#listItem\",\"position\":2,\"name\":\"Citrix Secure Gateway\",\"item\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/category\\\/citrix-secure-gateway\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#listItem\",\"name\":\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#listItem\",\"position\":3,\"name\":\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/category\\\/citrix-secure-gateway#listItem\",\"name\":\"Citrix Secure Gateway\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/#organization\",\"name\":\"J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846\",\"description\":\"Delivering customer success through technology: IT Infrastructure | Citrix | End User Computing | Platform Engineering | DevOps | Full Stack Developer | Technical Architect | Improvisor | Aspiring Comedian | Midlife Adventurer\",\"url\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Blog-Banner-White-JeremySaunders-1.png\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253\\\/#organizationLogo\",\"width\":1020,\"height\":200},\"image\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/author\\\/jeremy#author\",\"url\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/author\\\/jeremy\",\"name\":\"Jeremy Saunders\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/f2d27bd3d985e6ef2024dded7c713b14440d467a6a0100aede3cfefcb4ab20f1?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Jeremy Saunders\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#webpage\",\"url\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253\",\"name\":\"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846\",\"description\":\"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the \\\"%ProgramFiles%\\\\Citrix\\\\Web Interface.0.1\\\\Clients\\\" folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/2008\\\/12\\\/19\\\/citrix-secure-gateway-csg-31-deployment-issue-253#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/author\\\/jeremy#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/author\\\/jeremy#author\"},\"datePublished\":\"2008-12-19T11:25:17+08:00\",\"dateModified\":\"2008-12-19T11:33:52+08:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/#website\",\"url\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/\",\"name\":\"J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846\",\"description\":\"Delivering customer success through technology: IT Infrastructure | Citrix | End User Computing | Platform Engineering | DevOps | Full Stack Developer | Technical Architect | Improvisor | Aspiring Comedian | Midlife Adventurer\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.jhouseconsulting.com\\\/jhouseconsulting\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846","description":"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the \"%ProgramFiles%\\Citrix\\Web Interface.0.1\\Clients\" folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG","canonical_url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#blogposting","name":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846","headline":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue","author":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/author\/jeremy#author"},"publisher":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/#articleImage","width":1020,"height":200},"datePublished":"2008-12-19T11:25:17+08:00","dateModified":"2008-12-19T11:33:52+08:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#webpage"},"isPartOf":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#webpage"},"articleSection":"Citrix Secure Gateway, Authenticated Users, Citrix Secure Gateway, CSG 3.1, file watcher could not be created, Network Service, Web Interface, WI 5.0.1"},{"@type":"BreadcrumbList","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting#listItem","position":1,"name":"Home","item":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting","nextItem":{"@type":"ListItem","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/category\/citrix-secure-gateway#listItem","name":"Citrix Secure Gateway"}},{"@type":"ListItem","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/category\/citrix-secure-gateway#listItem","position":2,"name":"Citrix Secure Gateway","item":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/category\/citrix-secure-gateway","nextItem":{"@type":"ListItem","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#listItem","name":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#listItem","position":3,"name":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue","previousItem":{"@type":"ListItem","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/category\/citrix-secure-gateway#listItem","name":"Citrix Secure Gateway"}}]},{"@type":"Organization","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/#organization","name":"J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846","description":"Delivering customer success through technology: IT Infrastructure | Citrix | End User Computing | Platform Engineering | DevOps | Full Stack Developer | Technical Architect | Improvisor | Aspiring Comedian | Midlife Adventurer","url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/","logo":{"@type":"ImageObject","url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253\/#organizationLogo","width":1020,"height":200},"image":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/author\/jeremy#author","url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/author\/jeremy","name":"Jeremy Saunders","image":{"@type":"ImageObject","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/f2d27bd3d985e6ef2024dded7c713b14440d467a6a0100aede3cfefcb4ab20f1?s=96&d=mm&r=g","width":96,"height":96,"caption":"Jeremy Saunders"}},{"@type":"WebPage","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#webpage","url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253","name":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846","description":"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the \"%ProgramFiles%\\Citrix\\Web Interface.0.1\\Clients\" folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/#website"},"breadcrumb":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253#breadcrumblist"},"author":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/author\/jeremy#author"},"creator":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/author\/jeremy#author"},"datePublished":"2008-12-19T11:25:17+08:00","dateModified":"2008-12-19T11:33:52+08:00"},{"@type":"WebSite","@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/#website","url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/","name":"J House Consulting - DevOps, Microsoft, Citrix & Desktop Virtualisation (VDI) Specialist - +61 413 441 846","description":"Delivering customer success through technology: IT Infrastructure | Citrix | End User Computing | Platform Engineering | DevOps | Full Stack Developer | Technical Architect | Improvisor | Aspiring Comedian | Midlife Adventurer","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/#organization"}}]},"og:locale":"en_US","og:site_name":"J House Consulting - DevOps, Microsoft, Citrix &amp; Desktop Virtualisation (VDI) Specialist - +61 413 441 846 - Delivering customer success through technology: IT Infrastructure | Citrix | End User Computing | Platform Engineering | DevOps | Full Stack Developer | Technical Architect | Improvisor | Aspiring Comedian | Midlife Adventurer","og:type":"article","og:title":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix &amp; Desktop Virtualisation (VDI) Specialist - +61 413 441 846","og:description":"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the &quot;%ProgramFiles%\\Citrix\\Web Interface.0.1\\Clients&quot; folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG","og:url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253","og:image":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png","og:image:secure_url":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png","article:published_time":"2008-12-19T03:25:17+00:00","article:modified_time":"2008-12-19T03:33:52+00:00","twitter:card":"summary_large_image","twitter:title":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue - J House Consulting - DevOps, Microsoft, Citrix &amp; Desktop Virtualisation (VDI) Specialist - +61 413 441 846","twitter:description":"Something I found after installing Citrix Secure Gateway (CSG) 3.1 on a server running Web Interface (WI) 5.0.1. It removed permissions from the &quot;%ProgramFiles%\\Citrix\\Web Interface.0.1\\Clients&quot; folder and instructed it to inherrit from its parent. Therefore, only the Administrators local group had full control. This was causing problems for client updates and downloads via the CSG","twitter:image":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-content\/uploads\/2025\/06\/Blog-Banner-White-JeremySaunders-1.png"},"aioseo_meta_data":{"post_id":"253","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-07-04 13:35:57","updated":"2025-07-04 13:35:57","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/category\/citrix-secure-gateway\" title=\"Citrix Secure Gateway\">Citrix Secure Gateway<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCitrix Secure Gateway (CSG) 3.1 Deployment Issue\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting"},{"label":"Citrix Secure Gateway","link":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/category\/citrix-secure-gateway"},{"label":"Citrix Secure Gateway (CSG) 3.1 Deployment Issue","link":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/2008\/12\/19\/citrix-secure-gateway-csg-31-deployment-issue-253"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/posts\/253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/comments?post=253"}],"version-history":[{"count":3,"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":256,"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/posts\/253\/revisions\/256"}],"wp:attachment":[{"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/media?parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/categories?post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jhouseconsulting.com\/jhouseconsulting\/wp-json\/wp\/v2\/tags?post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}