xml文件如下:
<?xml version="1.0" encoding="gb2312" standalone="no"?>
<app>
  <catalog name="appSettings">
   
    <entry key="connString">Provider=SQLOLEDB.1;Persist Security Info=False;User ID=用户名;password=密码;Initial Catalog=数据库名称;Data Source=SERVER;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=LIZHIYONG;Use Encryption for Data=False;Tag with column collation when possible=False</entry>  </catalog>
</app>
我想在安装程序的时候,由用户通过文本框输入User ID ,password,Initial Catalog,信息 然后再在写回xml文件,更改User ID=?;password=?;Initial Catalog=?
帮我看看怎么来实现。