Log in

View Full Version : Nullsoft Install System


SimonSez07
2nd April 2002, 05:33
I am vaguely familiar with Windows Setup Information Files (*.inf) and how to implement one to install a codec or whatever (DivX 3.11 comes to mind). I much prefer the Nullsoft Install System, but am just becoming familiar with it.

I'm not sure if this forum is the place for such a question, but I am wondering how to implement a line such as:

[Installable.Drivers]
divxa32 = 1:DivXa32.acm, "msacm.divxa32" , "DivX Audio Codec" , , ,

... from an INF file into a NSIS script. I am not entirely sure what this line does in the INF script so I don't know how to implement such functionality in a NSIS script.

Any input on what such a line's purpose is and/or how to replicate it in an NSIS script would be a great help.


Thanks,

- Simon

BlackSun
2nd April 2002, 12:55
You should ask Koepi on the XviD forum

SimonSez07
3rd April 2002, 19:26
is koepi the creator of the ogg direct show package, because i know that uses the nullsoft install system.

koepi, if u would be so kind to post the install script for that direct show package, that would be very helpful.

thanks
- simon