newbie question: Runtimes

  • Thread starter Thread starter Sven
  • Start date Start date
S

Sven

I have made a small .net-programm and have a question:

What exactly does an other user have to have installed that my program runs
on his PC? Which runtimes? is it possible to include the runtimes into the
application-setup (like it was in VB6)?

Thanks a lot
 
* "Sven said:
I have made a small .net-programm and have a question:

What exactly does an other user have to have installed that my program runs
on his PC? Which runtimes? is it possible to include the runtimes into the
application-setup (like it was in VB6)?

You will have to install the .NET Framework (~ 21 MB).

More information:

Framework 1.1:

Using Visual Studio .NET 2003 to Redistribute the .NET Framework
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp>

Redistributing the .NET Framework 1.1
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy1_1.asp>

..NET Framework 1.1 Deployment Guide
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/NETFx1Redistreq1_1.asp>

..NET Framework Redistributable Package 1.1 Technical Reference
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp>

Framework 1.0:

..NET Framework Deployment Guide
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp>

Using Visual Studio .NET to Redistribute the .NET Framework
<http://msdn.microsoft.com/library/en-us/dnnetdep/html/vsredistdeploy.asp>
 
..NET Framework 1.1.


Regards - OHM


I have made a small .net-programm and have a question:

What exactly does an other user have to have installed that my
program runs on his PC? Which runtimes? is it possible to include the
runtimes into the application-setup (like it was in VB6)?

Thanks a lot
 
Back
Top