0% found this document useful (0 votes)
39 views1 page

Sysmanager 2011 Jun 24

The document describes an issue where SysManager would prompt to insert the "Microsoft Office 2003 Web Components" disk each time the DCIs button was clicked after installing Windows and Visual Studio updates on a Windows Server 2008 system. The solution was to unregister then re-register the mscomctl.ocx file using the regsvr32 command at the Administrator command prompt to resolve the broken registry setting.

Uploaded by

asimalamp
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views1 page

Sysmanager 2011 Jun 24

The document describes an issue where SysManager would prompt to insert the "Microsoft Office 2003 Web Components" disk each time the DCIs button was clicked after installing Windows and Visual Studio updates on a Windows Server 2008 system. The solution was to unregister then re-register the mscomctl.ocx file using the regsvr32 command at the Administrator command prompt to resolve the broken registry setting.

Uploaded by

asimalamp
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Known issue: Need to re-register mscomctl.

ocx on Windows Server 2008 to get SysManager to work


Issue: After installing Windows updates and Visual Studio 2010 on Windows Server 2008, every time I start SysManager and hit the DCIs button I receive the following prompt. Cancelling got me past it, and it only occurred after first starting SysManager. Something messed up the registry setting for mscomctl.ocx.

Microsoft Office 2003 Web Components The feature you are trying to use is on a CD-ROM or other removable media disk that is not available. Insert the 'Microsoft Office 2003 Web Components' disk and click OK. Solution: Go to the command prompt, change the user to Administrator with cd C:\users\administrator then unregister the control with regsvr32 /u C:\windows\syswow64\mscomctl.ocx

and then register the control with regsvr32 C:\windows\syswow64\mscomctl.ocx

You might also like