Assemblies locations (other than MaxInstall folder)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey there,
We've been using some Assemblies (C# as far as I'm aware, I'm not the writer of the plugin) and I'm trying to see if there is a place that we can put them that doesn't require Admin write access to have them launch at the start of Max
I've been able to include some .gup files by just adding the path to their folder to the
Plugin.UserSettings.ini
in the Appdata folder for the Max version. I have not been able to find a way to include the needed dll files as well. I assume there must be a place in appdata or one of the ini files that I can add in the folder path for these dll files (without moving them)
Main reason I'm trying to find a way to do this is to avoid having to get artists/users to run batch scripts with Admin rights when there's an update to the dll files.
Any help would be greatly appreciated.