php-install | 2000111

Re: [PHP-INST] MSCOMCTL.OCX From: Phil Driscoll (phil <email protected>)
Date: 11/09/00

Hi Fred

The error is (surprise surprise) 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 into winzip and manually install
the components.

Cheers

--
Phil Driscoll
Dial Solutions
+44 (0)113 294 5112
http://www.dialsolutions.com
http://www.dtonline.org

-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-install-unsubscribe <email protected> For additional commands, e-mail: php-install-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>