AutomaticUpdater can't be found in subdirectory

I have a plugin that I made that uses AutomaticUpdater to update itself. It works great.

If I have my plugin and the AU plugin in the same folder as the host program my plugin launches from, everything works as expected. However, I really want all of my stuff in a subdirectory in the main program folder, so it's easier to keep track of. The host program has a path attribute that I can set so it can find my plugin and launch it.

However, when I put my plugin and all of the AU files in that subdirectory, my plugin launches fine, but then the main program throws an exception saying it can't find AutomaticUpdate.dll, even though it's right there with my plugin.

Is there a setting in AU that I'm missing, or does it seem that this might be a limitation of the host program my plugin was written for?

Thanks

This is a limitation of the host program. It's dynamically loading your plugin from the folder, but it fails to search that folder for dependencies.

I'd either contact the maker of the program, or just leave the AutomaticUpdater.dll, wyUpdate.exe, and the client.wyc files in the program's base directory.