Windsor: Loading installers from the execution folder
When using Windsor, it is necessary to load the various IWindowsInstallers into the container. One standard way of doing this is using a code similar to the below: The above code will load all the Installers that are located in the execution folder. However, in certain cases, when your code is running in different contexts, … Read more