Jump to content

Windows 2003 AdminPack.msi on Vista RTM


NIM

Recommended Posts

AdminPack.msi installs without error on Vista RTM computers but two DLL's, ADprop.dll and DSadmin.dll fail to register. Use regsvr32 to manually register those DLL's, otherwise Active Directory Users and Computers (ADUC / DSA.MSC) fails to load correctly with "MMC could not create the snap-in"

Steps to repro 1. Install 2003 SP1 adminpak.msi - there will be no errors or warnings

2. Under Administrative Tools, attempt to load Active Directory Users and Computers, Active Directory Domains and Trusts, etc.

3. You will receive: "MMC could not create the snap-in."

4. Close any of the snap-ins you tried to use.

5. Copy all text in the codebox and save as FIXADMINPACK.CMD

6. Run the script with elevated credentials to register all ADMINPACK DLLs. No restart required.

6. Restart the previously failing ADMINPACK snap-ins and they should behave normally.



regsvr32 /s adprop.dll

regsvr32 /s azroles.dll

regsvr32 /s azroleui.dll

regsvr32 /s ccfg95.dll

regsvr32 /s certadm.dll

regsvr32 /s certmmc.dll

regsvr32 /s certpdef.dll

regsvr32 /s certtmpl.dll

regsvr32 /s certxds.dll

regsvr32 /s cladmwiz.dll

regsvr32 /s clcfgsrv.dll

regsvr32 /s clnetrex.dll

regsvr32 /s cluadmex.dll

regsvr32 /s cluadmmc.dll

regsvr32 /s cmproxy.dll

regsvr32 /s cmroute.dll

regsvr32 /s cmutoa.dll

regsvr32 /s cnet16.dll

regsvr32 /s debugex.dll

regsvr32 /s dfscore.dll

regsvr32 /s dfsgui.dll

regsvr32 /s dhcpsnap.dll

regsvr32 /s dnsmgr.dll

regsvr32 /s domadmin.dll

regsvr32 /s dsadmin.dll

regsvr32 /s dsuiwiz.dll

regsvr32 /s imadmui.dll

regsvr32 /s lrwizdll.dll

regsvr32 /s mprsnap.dll

regsvr32 /s msclus.dll

regsvr32 /s mstsmhst.dll

regsvr32 /s mstsmmc.dll

regsvr32 /s nntpadm.dll

regsvr32 /s nntpapi.dll

regsvr32 /s nntpsnap.dll

regsvr32 /s ntdsbsrv.dll

regsvr32 /s ntfrsapi.dll

regsvr32 /s rasuser.dll

regsvr32 /s rigpsnap.dll

regsvr32 /s rsadmin.dll

regsvr32 /s rscommon.dll

regsvr32 /s rsconn.dll

regsvr32 /s rsengps.dll

regsvr32 /s rsjob.dll

regsvr32 /s rsservps.dll

regsvr32 /s rsshell.dll

regsvr32 /s rssubps.dll

regsvr32 /s rtrfiltr.dll

regsvr32 /s schmmgmt.dll

regsvr32 /s tapisnap.dll

regsvr32 /s tsuserex.dll

regsvr32 /s uddi.mmc.dll

regsvr32 /s vsstskex.dll

regsvr32 /s w95inf16.dll

regsvr32 /s w95inf32.dll

regsvr32 /s winsevnt.dll

regsvr32 /s winsmon.dll

regsvr32 /s winsrpc.dll

regsvr32 /s winssnap.dll

regsvr32 /s ws03res.dll

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...