VMware Fusion 5 and want to resolve the ProxyEnable error

Asked By 10 points N/A Posted on -
qa-featured

Hello,

I am using VMware Fusion 5 and want to resolve the ProxyEnable error while installing application but I can’t understand the error message.

How to solve it without having any trouble?

I am waiting for your help so prove solution as soon as possible.

Any help would be appreciated.

Thanks.

Exception ERegistryException in module Sisu_3_0_336.exe at 00031BE4. Failed to get data for ‘ProxyEnable’.

Application Error

Exception ERegistryException in module Sisu_3_0_336.exe at 00031BE4.

Failed to get data for ‘ProxyEnable’.

SHARE
Answered By 5 points N/A #176401

VMware Fusion 5 and want to resolve the ProxyEnable error

qa-featured

Hi,

I suggest you create a ProxyEnable registry because VMWare attempts to connect to a network but is blocked by a misconfigured port of the enable port of your proxy.

 

Regedit4

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
"MigrateProxy"=dword:00000001
"ProxyEnable"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"ProxyServer"="http://ProxyServername:80"
"ProxyOverride"="<local>"

Where ProxyServername translates to your proxy server.

The missing reg key will also cause future errors in starting VMWare so it is recommended to have the registry key above.

To create a reg key, open a Notepad > Copy the lines above > Save as proxy.reg then click OK when a window to write the key is prompted.

Related Questions