Good day!
There are a couple of questions about working with this wonderful program)
I make the installer of the vlc plugin to work in browsers, the plugin consists mainly of two active component components and a mozilla plugin. But it is impossible to register them correctly in the registry. How can this be done using installshield when creating an installer?
The idea is that in order to register the dll with activex it is enough to execute the regsvr32 путь\до\activex.dll
command regsvr32 путь\до\activex.dll
from the console, is it possible to do this at the time of installation? If even manually copy all the keys, then the path specified in them will be valid only for my system, unlike other operating systems. And how to be in this case with the 64-bit version, there surely everything should be a little different?
And the second question is, how can I configure auto-update when creating an installer?
Or maybe you can tell Russian-speaking resources on this topic?
Thanks in advance for the answers!