put the .ax in the windows/system folder
create a .txt file eith the following content:
C:\WINDOWS\SYSTEM\regsvr32.exe c:\windows\SYSTEM\matroskasplitter.ax
rename the file to .bat and run it -> the .ax is registered
you can unregister the .a xwith this:
C:\WINDOWS\SYSTEM\regsvr32.exe /u c:\windows\SYSTEM\matroskasplitter.ax
|