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.
I think you are looking for something like this:
http://foreachbiscuit.wordpress.com/2007/10/11/custom-webconfig-settings/