Changing app.configuration file during installation process with visual studio installer fails: Could not load file or assembly 'EntityFramework'
问题 Project Info: We are creating an installer project that allows users to choose a servername and databasename. After installation of the main program a corresponding database will be created. Installer project : Has an additional UI screen with two textboxes, containing servername and databasename. An custom action will be executed on installation and has the servername and databasename defined as custom action data. Main application: An installer class wires the after-installation event. This