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

Reply via email to