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

Installing the only minimal set of .NET framework...


Hello,

My WindowsApp is using only few of the .NET framework .DLL files. When I
install my app on the clinet machine, I just want to install only
required/used .DLL files of the framework not the whole framework. Because
..NET framework's isze is too big (20 MB like). And after installing it
expands up to 100MB. etc. with all ASP.NET blah blah...Stuff

I wonder how it fulfills the saying that 'XCOPY deployment'

How can I separte the required .DLLs from framework and copy only those
files on the clinets machine along with my app.

Regards,
....Ashok
------------------------------------------------------------------------
"It is beautiful for an engineer to shape and design the same way
that an artist shapes and designs. But whether the whole process
makes any sense, whether men become happier - that I can no
longer decide." - Rudolph Diesel
Nov 21 '05 #1
6 896
well you could check if the compact framework forfills your needs ( it is
ment for pocket pc development )

as far as i know it is not possible to split the framework in smaller
install packages ,
and after the framework is installed you have Xcopy deployment ,, as the
framework will be part of all new operating systems you do not need to
install it seperately in the near future

hth

Miche Posseth

"G.Ashok" <gw******@hotmail.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...

Hello,

My WindowsApp is using only few of the .NET framework .DLL files. When I
install my app on the clinet machine, I just want to install only
required/used .DLL files of the framework not the whole framework. Because
.NET framework's isze is too big (20 MB like). And after installing it
expands up to 100MB. etc. with all ASP.NET blah blah...Stuff

I wonder how it fulfills the saying that 'XCOPY deployment'

How can I separte the required .DLLs from framework and copy only those
files on the clinets machine along with my app.

Regards,
...Ashok
------------------------------------------------------------------------
"It is beautiful for an engineer to shape and design the same way
that an artist shapes and designs. But whether the whole process
makes any sense, whether men become happier - that I can no
longer decide." - Rudolph Diesel

Nov 21 '05 #2
Ashok,

This is so often asked in these newsgroups.

It is the same as when there was Windows 1.0 above Dos (however a disk from
20Mb was than still normal, there are at the moment almost no computers to
buy with a disk smaller than 20Gb).

When it is for a PDA than take Miche advice.

Cor
Nov 21 '05 #3
"G.Ashok" <gw******@hotmail.com> schrieb:
My WindowsApp is using only few of the .NET framework .DLL files. When I
install my app on the clinet machine, I just want to install only
required/used .DLL files of the framework not the whole framework. Because
.NET framework's isze is too big (20 MB like). And after installing it
expands up to 100MB. etc. with all ASP.NET blah blah...Stuff

I wonder how it fulfills the saying that 'XCOPY deployment'

How can I separte the required .DLLs from framework and copy only those
files on the clinets machine along with my app.


In general the answer is "no". The complete .NET Framework must be
installed on the machine. There are commercial solutions available which
will only package reqiured DLLs with your application, but these solutions
stand against the concept of the .NET Framework and there may be legal
issues because it's likely not allowed to distribute only parts of the .NET
Framework.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #4
> My WindowsApp is using only few of the .NET framework .DLL files. When I
install my app on the clinet machine, I just want to install only
required/used .DLL files of the framework not the whole framework. Because
.NET framework's isze is too big (20 MB like). And after installing it
expands up to 100MB. etc. with all ASP.NET blah blah...Stuff


A surprising number of Windows systems already have .NET because it comes in
with several recent Windows updates. This may not be the problem that you
think it is.
Nov 21 '05 #5
Hi Ashok,

Think of .Net as a form of DirectX. When shipping a game that requires some part of DirectX, the entire DirectX is needed and sometimes shipped with the game.

On Sun, 18 Sep 2005 10:02:42 +0200, G.Ashok <gw******@hotmail.com> wrote:

Hello,

My WindowsApp is using only few of the .NET framework .DLL files. When I
install my app on the clinet machine, I just want to install only
required/used .DLL files of the framework not the whole framework. Because
.NET framework's isze is too big (20 MB like). And after installing it
expands up to 100MB. etc. with all ASP.NET blah blah...Stuff

I wonder how it fulfills the saying that 'XCOPY deployment'

How can I separte the required .DLLs from framework and copy only those
files on the clinets machine along with my app.

Regards,
...Ashok
------------------------------------------------------------------------
"It is beautiful for an engineer to shape and design the same way
that an artist shapes and designs. But whether the whole process
makes any sense, whether men become happier - that I can no
longer decide." - Rudolph Diesel


--
Happy coding!
Morten Wennevik [C# MVP]
Nov 21 '05 #6
You will need the complete >NET Redistributable to run your .NET
application. That takes up on 23 MB,,,,,,,,,,,

You dont need to install .NET SDK (@ 100 MB) to get the application running.

Also, you cannot deploy selective components of .NET Framework. That is
illegal.

Vipul

"G.Ashok" <gw******@hotmail.com> wrote in message
news:eh**************@TK2MSFTNGP10.phx.gbl...

Hello,

My WindowsApp is using only few of the .NET framework .DLL files. When I
install my app on the clinet machine, I just want to install only
required/used .DLL files of the framework not the whole framework. Because
.NET framework's isze is too big (20 MB like). And after installing it
expands up to 100MB. etc. with all ASP.NET blah blah...Stuff

I wonder how it fulfills the saying that 'XCOPY deployment'

How can I separte the required .DLLs from framework and copy only those
files on the clinets machine along with my app.

Regards,
...Ashok
------------------------------------------------------------------------
"It is beautiful for an engineer to shape and design the same way
that an artist shapes and designs. But whether the whole process
makes any sense, whether men become happier - that I can no
longer decide." - Rudolph Diesel

Nov 21 '05 #7

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

Similar topics

3
by: CG | last post by:
Trying to install this program and it gets almost done and says that the install failed and gives me the option to see the error log, setup log but when i click them nothing happens. I tried...
6
by: G.Ashok | last post by:
Hello, My WindowsApp is using only few of the .NET framework .DLL files. When I install my app on the clinet machine, I just want to install only required/used .DLL files of the framework not...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
2
by: dgk | last post by:
I may have a need to install Visual Studio 2003 but I've already installed 2005. Will I have problems installing 2003 now?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
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.