473,320 Members | 1,904 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Deploy ans run an executable on another system.

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
Nov 20 '05 #1
4 1148
"Marcel" <m.*********@home.nl> schreef in bericht
news:2m************@uni-berlin.de...
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
Nov 20 '05 #2
Check out http://msdn.microsoft.com/vstudio/do.../bootstrapper/

-J

"Marcel" <m.*********@home.nl> wrote in message
news:2m************@uni-berlin.de...
"Marcel" <m.*********@home.nl> schreef in bericht
news:2m************@uni-berlin.de...
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

Nov 20 '05 #3
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
"OpticTygre" <op********@adelphia.net> schreef in bericht
news:Ue********************@adelphia.com...
Check out http://msdn.microsoft.com/vstudio/do.../bootstrapper/

-J

"Marcel" <m.*********@home.nl> wrote in message
news:2m************@uni-berlin.de...
"Marcel" <m.*********@home.nl> schreef in bericht
news:2m************@uni-berlin.de...
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


Nov 20 '05 #4
* "Marcel" <m.*********@home.nl> scripsit:
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/groups?selm=z2an4EnoDHA.2012%40cpmsftngxa06.phx.gb l>

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/workspaces/newsitem.aspx?id=2f8f0a23-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>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/>
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Wilson Ricardo Passos Oliveira | last post by:
Hi fellows, I have two simple questions regarding the Framework's deploy and the Setup and Deploy Projects: 1. As I've read in another posts and newsgroups (and as I can imagine), VS.NET...
2
by: Paul Bearden | last post by:
I built a web application in C#.Net. It compiles and runs fine however... I need to move some of the files to a directory (actually another web site on the same server) to use the SSL...
9
by: T. | last post by:
Hi, Is there any way that I can "package and deploy" an asp.net app? When running this app from my workstation, it runs no problem, but when I access the site from another workstation I'm...
4
by: bob lambert | last post by:
Help I am trying to deploy to another pc a vb.net std 2002 windows form application. I am confused. I created a project - windows form I built form, compiled and debugged. I created a...
3
by: SpIcH | last post by:
Hi All, This is all about protecting my data in Executable file. I have developed a program in Visual Basic .NET 2002. I have many questions in mind... please help me to complete my project. ...
3
by: hpark2_1999 | last post by:
Hi! I know how easy it is to create an NT services using .net framework (using Visual Studio 2003). Here is my problem. I came across a situation where I would like to run 2 instances of a...
6
by: AGP | last post by:
I resisted for many years but I've just written my first app in .NET2005 and am looking to deploy my app with a third-party installer. ClickOnce and the VS Installer do not meed my needs and I am...
5
by: Ron | last post by:
Hi all, I am new at .net 2.0 deployment so can any one recommend me a good way or article to follow? What I want to do is (1)to deploy the website on the server2003 with IIS6 (2)we have...
6
by: =?Utf-8?B?QW5kcmV3X2QxMjM=?= | last post by:
Here is my problem. I have an app that has over 9 web services. For years I had not issues with clickonce but now it looks like the build is missing XmlSerializers.dll.deploy. I did have this...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.