No ActiveX UAG client install (golden bar) on IE11 after upgrading to UAG SP4

We just upgraded our 2 node UAG array to SP4, but it seems that the IE11 detection is still not working properly? No golden bar will be displayed for the UAG client installation - therefore IE11 users can not use published remoteapps.

IE setings are OK and permit activeX installations. IE10 users are able to install the activeX component.

Regards,
chris

December 4th, 2013 12:56pm

Issue resolved!
Missing entry in web.config (internal site):

<DetectionExpression Name="Windows8_1" Expression='UserAgent Contains "windows nt 6.3"' DefaultValue="false" />
            <DetectionExpression Name="WindowsNewerThan2000" Expression='UserAgent Contains "windows nt 5.1" OR UserAgent Contains "windows nt 5.2" OR Vista OR Windows7 OR Windows8 OR Windows8_1' DefaultValue="false" />

regards,
Chris.

  • Marked as answer by chriZa_ Monday, December 09, 2013 9:57 AM
Free Windows Admin Tool Kit Click here and download it now
December 9th, 2013 12:57pm

That Windows8_1 value was already  in my web.config file. I had to add the below for it to detect properly on my Surface Pro.

            <DetectionExpression Name="WindowsNewerThan2000" Expression='UserAgent Contains "windows nt 5.1" OR UserAgent Contains "windows nt 5.2" OR UserAgent Contains "windows nt 6.3" OR Vista OR Windows7 OR Windows8 OR Windows8_1' DefaultValue="false" />

January 21st, 2014 3:36pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics