What you can try doing is use the XMLFile tag to alter the web.config file

Simply use this in a component:
        <XmlFile 
          Id="Name" 
          Action="setValue" 
         
ElementPath="/appSettings/[EMAIL PROTECTED]/@value"
          File="[INSTALLDIR]User.config" 
          Value='what ever you want the value attribute to change to'
        />


Petrut Andrei wrote:
> 
>   Hi. Does anyone know how to modify a web.config
> file?
> I have a page in a setup where I want to let the user
> to change the language of the application that he
> wants to install and I have to modify the web.config
> file to do that. Please give me a hint. Thanks in advance.
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Web.Config-tf2159842.html#a5970548
Sent from the wix-users forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to