I'm newly programmer with
VB.Net when I do a setup deployment for my program while building the setup I get this WARNING:
This setup does not contain the .NET Framework which must be installed on the target machine by running dotnetfx.exe before this setup will install. You can find dotnetfx.exe on the Visual Studio .NET 'Windows Components Update' media. Dotnetfx.exe can be redistributed with your setup.
When I install my program in any computer that doesnât have Net Framework I got to run Dotnetfx.exe first before installing my program or it doesnât work
How I can merge the Dotnetfx.exe with my setup to be installed to other computers that donât have Net Framework
Thanks for help
Anwar Manaf