473,378 Members | 1,679 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,378 software developers and data experts.

Deplying the .NET Framework with an application.

I have tried to deploy an application onto a computer which does not have the
..NET Framework installed, and was soon prompted to download it from the
Microsoft site. However, I would prefer to be able to install the .NET
Framework (Version 1.1.4322) at the same time as the application.

I have since downloaded the plug-in and rebuilt the application, but this
leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the
project's release folder.

Which of these do I include in the installation CD-ROM, and if I include all
of them, will it now install the .NET Framework prior to installing the
application?

As a foot note, the computer has XP Professional installed, and as it is a
web application I am working with, it will search for IIS as a launch
condition. Is there anyway to install this during deployment, or is it
solely done using the XP installation disc?

Any help would be much appreciated.

Nov 21 '05 #1
9 1150
Dundealing,

This is probably what you need.
http://msdn.microsoft.com/vstudio/do...r/default.aspx

I hope this helps,

Cor
"Dundealing" <Du********@discussions.microsoft.com> schreef in bericht
news:B4**********************************@microsof t.com...
I have tried to deploy an application onto a computer which does not have
the
.NET Framework installed, and was soon prompted to download it from the
Microsoft site. However, I would prefer to be able to install the .NET
Framework (Version 1.1.4322) at the same time as the application.

I have since downloaded the plug-in and rebuilt the application, but this
leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the
project's release folder.

Which of these do I include in the installation CD-ROM, and if I include
all
of them, will it now install the .NET Framework prior to installing the
application?

As a foot note, the computer has XP Professional installed, and as it is a
web application I am working with, it will search for IIS as a launch
condition. Is there anyway to install this during deployment, or is it
solely done using the XP installation disc?

Any help would be much appreciated.

Nov 21 '05 #2
Dundealing,

This is probably what you need.
http://msdn.microsoft.com/vstudio/do...r/default.aspx

I hope this helps,

Cor
"Dundealing" <Du********@discussions.microsoft.com> schreef in bericht
news:B4**********************************@microsof t.com...
I have tried to deploy an application onto a computer which does not have
the
.NET Framework installed, and was soon prompted to download it from the
Microsoft site. However, I would prefer to be able to install the .NET
Framework (Version 1.1.4322) at the same time as the application.

I have since downloaded the plug-in and rebuilt the application, but this
leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the
project's release folder.

Which of these do I include in the installation CD-ROM, and if I include
all
of them, will it now install the .NET Framework prior to installing the
application?

As a foot note, the computer has XP Professional installed, and as it is a
web application I am working with, it will search for IIS as a launch
condition. Is there anyway to install this during deployment, or is it
solely done using the XP installation disc?

Any help would be much appreciated.

Nov 21 '05 #3
Cor,

I already have the Bootstrapper plug-in installed on my development machine.
What I need to know is what I should include on the installation CD-ROM. Do
I just put the Setup.exe on the CD, or the Setup.exe, .msi and dotnetfx.exe
as well?

"Cor Ligthert [MVP]" wrote:
Dundealing,

This is probably what you need.
http://msdn.microsoft.com/vstudio/do...r/default.aspx

I hope this helps,

Cor
"Dundealing" <Du********@discussions.microsoft.com> schreef in bericht
news:B4**********************************@microsof t.com...
I have tried to deploy an application onto a computer which does not have
the
.NET Framework installed, and was soon prompted to download it from the
Microsoft site. However, I would prefer to be able to install the .NET
Framework (Version 1.1.4322) at the same time as the application.

I have since downloaded the plug-in and rebuilt the application, but this
leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the
project's release folder.

Which of these do I include in the installation CD-ROM, and if I include
all
of them, will it now install the .NET Framework prior to installing the
application?

As a foot note, the computer has XP Professional installed, and as it is a
web application I am working with, it will search for IIS as a launch
condition. Is there anyway to install this during deployment, or is it
solely done using the XP installation disc?

Any help would be much appreciated.


Nov 21 '05 #4
Cor,

I already have the Bootstrapper plug-in installed on my development machine.
What I need to know is what I should include on the installation CD-ROM. Do
I just put the Setup.exe on the CD, or the Setup.exe, .msi and dotnetfx.exe
as well?

"Cor Ligthert [MVP]" wrote:
Dundealing,

This is probably what you need.
http://msdn.microsoft.com/vstudio/do...r/default.aspx

I hope this helps,

Cor
"Dundealing" <Du********@discussions.microsoft.com> schreef in bericht
news:B4**********************************@microsof t.com...
I have tried to deploy an application onto a computer which does not have
the
.NET Framework installed, and was soon prompted to download it from the
Microsoft site. However, I would prefer to be able to install the .NET
Framework (Version 1.1.4322) at the same time as the application.

I have since downloaded the plug-in and rebuilt the application, but this
leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the
project's release folder.

Which of these do I include in the installation CD-ROM, and if I include
all
of them, will it now install the .NET Framework prior to installing the
application?

As a foot note, the computer has XP Professional installed, and as it is a
web application I am working with, it will search for IIS as a launch
condition. Is there anyway to install this during deployment, or is it
solely done using the XP installation disc?

Any help would be much appreciated.


Nov 21 '05 #5
Dundealing,

See this page
http://dotnet.mvps.org/dotnet/faqs/?...mework&lang=en

I hope this helps,

Cor
Nov 21 '05 #6
Dundealing,

See this page
http://dotnet.mvps.org/dotnet/faqs/?...mework&lang=en

I hope this helps,

Cor
Nov 21 '05 #7
hi,

Take a look at this:
http://www.devage.com/dotNetInstalle...Installer.html

It's really a great tool for isntalling applications!

"Dundealing" <Du********@discussions.microsoft.com> wrote in message
news:B4**********************************@microsof t.com...
I have tried to deploy an application onto a computer which does not have the .NET Framework installed, and was soon prompted to download it from the
Microsoft site. However, I would prefer to be able to install the .NET
Framework (Version 1.1.4322) at the same time as the application.

I have since downloaded the plug-in and rebuilt the application, but this
leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the
project's release folder.

Which of these do I include in the installation CD-ROM, and if I include all of them, will it now install the .NET Framework prior to installing the
application?

As a foot note, the computer has XP Professional installed, and as it is a
web application I am working with, it will search for IIS as a launch
condition. Is there anyway to install this during deployment, or is it
solely done using the XP installation disc?

Any help would be much appreciated.

Nov 21 '05 #8
hi,

Take a look at this:
http://www.devage.com/dotNetInstalle...Installer.html

It's really a great tool for isntalling applications!

"Dundealing" <Du********@discussions.microsoft.com> wrote in message
news:B4**********************************@microsof t.com...
I have tried to deploy an application onto a computer which does not have the .NET Framework installed, and was soon prompted to download it from the
Microsoft site. However, I would prefer to be able to install the .NET
Framework (Version 1.1.4322) at the same time as the application.

I have since downloaded the plug-in and rebuilt the application, but this
leaves me with the .msi file, the setup.exe and the dotnetfx.exe in the
project's release folder.

Which of these do I include in the installation CD-ROM, and if I include all of them, will it now install the .NET Framework prior to installing the
application?

As a foot note, the computer has XP Professional installed, and as it is a
web application I am working with, it will search for IIS as a launch
condition. Is there anyway to install this during deployment, or is it
solely done using the XP installation disc?

Any help would be much appreciated.

Nov 21 '05 #9
Cor,

Many thanks. Looking at the site again, I see that the dotnetfx.exe is
included in the Setup.exe. I shall still include the dotnetfx.exe on the
installation CD-ROM, but get the user to install the setup.exe and see how it
goes from there.

Once again, many thanks.
Nov 21 '05 #10

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

Similar topics

6
by: Joseph Geretz | last post by:
I recently upgraded my server to Windows 2003. The first thing I noticed is that my sample WebService pages no longer worked. The Invoke test button is missing. This is addresed by the following KB...
1
by: Phi! | last post by:
Hello everyone, I am looking into deploying this ASP.NET application which uses a number of private and public assemblies. When I compile the apllication does that automatically copy the...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
0
by: Dundealing | last post by:
I have tried to deploy an application onto a computer which does not have the ..NET Framework installed, and was soon prompted to download it from the Microsoft site. However, I would prefer to be...
1
by: dinosaur8000 | last post by:
Hi, I'm starting to introduce .NET Framework 2.0 into some of my projects, and I'd like some advice on best practices for running multiple-framework-version code within a web application. My...
1
by: lexman | last post by:
Hello, How do you deploy a vb.net application with a SQL express database? My vb.net programming book offers a single paragraph that amounts to "Select publish, choose options in wizard, job...
3
dmjpro
by: dmjpro | last post by:
plz send me a good link which can clearify me how the J2EE framework works i want the details information .... plz help thanx
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
1
by: Daniel | last post by:
i seem to be having memory issues, will deplying a release build instead of a debug build help with memory usage of my .net process?
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.