Hello,
I realized a Thinapp Internet Explorer 10 .
I can use the virtual IE for intranet and could not get internet access with it.
But the browser ie10 installed on my device work fine (for intranet and internet).
I think the resolution name is not done with the thinapp package.
I had already put this te following instruction in the package.ini
;-------- General Purpose Parameters ----------
ExternalDLLs=kernelbase.dll;kernel32.dll
How can i manage this issue ?
Thanks
Please verify native proxy settings is reflected in Thinapped Internet Explorer.
The proxy settings seems to be there but not used. I checked it, maybe i not do it properly.
This my way :
First , I launched the regedit debugging tool (build with the ie virtual ) to get the registry key information :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"AutoConfigURL"="http://proxy.settings.com/proxy_file.pac"
After that, i run the "inetcpl.exe" build with the package, to get the browser network configuration.
The proxy is the same on the two step.
The problem is :
IE10 virtual get internet access if IE10 installed on the computer, but virtual browser do not get internet access if IE10 not installed.
That's amazing.
That would be the wininet.dll features library not implemented by the proxy .
Or do you think, i need to catched other .dll files ?
Regards.
While capturing the package, edit the proxy setting in the registry/inetcpl.cpl to the proxy url and then capture.
Here the registry keys used to update proxy.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"="1"
"ProxyServer"=<proxy url>
Here the reference link.
How to configure client proxy server settings by using a registry file
