Installer wants .Net Framework.

  • Thread starter Thread starter I_AM_DON_AND_YOU?
  • Start date Start date
I

I_AM_DON_AND_YOU?

I have created a setup program (for my VB.Net solution). I got the
"MyProgram.msi" file which when I copy and run on the other machine where
..Net Framework wasn't installed, it gave me the message that this installer
require .Net Framework to cotinue.

What changes should I make in my setup program so that when it is to be
installed on the machine where .Net framework is not installed it should
install from the Setup program.

Thanks inadvance!
 
* "I_AM_DON_AND_YOU? said:
I have created a setup program (for my VB.Net solution). I got the
"MyProgram.msi" file which when I copy and run on the other machine where
.Net Framework wasn't installed, it gave me the message that this installer
require .Net Framework to cotinue.

What changes should I make in my setup program so that when it is to be
installed on the machine where .Net framework is not installed it should
install from the Setup program.

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>
 
Back
Top