Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Windows Server 2003 Admin Pack on Vista

Updated: 29 Jul 2010 | 5 comments
tneubauer's picture
0 0 Votes
Login to vote

If you have attempted to install the Windows Server 2003 Admin Pack onto a Vista client you know that it does not function. You can solve this problem by virtualizing the Admin Pack on a XP machine, exporting and then importing the .vsa on your Vista machine.

Comments

riva11's picture
11
Jun
2007
1 Vote +1
Login to vote

Brilliant idea

Brilliant idea, easy and fast for solving this installation problem.

Thanks
PM

jjesse's picture
11
Jun
2007
0 Votes 0
Login to vote

using this as an example

when i talk about the benifits of using SVS.

Jonathan Jesse Practice Principal ITS Partners

timonokinawa's picture
11
Jun
2007
0 Votes 0
Login to vote

Awesome results

I have done this with a few packages, but my pride and work horse is the admin tools along with the MS exhange manager and symantec console and symantec backup exec. all these and I can mangae the network from any client machine. Rock on SVS

marco.baars-123's picture
11
Jun
2007
0 Votes 0
Login to vote

Great tip

Another way to solve it (without SVS)

Create a batch file with the following content:

@echo off

REM RegisterAdminPak.cmd
REM (c) 2006 Microsoft Corporation. All rights reserved.

set filelist=adprop.dll azroles.dll azroleui.dll ccfg95.dll
set filelist=%filelist% certadm.dll certmmc.dll certpdef.dll certtmpl.dll
set filelist=%filelist% certxds.dll cladmwiz.dll clcfgsrv.dll clnetrex.dll
set filelist=%filelist% cluadmex.dll cluadmmc.dll cmproxy.dll cmroute.dll
set filelist=%filelist% cmutoa.dll cnet16.dll debugex.dll dfscore.dll
set filelist=%filelist% dfsgui.dll dhcpsnap.dll dnsmgr.dll domadmin.dll
set filelist=%filelist% dsadmin.dll dsuiwiz.dll imadmui.dll lrwizdll.dll
set filelist=%filelist% mprsnap.dll msclus.dll mstsmhst.dll mstsmmc.dll
set filelist=%filelist% nntpadm.dll nntpapi.dll nntpsnap.dll ntdsbsrv.dll
set filelist=%filelist% ntfrsapi.dll rasuser.dll rigpsnap.dll rsadmin.dll
set filelist=%filelist% rscommon.dll rsconn.dll rsengps.dll rsjob.dll
set filelist=%filelist% rsservps.dll rsshell.dll rssubps.dll rtrfiltr.dll
set filelist=%filelist% schmmgmt.dll tapisnap.dll tsuserex.dll vsstskex.dll
set filelist=%filelist% w95inf16.dll w95inf32.dll winsevnt.dll winsmon.dll
set filelist=%filelist% winsrpc.dll winssnap.dll ws03res.dll

for %%i in (%filelist%) do (
echo Registering %%i ...
regsvr32 /s %%i
)

echo.
Echo Command Completed

You can find the original KB here:
http://support.microsoft.com/kb/930056/en-us

AntonSig's picture
12
Jun
2007
0 Votes 0
Login to vote

no problem here

We have had ZERO problem installing win2k3sp1 adminpak.msi on Win VISTA Bussiness edt....64bit

however: Be sure to install it undir administrative priviledges, using either elivated command prompt or with user account control disabled...