Deploy ans run an executable on another system.

  • Thread starter Thread starter Marcel
  • Start date Start date
M

Marcel

Hi,

I just bought VB .NET Standard. I Read a lot but could not find a deployment
wizard. I also read a few messages back that a .NET executable need the .NET
Framework. How do I distribute this framework?

Regards,

Marcel
 
Marcel said:
Hi,

I just bought VB .NET Standard. I Read a lot but could not find a deployment
wizard. I also read a few messages back that a .NET executable need the ..NET
Framework. How do I distribute this framework?

Regards,

Marcel

Ok, found something. But I do not know if this also adds the Framework
beforehand.

Visual Studio provides templates for four types of deployment projects:
Merge Module Project, Setup Project, Web Setup Project, and Cab Project. In
addition, a Setup wizard is provided to help step you through the process of
creating deployment projects. You can see the templates and the wizard in
the New Project dialog box under the Setup and Deployment Projects node.

Marcel
 
Thanks, I was at the point that I knew that there is a setup project and a
separate framework distributable. But this is great. Thank you very much
OpticTygre.

Marcel
 
* "Marcel said:
I just bought VB .NET Standard. I Read a lot but could not find a deployment
wizard. I also read a few messages back that a .NET executable need the .NET
Framework. How do I distribute this framework?

The Standard edition doesn't include the setup wizard, but a setup
template is included. Some information about deploying the .NET
Framework:

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

Plug-In:

<URL:http://groups.google.com/[email protected]>

Bootstrapper:

<URL:http://msdn.microsoft.com/vstudio/downloads/tools/bootstrapper/>

Microsoft Visual Studio .NET 2003 Bootstrapper Plug-In
<URL:http://www.microsoft.com/downloads/details.aspx?FamilyID=627921a0-d9e7-43d6-a293-72f9c370bd19>

<URL:http://workspaces.gotdotnet.com/vsboot/> (old URL)

Download
<URL:http://www.gotdotnet.com/community/...f0a23-f529-4158-8e0a-d187d16f41f1&newsId=1981>

Framework 1.1:

Redistributing the .NET Framework 1.1
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/redistdeploy1_1.asp>

..NET Framework 1.1 Deployment Guide
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid1_1.asp>

..NET Framework 1.1 Redistributable Prerequisites
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/NETFx1Redistreq1_1.asp>

..NET Framework Redistributable Package 1.1 Technical Reference
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetfxref1_1.asp>

Framework 1.0:

..NET Framework Deployment Guide
<URL:http://msdn.microsoft.com/library/en-us/dnnetdep/html/dotnetframedepguid.asp>

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