Log in

View Full Version : How can I create the Installer


djKuzmich
3rd March 2004, 16:03
I want to create the installer, using NulSoft install system, that will install "CoreVorbis audio decoder - CoreVorbis.ax",
"MatrixMixer - matrix_mixer.ax","Video decommpressor - cool1c32.ax".
What operations shall I do with this files?

Sirber
3rd March 2004, 18:12
read NSIS documentation :)

djKuzmich
3rd March 2004, 19:44
already read.

and I wrote this script

...Section copy files

SetOutPath $SYSDIR
File CoreVorbis.ax
File cool1c32.ax
File matrix_mixer.ax

SectionEnd

Section reg

RegDLL $SYSDIR\CoreVorbis.ax
RegDLL $SYSDIR\cool1c32.ax
RegDLL $SYSDIR\matrix_mixer.ax

SectionEnd

Is it possible to register DECODERS like this???

bill_baroud
3rd March 2004, 21:15
it's what the doc said no ?

but yes it's like that ...

celtic_druid
4th March 2004, 06:03
Corevorbis comes with a script. Why not just alter it to include the extra filters?

djKuzmich
5th March 2004, 13:32
YEAH! I finished dj Kuzmich codec pack (http://www.djkuzmich.nm.ru/dj_Kuzmich_Codec-Pack-v2.05.exe),
this allows to play DIVX video with OGG 5.1 sound!

Sirber
5th March 2004, 13:44
I don't want to break your fun, but look here:

http://satsuki.yatoshi.free.fr/download.htm