Hi,
i have created an ActiveX control and I have packaged it in a CAB file thru the PD Wizard. The last entry in the inf file which should be:
[AddToRegistry]
HKLM,"SOFTWARE\Classes\CLSID\{---classid---}\Implemented Categories\{---classid1---}"
HKLM,"SOFTWARE\Classes\CLSID\{---classid---}\Implemented Categories\{---classid2---}"
is not coming.
the last entry which comes in my inf file is :
[AddToRegHook]
InfSection=DefaultInstall2
[DefaultInstall2]
AddReg=AddToRegistry
the control seems to download but, when i try to see its properties in the c:\windows\download program files directory, it says, it is not installed (status is unknown).
Please help me come out of this problem
Thanks in Advance,
i have created an ActiveX control and I have packaged it in a CAB file thru the PD Wizard. The last entry in the inf file which should be:
[AddToRegistry]
HKLM,"SOFTWARE\Classes\CLSID\{---classid---}\Implemented Categories\{---classid1---}"
HKLM,"SOFTWARE\Classes\CLSID\{---classid---}\Implemented Categories\{---classid2---}"
is not coming.
the last entry which comes in my inf file is :
[AddToRegHook]
InfSection=DefaultInstall2
[DefaultInstall2]
AddReg=AddToRegistry
the control seems to download but, when i try to see its properties in the c:\windows\download program files directory, it says, it is not installed (status is unknown).
Please help me come out of this problem
Thanks in Advance,