About Release the soft

  • Thread starter Thread starter xmduane
  • Start date Start date
X

xmduane

Hi ,all
i use vb 2003 develope a project, i have comploete it now,
and how to release or publish the software(How to pakeage
end delpoment the software? )i use sql server 2000, and
how can i make the program can run on other computer?

thank yous all!
 
Hello,

xmduane said:
i use vb 2003 develope a project, i have comploete it now,
and how to release or publish the software(How to pakeage
end delpoment the software? )i use sql server 2000, and
how can i make the program can run on other computer?

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
 
Hi xmduane,
I think you go a lot further if you take a look at Setup and Deployment
Projects.
I hope this helps a little bit.
Cor
 
Back
Top