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
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