Package up VB.net application

  • Thread starter Thread starter A-PK
  • Start date Start date
A

A-PK

could someone guide me how to package my vb.net application and restribute
to my clients.

i want to make something like a "installation wizard"
to let my clients to install themselves
 
* " A-PK said:
could someone guide me how to package my vb.net application and restribute
to my clients.

i want to make something like a "installation wizard"
to let my clients to install themselves

VS.NET comes with setup project templates + wizards, VB.NET Standard
includes a template only.

More information:

Framework 1.1:

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

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>

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