473,387 Members | 1,891 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,387 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 17 '05 #1
6 1658
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 17 '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 17 '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 17 '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 17 '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 17 '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 17 '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...
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="*"...
6
by: DraguVaso | last post by:
Hi, I guess it's always a good thing to install a SP. So I would like to install the Framework 1.1 SP1 to my development-pc, and also on my client's pc's. Although, I don't knwo if this would...
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...
2
by: She - Devil | last post by:
Hi you all out there, Some months ago I installed dotNET Framework Version 1.1. I Needed that for a program to work. Since a while I keep getting reminders from the Windows update site, there's...
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: Xiuming | last post by:
Dear All: I encount a problem after installing .NET Framework 2.0 sp1, anyone can help? I ever wrote a HTTP Module and provided a few event handler, including PostRequestHandlerExecute event. I...
3
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi all! I am having problems on installing .NET Framework 3.5 on some machines. In one machine the error is: '.NET Framework 3.5' RunCheck result: Install Needed Verifying file integrity of...
2
by: Tam | last post by:
Im running into problems installing either VS 05 or 08 on a Vista Premium 64 bit machine and, ahem, it isnt going sweetly. When installing i get an "Error 1935.An error occured during the...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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?
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
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...

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.