Deployment issues with dornet framework 1.1

  • Thread starter Thread starter Sal Sack
  • Start date Start date
S

Sal Sack

Hello,

I need a document that lists what files are installed and where they are
installed.

What permissions are needed ?

What registry entries are made for the framework.

What accounts or services are created?

Thank you
S. Sack
(e-mail address removed)
 
Hi,

Personally I dont think we have that list, but I will confirm later and let
you know.

I think we may try some workarounds:

1. Use Filemon and Regmon tools. The tools are from www.sysinternals.com,
and they are used to track the files and registry keys accessed.

2. run "dotnetfx.exe /C /T:C:\folder" to extract the .NET framework
redistributable. We will get a file netfx.msi. Then, we can use ORCA.exe
tool(which is included in Windows Installer SDK) to open this msi. Check
the File, Registry tables. Also note that the registration of COM
components and some custom actions may also copy files or write registry
info.

To download Windows Installer SDK:

http://www.microsoft.com/msdownload/platformsdk/sdkupdate

Best regards,
Bradley Jiang

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
|From: "Sal Sack" <[email protected]>
|Subject: Deployment issues with dornet framework 1.1
|Date: Tue, 16 Sep 2003 16:23:30 -0400
|Lines: 16
|X-Priority: 3
|X-MSMail-Priority: Normal
|X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
|X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
|Message-ID: <#[email protected]>
|Newsgroups: microsoft.public.dotnet.framework
|NNTP-Posting-Host: 208.31.26.251
|Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.
phx.gbl!TK2MSFTNGP10.phx.gbl
|Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework:53729
|X-Tomcat-NG: microsoft.public.dotnet.framework
|
|Hello,
|
|I need a document that lists what files are installed and where they are
|installed.
|
|What permissions are needed ?
|
|What registry entries are made for the framework.
|
|What accounts or services are created?
|
|Thank you
|S. Sack
|[email protected]
|
|
|
 
Back
Top