2007-03-21, 09:23 PM
sub Wrote:That said, I dont know if you really want to create a gbpvr.exe.config though, since I've seen other plugins do it aswell, which could lead to trampling on each others stuff.Sub I tried your example config file and it works but I agree it's preferable for plugins not to mess with gbpvr's config file.
Would it make sense for gbpvr to use AppDomainSetup.PrivateBinPath to add something like Plugins/SharedDLL to the private bin path? Instead of dumping their utility dll's into gbpvr's root, plugin installers would dump them into there.
This would make it clear which dll's belong to gbpvr and which belong to plugins.
If you added something like this to gbpvr, I'd modify XRecord's installer right away to use it.