i want to make installer of my application now the issue is that i am using 3rd party active x control , when using new machine i have to register that control on new computer before running my application , please guide me how to register my active x control.
the thing which is want to achieve is :::
1) when installer starts it runs a command as administrator regsvr32 air.ocx , where air.ocx is my active x control.
2) then it installs my application as normal,
kindly guide me , thanks in advance.