Activex component download

T

Terrence

I have created an Activex Component. The Activex component
is used to uploade files. It uses a dropdown, a listbox
and a command button.

This activeX component works properly on all microsoft OS
except Windows 2000

Are there any particular procedures for windows 2000
or for troubleshooting the problem


Following is the inf file for your reference

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/

;INF file for MedGlobeUp.ocx
;DestDir can be 10 for Windows directory, 11 for
Windows\System(32) directory, or left blank for the
Occache directory.

[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[DefaultInstall]
CopyFiles=install.files
RegisterOCXs=RegisterFiles
AddReg=AddToRegistry
[RInstallApplicationFiles]
CopyFiles=install.files
RegisterOCXs=RegisterFiles
AddReg=AddToRegistry
[DestinationDirs]
install.files=11
[SourceDisksNames]
1=%DiskName%,MedGlobeUp.CAB,1

[Add.Code]
MedGlobeUp.ocx=MedGlobeUp.ocx
scrrun.dll=scrrun.dll
MSCOMCTL.OCX=MSCOMCTL.OCX
msvbvm60.dll=msvbvm60.dll
COMCAT.DLL=COMCAT.DLL
[install.files]
MedGlobeUp.ocx=MedGlobeUp.ocx
scrrun.dll=scrrun.dll
MSCOMCTL.OCX=MSCOMCTL.OCX
msvbvm60.dll=msvbvm60.dll
COMCAT.DLL=COMCAT.DLL
[SourceDisksFiles]
MedGlobeUp.ocx=1
scrrun.dll=1
MSCOMCTL.OCX=1
msvbvm60.dll=1
COMCAT.DLL=1

[MedGlobeUp.ocx]
file-win32-x86=thiscab
RegisterServer=yes
clsid={6E3E33AD-173C-4D86-AAB9-5B9E673D3D35}
DestDir=
FileVersion=1,0,0,3

[scrrun.dll]
file-win32-x86=thiscab
RegisterServer=yes
clsid={EE09B103-97E0-11CF-978F-00A02463E06F}
DestDir=11
FileVersion=5,6,0,6626

[MSCOMCTL.OCX]
hook=MSCOMCTL.cab_Installer
clsid={1EFB6596-857C-11D1-B16A-00C0F0283628}
FileVersion=6,1,97,82
[MSCOMCTL.cab_Installer]
file-win32-
x86=http://activex.microsoft.com/controls/vb6/MSComCtl.cab
InfFile=MSComCtl.inf

[msvbvm60.dll]
hook=msvbvm60.cab_Installer
FileVersion=6,0,92,37
[msvbvm60.cab_Installer]
file-win32-
x86=http://activex.microsoft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DIR%\VBRun60.exe

[COMCAT.DLL]
hook=COMCAT.cab_Installer
FileVersion=4,71,1460,1
[COMCAT.cab_Installer]
file-win32-
x86=http://activex.microsoft.com/controls/vb6/VBRun60.cab
run=%EXTRACT_DIR%\VBRun60.exe

[Setup Hooks]
AddToRegHook=AddToRegHook

[AddToRegHook]
InfSection=DefaultInstall2

[DefaultInstall2]
AddReg=AddToRegistry

[AddToRegistry]
HKLM,"SOFTWARE\Classes\CLSID\{6E3E33AD-173C-4D86-AAB9-
5B9E673D3D35}\Implemented Categories\{7DD95802-9882-11CF-
9FA9-00AA006C42C4}"
HKLM,"SOFTWARE\Classes\CLSID\{6E3E33AD-173C-4D86-AAB9-
5B9E673D3D35}\Implemented Categories\{7DD95801-9882-11CF-
9FA9-00AA006C42C4}"
HKCR,"Licenses",,,"Licensing: Copying the keys may be a
violation of established copyrights."
[RegisterFiles]
%11%\COMCAT.DLL
%11%\msvbvm60.dll
%11%\MSCOMCTL.OCX
%11%\scrrun.dll
%11%\MedGlobeUp.ocx

/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/*/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top