My config file is simple. Just a configuration section.

 

<configuration>

 

</configuration>

 

I want to add a connectionStrings section inside the existing element.

 

<configuration>

            <connectionStrings>

</connectionStrings>

</configuration>

 

However, the installer always does this

 

<configuration>

            <connectionStrings/></configuration>

 

<XmlConfig Id="XMLMachine10" File="C:\hfshostingservice.exe.config"
On="install" ElementPath="/configuration" Node="element"
Name="connectionStrings" Action="create" Sequence="1"/>

 

 

 

Any ideas?

Chad

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to