Want to create Setup which can be run on Machine that has no Framework Installed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Friends,

I want to create setup for windows application.This setup should not depend on .Framework.It should also run on machine that has no Framework Installed.

Please anybody can guide me the step by step procedure to solve problem.

Thanks
 
* "=?Utf-8?B?UGF1cmF2aQ==?= said:
I want to create setup for windows application.This setup should not
depend on .Framework.It should also run on machine that has no Framework
Installed.

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:

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

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