View Full Version : How to make a *COMBO* Installer (DivX5Pro + XviD + DivX3)
Xearo2K
22nd March 2002, 13:26
To make this clear, I would like to make my own installer that installs 3 different codecs using 1 single installation:
- DivX 5 Pro
- XviD
- DivX 3.11a
So I only have to run 1 installation on a fresh system.
I have *NO IDEA* how to make this...
Anyone who can help me this?
BIG thanks!
Xearo W.A.N.
Nic
22nd March 2002, 14:17
The new Nimo codec should do that (along with every other filter on the planet)
If you only want to do it for decoding (so that any system can play movies)
then the files you need are (all in the system directory):
xvid.dll
xvid.ax
divxdec.ax
DivX_c32.ax
(& just register the filters using regsvr32.exe, you could do that with just a batch file)
However, if you want the codecs for encoding, then look up the NSIS installer & sample nsis script in the xvid forum (good hunting :) )
Or look through .inf files (like the one to install the 3.11a VKI codec on divx-digest.com) to learn how to write them
-Nic
avih
22nd March 2002, 14:24
nic, u have the soul of an angel :)
Xearo2K
22nd March 2002, 15:10
Mucho gracais :)
But could you give me an example how to register those filters with regsvr32.exe ?
Thanks again :)
Nic
22nd March 2002, 15:13
To be honest if you dont know how to do that...then this may be out of your league (no offense):
regsvr32 /s xvid.ax (silent register)
Doing it in NSIS, is very easy. Doing it in an .INF isnt that much harder....but you should really look it up... :)
-Nic
chemmajik
23rd March 2002, 00:51
While your at it disable the ds-filter for Divx5Pro playing the old divx 3.11 alpha would be appreciated. Thats what was being discussed in the divx pro forum about the Pro 5 hijacking it.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.