Hello! Is it possible to make the operating system not require the installation of the .NET Framework and other components to run the program and take them from the program files? For example, .NET Framework 4.6.2 installs for about or more than 5 minutes on a weak computer.
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; //using System.IO; //using System.IO.Compression; using System.Linq; //using System.Net; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; 