Adminpak on Vista Update

The product team is working on finalizing the shim to allow the existing admin packs to work on Vista.  They had shimmed the fix for allowing W2K3 (RTM and SP1) admin-pack to be installable on Vista before Vista shipped. The role teams are right now testing W2K3 (RTM and SP1) admin-pack on Vista RTM build. They have been finding some issues and workarounds for those. Once the test process is complete (ETA Mid Dec), we will at least have a KB on the known issues and workarounds for admin-pack on Vista RTM. There is no ETA for the KB and public announcement yet as they are working thru the process at this moment. Will keep you updated as we get closer to it.

 

You can use the following trick (extract from a case) until Vista SP1 is released :

Initial reports indicate that Adminpak.msi installs without error on Vista RTM computers but that two DLL’s, ADprop.dll and DSadmin.dll fail to register.  Steve reports no registration errors if the ADMINPACK.MSI file is run from an elevated command prompt. 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"

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 between [start copy here] and [end copy here] and save as FIXADMINPACK.CMD
6. Run the script with elevated credentials to register all ADMINPACK DLLs. No restart required.
7. Restart the previously failing ADMINPACK snap-ins and they should behave normally.

 

[start copy here]
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
[end copy here]