php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7845 missing or invalid : MSCOMCTL.OCX
Submitted: 2000-11-16 11:24 UTC Modified: 2000-11-16 11:39 UTC
From: admin at inetghost dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.3pl1 OS: Windows 2000 Server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: admin at inetghost dot com
New email:
PHP Version: OS:

 

 [2000-11-16 11:24 UTC] admin at inetghost dot com
I installed php4 and I got the error of missing or invalid file MSCOMCRL.OCX. Please let me know what you know about this problem.


Thanks

Greg

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-16 11:39 UTC] phildriscoll@php.net
The error is that MSCOMCTL.OCX which should be on your
system, isn't.
The installer program (and many many others) use this DLL to provide widgets like progress bars.

It may be that the file exists on your system but is just not correctly registered.

There should be a file called REGSVR32.EXE on your WinNT\System32 directory and also a file called MSCOMCTL.OCX in the same directory.

If not, you will have to get them, maybe from your NT CD or perhaps by downloading them from somewhere on the Microsoft site.
Once the files are there, from the command line type:
  REGSVR32 MSCOMCTL.OCX

The installer should then work.

Alternatively, you can load the installer.exe into winzip and manually install the components.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 23:01:30 2024 UTC