473,402 Members | 2,072 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,402 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 1151
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?
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.