Hi,
Any body know how to remove "File Download dialog" from
IE ? All the time when Citrix NFuse(XP) send file called
test.ica IE ask what to do (Save or open this file) To
remove this dialog I have add these lines to registry:
[HKEY_CLASSES_ROOT\.ica]
@="WinFrameICA"
"Content Type"="application/x-ica"
[HKEY_CLASSES_ROOT\WinFrameICA]
@="Citrix ICA Connection"
"EditFlags"=hex:00,00,01,00
[HKEY_CLASSES_ROOT\WinFrameICA\CLSID]
@="{238F6F83-B8B4-11CF-8771-00A024541EE3}"
[HKEY_CLASSES_ROOT\WinFrameICA\DefaultIcon]
@="wficace.exe,1"
[HKEY_CLASSES_ROOT\WinFrameICA\shell\open\command]
@="\\windows\\wficace.exe \"%1\""
[HKEY_CLASSES_ROOT\MIME\Database\Content
Type\application/x-ica]
"Extension"=".ica"
"CLSID"="{238F6F83-B8B4-11CF-8771-00A024541EE3}"
But it does not help. Anybody know how to start ica
session automaticaly, without this dialog ?