Steps to get dial-in tab on Windows XP adminpack tools

  • Thread starter Matjaz Ladava [MVP]
  • Start date
M

Matjaz Ladava [MVP]

I have seen this question asked a lot lately, so I went trough
http://support.microsoft.com/?kbid=304718 and used reverse steps to get
proper dll's and registrations, so that dial-in tap can appear in users
property on Windows Server 2003 admin pack used on windows XP

Here are the steps:
1. Import following registry info (it is in dialin.zip file)
2. From Windows Server 2003 copy following files to %systemroot%\system32
folder on Windows XP
- rasuser.dll
- mprsnap.dll
- rtrfiltr.dll
3. open command prompt (Windows XP) and go to %systemroot%\system32
4. issue regsvr32 rasuser.dll
5. Now you should see dial-in tab on users property

I have to stress here, that his is unsupported way to do this and that you
are doing this on your own risk. But you probably already know that ;-)

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), MVP
(e-mail address removed)
http://ladava.com
 
K

KevinSA

copy the following files from %windir%\systm32 of a windows server 2003
machine (with admin pack installed) to a temp folder:
rasuser.dll
mprsnap.dll
rtrfiltr.dll

In the same temp folder, create a text file called dialintab.inf and
paste the lines below into it. Once the file is
created, right-click on it and select install:

;start inf
;INF file for adding the dial-in tab to the AD user tool on Windows XP

[Version]
Signature="$Windows NT$"

[DefaultInstall]
AddReg = Dialin.AddReg
CopyFiles = Dialin.CopyFiles
RegisterDlls = Dialin.RegSvr

[SourceDisksNames]
1 = "rasuser.dll",rasuser.dll,,,,
1 = "mprsnap.dll",mprsnap.dll,,,,
1 = "rtrfiltr.dll",rtrfiltr.dll,,,,

[SourceDisksFiles]
rasuser.dll = 1
mprsnap.dll = 1
rtrfiltr.dll = 1

[DestinationDirs]

DefaultDestDir = 11 ; dirid = \system32 on WinNT platforms
[Dialin.AddReg]
HKCR, "RasDialin.UserAdminExt", , ,
HKCR, "RasDialin.UserAdminExt\CLSID", , ,

"{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"
HKCR, "RasDialin.UserAdminExt.1", , ,
HKCR, "RasDialin.UserAdminExt.1\CLSID", , ,

"{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"
HKLM,SOFTWARE\Microsoft\MMC\NodeTypes\{19195a5b-6da0-11d0-afd3-00c04fd930c9}\Extensions\NameSpace,"{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}",,"RAS
Dialin - User Node Extension "

[Dialin.CopyFiles]
rasuser.dll
mprsnap.dll
rtrfiltr.dll

[Dialin.RegSvr]
11,,rasuser.dll, 1
;end inf file
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top