Do anyone know how to include NET redistributable files with an application setup, so it will start installation of NET framework automatically if it is necessary?
Printable View
Do anyone know how to include NET redistributable files with an application setup, so it will start installation of NET framework automatically if it is necessary?
In the Solutions Explorer (VS.NET) look for 'dotnetfxredist_x86_enu.msm'. Right-click and uncheck Exclude. The .NET Framework will now be packaged with your application. Beware of the file size though.
hi, i also have the same problem, but when i looked for the file in the solutions explorer, i couldn't find it. i dont even know if i am looking in the right place for it. i am running vb.net standard. is that a problem when trying to rediribute the framework??