Hi guys, I created an application in C#, which requires .Net Framework 4.0 (Not the client profile)
I created a Setup project for my application, since it has to be installed on a very big number of computers, some of which may have not access to the internet. Moreover, I don't want to install dotNetFx40_Full_setup.exe manually, so how can I "embed" this installer in my application's installer?
p.s.: I tried putting the exe file in the debug folder of the setup project before the debug, it didn't work.
and I appreciate a quick help. I need it today or tomorrow.. Thanks in advance..