Hi!

I have developped an activex control that I want to display in a web page. This activex control can load some plugins (dll) so I have to compile it with the MD option. My problem is that my control need the redistribution package of VS2008 C++ to be installed first. I don't know much about ini files and I was wondering:

1/ do you know where I can learn what I can do with ini files? I was looking on internet some tutorials but I couldn't find any.
2/ Is it possible through an ini file to start the execution of vcredist_x86.exe when loading the control on a web page?
3/ Is it possible through the ini file to check whether the redistribution package is already installed or not?

One way is to add in the cab file all necessary dll, so I can avoid to launch the redistribution package. But in this case, my plugin dll for the activex control must be inside the same directory which is unfortunately not always the case.

Thanks for your time.
Help would be appreciated.