I'm creating an installer for website. There is a custom dialog for setting up the connection string. After installation it is written to the Web.config. But before the installation user see an empty edit box. Is there any way to read the default connection string from the Web.config from the embedded cab file to show it in the edit box before the installation process?
For now the only solution I see is to write that default value manually. But this way I will have to synchronize it with the content of the Web.config before MSI is created.