Hi,

I am using WIX 2.0

I have created a cmd line MSI to install an asp.net 2.0.

One of the parameter inputs is the IP address of the respective application
database.

I would like to update my connections.config file with this IP  eg of config

I have seen examples where the wix user is updating a single xml value but i
want to just replace the ip a substring of connectionString value.

<connectionStrings>
  <add name="MYDB"
connectionString="server=1.0.0.27;database=TestTime;Integrated
Security=true;User Id=TestTime_User;Password=Test0;Min Pool Size=5;Max Pool
Size=100;Trusted_Connection=false;Connect Timeout=120;"
    providerName="System.Data.SqlClient" />
 </connectionStrings>


any help would be appreciated
-- 
View this message in context: 
http://n2.nabble.com/Amending-config-file-on-install-tp1082305p1082305.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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