Typical Solutions

If you need a proxy for the internet connection in the company, then modify the file kenaflow.install.exe.config.

<!--
	<system.net>
		<defaultProxy enabled="true" useDefaultCredentials="true">
			<proxy proxyaddress=http://myproxyserver:8080 bypassonlocal="True"/>
		</defaultProxy>
	</system.net>
-->

This area is commented out. Remove <!-- and -->. Adjust the settings to your circumstances.

This file will not be overwritten during an update!

If the update aborts: