Automatic check/Install of 1.1 Framework during Setup

  • Thread starter Thread starter David Webb
  • Start date Start date
D

David Webb

Hi,
I've created a setup application for my app and currently it checks
for the .NET framework installation. If it doesn't exist, it prompts
the user to download from the internet. The file is located on the
disk - how can I make setup use that file if it doesn't find it
installed? I've googled but all I've come up with is a version 1
framework setup bootstrap file.

Any help or links to instructions/files would be greatly appreciated.

Kind Regards,

David.
 
* (e-mail address removed) (David Webb) scripsit:
I've created a setup application for my app and currently it checks
for the .NET framework installation. If it doesn't exist, it prompts
the user to download from the internet. The file is located on the
disk - how can I make setup use that file if it doesn't find it
installed? I've googled but all I've come up with is a version 1
framework setup bootstrap file.

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