I have a Visual Studio solution that has a Web Site, Installer class, and a Basic MSI project.The Basic MSI project references the Installer class DLL as it contains the custom actions I wish to be performed during the web site install.My problem is ...