Jump to content

how to "register" .net


vinifera

Recommended Posts

bare with me in this situation :P

if i didn't install .net (1.1 or 2, no matter), but just copied folders from \Windows\ directory

(assembly, Microsoft.NET and WinSxS) from another installed XP that had .net installed

what needs to be done, to "register" that components so windows can see them and use them ?

and do i need to export/import some reg entries ?

Edited by vinifera
Link to comment
Share on other sites


Virtually impossible with .NET. The setup routine needs to run. You could Regshot an installation and reproduce it but I believe there are complicated file actions that only the installer can do.

Link to comment
Share on other sites

It needs miles of registry data. You could set up a virtual machine to run the installers on and take a Regshot and then transfer it to your live system.

When you register a dll all you are doing is writing things to the registry. So this can be mimiced with a reg file made by Regshot. The only issue I see is the Assembly folder. It has special properties via a desktop.ini...

; ==++==
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
; ==--==
[.ShellClassInfo]
CLSID={1D2680C9-0E2A-469d-B787-065558BC7D43}
ConfirmFileOp=1
InfoTip=Contains application stability information.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...