SharePoint Stuff

A collection of helpful tips and resources on maximising the value from a SharePoint Portal Server and Windows SharePoint Services Implementation.

Tuesday, April 04, 2006

Reinstalling Service Pack 2

Based on the problems I identified in my previous post, the resolution is to re-install Service Pack 2. However, Windows Server doesn't let you re-install an SP - or remove it from Control Panel > Add/Remove Programs.

To reinstall SP2 for SPS do the following
1. Extract the hotfix package using Winzip.
2. Run:msiexec /p full path to the V2SP2Packlet.msp REINSTALLMODE=VAMUS /l*v c:\filename.log /qb!+

This will force all files to be reinstalled, regardless of checksum or version. It will also log all actions in the c:\filename.log file.

To reinstall WSS SP2, run
stsadm -o upgrade -forceupgrade
from the command line

2 Comments:

At 5:15 PM, Anonymous Anonymous said...

I don't see the option to repair SP2 from add/remove progs. Are you sure it is there? The WSS reinstall worked.

Thanks

 
At 4:55 PM, Blogger Ronnie Guha said...

To reinstall SP2 for SPS do the following
Extract the hotfix package using Winzip.
Run:
msiexec /p full path to the V2SP2Packlet.msp REINSTALLMODE=VAMUS /l*v c:\filename.log /qb!+

This will force all files to be reinstalled, regardless of checksum or version. It will also log all actions in the c:\filename.log file.

Sorry about the mixup in the first post.

 

Post a Comment

<< Home