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 hack-y way to do it, either way i found the bug
> report http://sourceforge.net/p/wix/bugs/3163/ so hopefully will be fixed
> soon :) Thanks
> 
> 
> On Tue, Nov 26, 2013 at 1:53 PM, Blair Murri <os...@live.com> wrote:
> 
> > The CustomAction tag inside of the UtilExtension for the deferred portion
> > of the XmlFile custom action doesn't have the HideTarget attribute set. I
> > thought there was an issue opened on that at some point, but I don't recall
> > right now.
> >
> > You could update the MSI post-binding to set that 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 change a connection string in a file and a
> > > Password is involved which i would like to hide or not log.
> > >
> > > <util:XmlFile Id="XML_File.exe.config"
> > >     File="[Dir_File]File.exe.config"
> > >    ElementPath="//configuration/connectionStrings/add[\[]@name='ABC'[\]]"
> > >     Action="setValue"
> > >    Name="connectionString"
> > >    Sequence="1"
> > >     Value="User ID=user;Password='[PASSWORD]';">
> > > </util:XmlFile>
> > >
> > > I also added:
> > > <Property Id="ExecXmlFile" Hidden="yes" ></Property>
> > > <Property Id="PASSWORD" Hidden="yes" Secure="yes" />
> > >
> > > 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=ExecXmlFile,,)
> > > MSI (s) (F8:8C) [11:43:03:074]: Executing op:
> > >
> > CustomActionSchedule(Action=ExecXmlFile,ActionType=3073,Source=BinaryData,Target=ExecXmlFile,CustomActionData=2€0€C:\Program
> > >
> > Files\ABC\File.exe.config€3€0€//configuration/connectionStrings/add[@name='ABC']€connectionString€User
> > > ID=user;Password='q9h581)D3]';)
> > >
> > ------------------------------------------------------------------------------
> > > Shape the Mobile Experience: Free Subscription
> > > Software experts and developers: Be at the forefront of tech innovation.
> > > Intel(R) Software Adrenaline delivers strategic insight and game-changing
> > > conversations that shape the rapidly evolving mobile landscape. Sign up
> > now.
> > >
> > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> > > _______________________________________________
> > > WiX-users mailing list
> > > WiX-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> > ------------------------------------------------------------------------------
> > Shape the Mobile Experience: Free Subscription
> > Software experts and developers: Be at the forefront of tech innovation.
> > Intel(R) Software Adrenaline delivers strategic insight and game-changing
> > conversations that shape the rapidly evolving mobile landscape. Sign up
> > now.
> > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
                                          
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to