Home All Groups Group Topic Archive Search About

Manually Install .Net 2.0

Author
26 Dec 2006 9:42 PM
Octavius Khan
Is it possible to manually install the .Net 2.0 framework?  What I mean is
can I simply copy the framework onto a machine that does not allow
installing software?  I already have 1.1 installed.

Author
26 Dec 2006 11:39 PM
Henning Krause [MVP - Exchange]
Hello,

no, you can't do this. What you can do, however, is to install the framework
silently (with no user interaction). There is a command line switch for
that.

Why don't you want to install it normally?

Best regards,
Henning Krause


Show quote
"Octavius Khan" <nom***@please.com> wrote in message
news:tpCdnd686-nFCgzYnZ2dnUVZ_ruknZ2d@comcast.com...
> Is it possible to manually install the .Net 2.0 framework?  What I mean is
> can I simply copy the framework onto a machine that does not allow
> installing software?  I already have 1.1 installed.
>
Author
27 Dec 2006 9:09 AM
Rad [Visual C# MVP]
On Tue, 26 Dec 2006 16:42:36 -0500, Octavius Khan wrote:

> Is it possible to manually install the .Net 2.0 framework?  What I mean is
> can I simply copy the framework onto a machine that does not allow
> installing software?  I already have 1.1 installed.

I doubt it is possible to do that, reason being the installer does a number
of additional things such as writing to the registry, manipulating the
control panel and IIS, registering performance counters, etc.

But you can install it silently, either by using command line switches or
through group policy installation

Author
27 Dec 2006 6:24 PM
Octavius Khan
Thanks.

Looks like I'll have to convince our IT people to install it. :(

Show quote
"Octavius Khan" <nom***@please.com> wrote in message
news:tpCdnd686-nFCgzYnZ2dnUVZ_ruknZ2d@comcast.com...
> Is it possible to manually install the .Net 2.0 framework?  What I mean is
> can I simply copy the framework onto a machine that does not allow
> installing software?  I already have 1.1 installed.
>
Author
27 Dec 2006 9:07 PM
Cowboy (Gregory A. Beamer)
Can you? Probably. Is it worth the research time? NOt a chance.

In order to install manually, you would have to load up al the bits.
Register the COM DLLs that undergird the framework, ngen the assemblies that
require ngen and put assemblies in the GAC. This is, of course, provided you
have signed bits already. How long will it take you to get it right? Your
guess is as good as mine.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

********************************************
Think outside the box!
********************************************
Show quote
"Octavius Khan" <nom***@please.com> wrote in message
news:tpCdnd686-nFCgzYnZ2dnUVZ_ruknZ2d@comcast.com...
> Is it possible to manually install the .Net 2.0 framework?  What I mean is
> can I simply copy the framework onto a machine that does not allow
> installing software?  I already have 1.1 installed.
>

AddThis Social Bookmark Button