I am running some applications over the web and would like to have the ICA ActiveX client automatically install. This did work at one time and recently stopped working. Below is the current cabLoc variable as set when I published the application.
var cabLoc = "
The location above no longer installs the client so I moved the cab file to my local server as indicated below.
var cabLoc = "
The problem is it wants to perform a full install now instead of just installing the ActiveX piece. The installation type appears to be controlled by the #Version=4,2,274,317 parameter after the wfica.cab. Can someone provide a listing of what the numbers control and how this can be modified to install only the ActiveX control again. The URL for the application is
Thank you
var cabLoc = "
The location above no longer installs the client so I moved the cab file to my local server as indicated below.
var cabLoc = "
The problem is it wants to perform a full install now instead of just installing the ActiveX piece. The installation type appears to be controlled by the #Version=4,2,274,317 parameter after the wfica.cab. Can someone provide a listing of what the numbers control and how this can be modified to install only the ActiveX control again. The URL for the application is
Thank you