Imports System.Configuration Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim config As System.Configuration.Config... = ConfigurationManager.OpenEx... Me.txtFromFolder.Text = ConfigurationManager.AppSet... Me.txtToFolder.Text = ConfigurationManager.AppSet... End Sub Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormCl... ......
Problem: When attempting to install the extracted ISO image the following error appears: "the language of this installation package is not supported by your system", and exits. The install does not start. Solution: Within ISO buster , choose Fileà<ExtractedFileName&... Raw, but convert to User data”, then rerun the setup.exe that is extracted. Might save you some time in the future… ......