[WiX-users] Util:XmlFile Custom Action Displaying Sensitive Information in Log Files

2014-04-11 Thread Kevin Spence
Hi all, How does one handle the situation where the Util:XmlFile custom action logs sensitive information to the log file? Eg: MSI (s) (F8:8C) [11:43:03:072]: Executing op: ActionStart(Name=ExecXmlFile,,) MSI (s) (F8:8C) [11:43:03:074]: Executing op: CustomActionSchedule(Action=ExecXmlFile,Action

Re: [WiX-users] util:XmlFile hide logging of sensitive information

2013-11-28 Thread Blair Murri
That bug now lives here: http://wixtoolset.org/issues/3859/ > From: ilir...@gmail.com > Date: Wed, 27 Nov 2013 11:07:14 +0100 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] util:XmlFile hide logging of sensitive information > > Updating MSI sounds really h

Re: [WiX-users] util:XmlFile hide logging of sensitive information

2013-11-27 Thread Ilir Bekteshi
t; > From: ilir...@gmail.com > > Date: Tue, 26 Nov 2013 12:30:11 +0100 > > To: wix-users@lists.sourceforge.net > > Subject: [WiX-users] util:XmlFile hide logging of sensitive information > > > > Hi, > > > > I'm using util:XmlFile to change a connectio

Re: [WiX-users] util:XmlFile hide logging of sensitive information

2013-11-26 Thread Blair Murri
hat bit in the custom action attributes. > From: ilir...@gmail.com > Date: Tue, 26 Nov 2013 12:30:11 +0100 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] util:XmlFile hide logging of sensitive information > > Hi, > > I'm using util:XmlFile to cha

[WiX-users] util:XmlFile hide logging of sensitive information

2013-11-26 Thread Ilir Bekteshi
Hi, I'm using util:XmlFile to change a connection string in a file and a Password is involved which i would like to hide or not log. I also added: But still there is one line that is being logged and would appreciate any help: MSI (s) (F8:8C) [11:43:03:072]: Executing op: ActionStart(Name=

Re: [WiX-users] util:XmlFile

2012-11-16 Thread Peter Shirtcliffe
users@lists.sourceforge.net Subject: Re: [WiX-users] util:XmlFile Ah! Let's see if that does the trick ... why is this formatted? Strange effect, in any case. Does work to escape the []s, though. Thanks, Keith Douglas Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 Statistiq

Re: [WiX-users] util:XmlFile

2012-11-16 Thread Keith.Douglas
ion for Windows Installer XML toolset. Subject: Re: [WiX-users] util:XmlFile >From the help for ElementPath " Note that this is a formatted field and therefore, square brackets in the XPath must be escaped. In addition, XPaths allow backslashes to be used to escape characters, so if you in

Re: [WiX-users] util:XmlFile

2012-11-16 Thread Peter Shirtcliffe
: 16 November 2012 15:14 To: wix-users@lists.sourceforge.net Subject: [WiX-users] util:XmlFile Hi everyone, I have a small testing (to teach myself how to do these things) installer that basically just uses util:XmlFile to edit a config file http://schemas.microsoft.com/wix/UtilExtension&

[WiX-users] util:XmlFile

2012-11-16 Thread Keith.Douglas
Hi everyone, I have a small testing (to teach myself how to do these things) installer that basically just uses util:XmlFile to edit a config file http://schemas.microsoft.com/wix/UtilExtension"; xmlns="http://schemas.microsoft.com/wix/2006/wi";>

Re: [WiX-users] util:XmlFile using old property value

2012-11-09 Thread Nick Ramirez
Have you tried making the name of the property all uppercase? SERVICE_URL? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/util-XmlFile-using-old-property-value-tp7581739p7581838.html Sent from the wix-users mailing list archive at Nabble.com. ---

Re: [WiX-users] util:XmlFile executes repeatedly

2010-11-08 Thread marzena
Heureka! did the job. > Původní zpráva > Od: marzena > Předmět: Re: [WiX-users] util:XmlFile executes repeatedly > Datum: 07.11.2010 20:32:54 > > Thanks for your response. Now I understand, what you've mea

Re: [WiX-users] util:XmlFile executes repeatedly

2010-11-07 Thread marzena
Thanks for your response. Now I understand, what you've meant before. I still do not understand, why the installer executes the component, which deploys to the target file system a file, that has been already deployed. On the other hand, you're right I am mixing two approaches. Will try to change

Re: [WiX-users] util:XmlFile executes repeatedly

2010-11-06 Thread Rob Mensching
If you're going to configure the settings via your installer then in Step 3 the Administrator should go through the installer to update the settings. Either you set your setting via the installer or you don't. Mixing and matching gets you into all these crazy scenarios like below. My preference i

Re: [WiX-users] util:XmlFile executes repeatedly

2010-11-05 Thread marzena
Thank you, Rob, for your suggestion. But I am afraid this does not solve my problem completely. I have been already considering implementing this pattern, but I suppose that would lead me into the same problem - only the problem would appear bit later.. Consider this scenario: 1) user1 installs th

Re: [WiX-users] util:XmlFile executes repeatedly

2010-11-05 Thread Rob Mensching
I think you'll want to implement this pattern: http://robmensching.com/blog/posts/2010/5/2/The-WiX-toolsets-Remember-Property-pattern On Fri, Nov 5, 2010 at 9:54 AM, wrote: > Hi all, > > i created WiX installer project for deploying my .net winform app on a > customer machine. The app is very si

[WiX-users] util:XmlFile executes repeatedly - source

2010-11-05 Thread marzena
Hi all, attachments are probably not allowed :-). This is the source related to my previous post. Thanks for any help on it. Regards, Marek http://schemas.microsoft.com/wix/2006/wi"; xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension"; xmlns:util="http://schemas.microsoft.c

[WiX-users] util:XmlFile executes repeatedly

2010-11-05 Thread marzena
Hi all, i created WiX installer project for deploying my .net winform app on a customer machine. The app is very simple - it only scans some documents and saves the images to database on a server. The scanner is quite expensive device, there is only one in the company, but there are approx. fou

[WiX-users] util:XmlFile "LGHT0204: ICE03: Invalid format string; "

2010-09-15 Thread Michael_A
Hi, I'm getting the following error "LGHT0204: ICE03: Invalid format string;" in my Element path http://schemas.microsoft.com/practices/2010/unity'[\]][\[]1[\]]/*[\[]local-name()='container' and namespace-uri()='http://schemas.microsoft.com/practices/2010/unity'[\]][\[]1[\]][\[]/*[local-na

Re: [WiX-users] util:XmlFile, conditionally set value

2009-10-27 Thread Blair
ect: [WiX-users] util:XmlFile, conditionally set value Any ideas on how to conditionally set a value in an xml? Based on a global variable, CLIENTNAME, I want to set a value in a web.config. Something like the following, but, I know it does not work: Thanks, Sc

Re: [WiX-users] util:XmlFile, conditionally set value

2009-10-27 Thread Alexander Shevchuk (Volt)
://wix.sourceforge.net/manual-wix2/wix_xsd_condition.htm - Condition Alex -Original Message- From: Scott Vickery [mailto:svick...@cavucorp.com] Sent: Tuesday, October 27, 2009 11:32 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] util:XmlFile, conditionally set value Any ideas on

[WiX-users] util:XmlFile, conditionally set value

2009-10-27 Thread Scott Vickery
Any ideas on how to conditionally set a value in an xml? Based on a global variable, CLIENTNAME, I want to set a value in a web.config. Something like the following, but, I know it does not work: Thanks, Scott --

[WiX-users] util:xmlfile writing the entire xml to a single line

2009-08-26 Thread Ben Hegarty
Hi, Does anyone know why if we have a whole hunk of xml to write and we do so using the util:xmlfile it all gets output into the xml file as a single line? Regards Ben -- Let Crystal Reports handle the reporting - Free Crys

Re: [WiX-users] util:XmlFile question

2008-05-08 Thread Rob Mensching
. but none seems very suspect. XmlConfig was created to address those problems. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Qiu, Wenning Sent: Thursday, May 08, 2008 11:56 To: wix-users@lists.sourceforge.net Subject: [WiX-users] util:XmlFile question

[WiX-users] util:XmlFile question

2008-05-08 Thread Qiu, Wenning
I am evaluating the functionality of WiX XmlConfig/XmlFile elements. Using util:XmlFile with Permanent="no", I am expecting the element node to be created when the msi is installed and removed when the product is uninstalled. The code is as follows: The element node 'First' gets created when i