.ocx .dll registration (OpenInsight 64-bit)
At 25 MAY 2020 10:22:30PM Barry Stevens wrote:
If you just copy an OI10 system to a PC, besides running ClientSetup , what .OCX or .DLL controls need to be registered (I actually want to have a startup that copies them to seperate folder and register them there)
At 26 MAY 2020 04:44AM Carl Pates wrote:
Barry,
When you say "startup" do you mean when OI starts? You need to be very careful how you do this because unless the user has admin rights they won't register.
In any case look in the folder called "ocxfiles" to see what OI10 uses.
You may also need to run the Microsoft VS2015 C++ runtime setup - we did try to include this with the product but MS subsequently made it so complex we couldn't (there's an article on the blog about this).
At 26 MAY 2020 08:16PM Barry Stevens wrote:
Barry,
When you say "startup" do you mean when OI starts? You need to be very careful how you do this because unless the user has admin rights they won't register.
In any case look in the folder called "ocxfiles" to see what OI10 uses.
You may also need to run the Microsoft VS2015 C++ runtime setup - we did try to include this with the product but MS subsequently made it so complex we couldn't (there's an article on the blog about this).
Thanks, just what I am after.