G Guest Jan 17, 2005 #1 Can I deploy a C# executable on a machine running Win 2000 that doesn't have the .net framework on it??
Can I deploy a C# executable on a machine running Win 2000 that doesn't have the .net framework on it??
C Champika Nirosh Jan 17, 2005 #2 Nope you cannot... but new windows version will have the .net runtimer built in to it but for windows 2000 you cann't but with windows 2003 you can.. Only thing you can do for win 2000 is to create a setup project that install ..net runtimer (if not exist) and then install the application.. To do it... you can see the bootstrapper sample.. Nirosh.
Nope you cannot... but new windows version will have the .net runtimer built in to it but for windows 2000 you cann't but with windows 2003 you can.. Only thing you can do for win 2000 is to create a setup project that install ..net runtimer (if not exist) and then install the application.. To do it... you can see the bootstrapper sample.. Nirosh.
M Marek Jan 17, 2005 #3 YES, there is a chance to link .NET Framework and thus deploying your applications to machines without .NET framework. Have a look at http://thinstall.com/help/index.html?linking_netframework.htm
YES, there is a chance to link .NET Framework and thus deploying your applications to machines without .NET framework. Have a look at http://thinstall.com/help/index.html?linking_netframework.htm