Deploy .NET Framework

  • Thread starter Thread starter Enforcer
  • Start date Start date
E

Enforcer

Hey,

I have a setup file for my Frontend to an sql database
and it all installs just fine, i was wondering if there
was a way to setup the .net framework automatically in
the setup of the Frontend? Instead of installing it
seperatly.

Also on windows 98 machines i need to install the latest
MDAC so can i include that aswell (for win 98)?

Any hel por documentation would be great.

Thanks.
 
* "Enforcer said:
I have a setup file for my Frontend to an sql database
and it all installs just fine, i was wondering if there
was a way to setup the .net framework automatically in
the setup of the Frontend? Instead of installing it
seperatly.

Also on windows 98 machines i need to install the latest
MDAC so can i include that aswell (for win 98)?

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>

Framework 1.1:

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>

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

Visual Studio .NET Framework Bootstrapper Plug-in
<http://workspaces.gotdotnet.com/vsboot>
 
Back
Top