I'm creating a setup package and would like to install the .NET Framework within the package....do I just have to put in the Dotnetfx.exe file?...does it have to be executed on the target machine?
Printable View
I'm creating a setup package and would like to install the .NET Framework within the package....do I just have to put in the Dotnetfx.exe file?...does it have to be executed on the target machine?
You can not include that in your setup project. Maybe you need the so called boot straper that I never cared to work with and dont know if i am at all right about it.
so, for each .NET application installed on a client box, you have to install the framework separatly?
No, you just need to install it once.
geesh..this app is going to be rolled out to over 200 people:eek:
Just ask them to update their windows, however these days they will find Framework 1.1 in the updates.
can .NET Framework 1.1 be used with VS.NET or is it for VS.NET 2003 only?