Hi john,

Do you have any sample for this, to move forward,..


Thanks for your help.

-----Original Message-----
From: John Cooper [mailto:jocoo...@jackhenry.com] 
Sent: 23 October 2014 19:26
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Is it possible to delete the Key/value pair from
web.config file during installation.

Yes, although I generally use an XSLT transform on my config files to remove
such elements immediately prior to assembling the installer.  Same goes for
values that work great for development, but need to be different (but
usually constant) in release.

--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing
Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:
431050 |jocoo...@jackhenry.com



-----Original Message-----
From: Bala [mailto:balakrish...@ameexusa.com]
Sent: Thursday, October 23, 2014 8:51 AM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] Is it possible to delete the Key/value pair from
web.config file during installation.

Hi,

 

Is it possible to delete the Key/value pair from web.config file during
installation.

 

I am able to add new key/value pair during the installation through the
below code.

<util:XmlFile Id='conf1' Action="createElement"
ElementPath="/configuration/appSettings" Name="add"
File="[$(var.ConfigFileID)]" Sequence="1" />

<util:XmlFile Id='conf2' Action="setValue"
ElementPath="/configuration/appSettings/add[\[]not(@key)[\]]" Name="key"
Value="ClientName" File="[$(var.ConfigFileID)]" Sequence="2"  />

                <util:XmlFile Id='conf3' Action="setValue"
ElementPath="/configuration/appSettings/add[\[]@key='ClientName'[\]]"
Name="value" Value="[CLIENTNAME]" File="[$(var.ConfigFileID)]" Sequence="3"
/>

            

Is it possible to delete the existing Key/value pair from web.config file
during installing.

 

 

Please send me the sample if possible

 

Thanks & Regards

Bala

 

----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
NOTICE: This electronic mail message and any files transmitted with it are
intended exclusively for the individual or entity to which it is addressed.
The message, together with any attachment, may contain confidential and/or
privileged information.
Any unauthorized review, use, printing, saving, copying, disclosure or
distribution is strictly prohibited. If you have received this message in
error, please immediately advise the sender by reply email and delete all
copies.


----------------------------------------------------------------------------
--
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to