Horrid
Programmer
- May 20, 1999
- 373
I have 2 VB dlls that need to be registered automatically from one CAB file, they must both make additional registry edits when registered.
Could I use a C++ dll (in the same cab file) and have the required registry edits in its dllregisterserver call to create the keys for the 2 VB dlls that can't access dllregisterserver? once its done would it be possible to then remove the C++ dll without altering the registry entries it made?
I'm not a C++ programmer so I need to know if this is going to be worth the effort before I start.
Thanks
Could I use a C++ dll (in the same cab file) and have the required registry edits in its dllregisterserver call to create the keys for the 2 VB dlls that can't access dllregisterserver? once its done would it be possible to then remove the C++ dll without altering the registry entries it made?
I'm not a C++ programmer so I need to know if this is going to be worth the effort before I start.
Thanks