All Forums >> [Scripting] >> Post a VBScript >> Server 2003 SP2 Install Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Was wrestling with some tweaks that we had to apply before and after SP2 gets installed on a server. Thought I would share my efforts. This resolves the common issue where the catalog is corrupt so SP2 (or SP1) fails to install. Script will lokk for "Server 2003" and then validate that service pack level is under "2". We also have atweak to get or remote DCOM applications to work by adding the Authenticated users to Distributed COM Users group. Script will perform the reboot if no errors occured.
Thanks to ehvbs and dm_4ever for help with the file delete method.