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
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
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
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
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=
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
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
: 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&
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";>
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.
---
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
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
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
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
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
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
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
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
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
://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
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
--
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
. 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
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
24 matches
Mail list logo