I am able to modify database conection and mailsetting web.config from web setup project; however can't figure out how to modify a custom section:
<configuration>
<projectConfig siteName="name" supportEmail="" adminEmail="" thumbnailSize="120" />
</configuration>
I get these values from a cutom action in my setup project. Thanks in advance.