Register ocx in Windows7
-
My software need to use MMC control and run on Windows7. but when I try to register MCI32.ocx by bat file that include the code "@echo off regsvr32 MCI32.ocx" I've got some error "The module "MCI32" was loaded but the call to DllRegisterServer failed with error code 0x8002801c" I have used in Windows XP and never seen this problem before. Please anybody help me to solve this problem.
-
My software need to use MMC control and run on Windows7. but when I try to register MCI32.ocx by bat file that include the code "@echo off regsvr32 MCI32.ocx" I've got some error "The module "MCI32" was loaded but the call to DllRegisterServer failed with error code 0x8002801c" I have used in Windows XP and never seen this problem before. Please anybody help me to solve this problem.
I put "0x8002801c" into Google and a treasure trove of pages came up.
The difficult we do right away... ...the impossible takes slightly longer.
-
My software need to use MMC control and run on Windows7. but when I try to register MCI32.ocx by bat file that include the code "@echo off regsvr32 MCI32.ocx" I've got some error "The module "MCI32" was loaded but the call to DllRegisterServer failed with error code 0x8002801c" I have used in Windows XP and never seen this problem before. Please anybody help me to solve this problem.
-
My software need to use MMC control and run on Windows7. but when I try to register MCI32.ocx by bat file that include the code "@echo off regsvr32 MCI32.ocx" I've got some error "The module "MCI32" was loaded but the call to DllRegisterServer failed with error code 0x8002801c" I have used in Windows XP and never seen this problem before. Please anybody help me to solve this problem.
This is regarding privilege to access Registry. The error code "0x8002801c" (Error accessing the OLE registry) says that you don't have write permission to the registry. You may have to run the bat file with high privilege, to do so run the bat file by right clicking on file and selecting 'Run as administrator' option.
[Delegates] [Virtual Desktop] [Tray Me !]
-Malli...! :rose:**** -
My software need to use MMC control and run on Windows7. but when I try to register MCI32.ocx by bat file that include the code "@echo off regsvr32 MCI32.ocx" I've got some error "The module "MCI32" was loaded but the call to DllRegisterServer failed with error code 0x8002801c" I have used in Windows XP and never seen this problem before. Please anybody help me to solve this problem.