Postby ddod » 18 Apr 2007 18:04
If I understand things correctly, what a patch to the NSIS installer would do is simply create an install option where the end user could choose whether or not to install the libnav dll. If they choose not to, then they would in essence be disabling all DVD functionality (basically just not be able to navigate DVD menus, right?).
If we want to maintain the ability to play unencrypted DVD's, then the libdvdcss would need to be removed at compile time.
Is that correct?
Maybe a good solution to this would be the provide two livdvdnav dll to the NSIS script, one with the embedded libdvdcss and one without. We then could add an install option where the end user could choose to disable DVD decryption. Depending on their choice, the installer would install the appropriate DLL.
Also you mentioned that I could re-run the NSIS script. In order to do that I would need to have all of the compiled binaries in the correct location for the NSIS script to find them. I am not finding any clear documentation on where to find the binaries and where NSIS is looking for them. I could get the binaries from off my system (after install) and then scour the NSIS script to figure out where it is looking for things. But before spending a large amounts of time doing this I was hoping to find out if this process had already been documented somewhere.
Thanks again for your help.
P.S. Thanks for your help on the Mac forum