Can ActiveX CAB file contain AddReg?
COM
1
Posts
1
Posters
2
Views
1
Watching
-
When I install my control from a CAB file I need to add a registry value as well as download and register my .dll. None of the reg values reference in the AddReg statements in my INF file are getting added. If I extract the INF file manually and right-click Install on the INF file in Windows Explorer the registry value is added so I know the syntax of the INF file is correct. I can't use binary code to simply add the necessary registry values because the people who are deploying this control need to be able to change the reg values in the INF to suit their needs and repackage the CAB file. Any ideas of how I can do this would really be helpful. Thanks, Phil