I declare the property:
<Property Id="WEBAPPPOOL_PASSWORD" Hidden="yes" Secure="yes"/>
This is how I use my password controls: 
<Control Id="textBoxPassword" Type="Edit" Height="15" Width="177" X="180" 
Y="152" Property="WEBAPPPOOL_PASSWORD" Password="yes" TabSkip="no" />

Logfile:
MSI (c) (70:1C) [14:50:59:778]: PROPERTY CHANGE: Adding WEBAPPPOOL_PASSWORD 
property. Its value is '**********'


-----Original Message-----
From: Jeremiahf [mailto:jeremi...@gmail.com] 
Sent: May-02-13 5:08 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Hide/blank out Passwords in MSI log file

Has anyone had luck with this?



I have tried using Hidden, HideTarget  and I still see the password in my logs. 
Is this still a bug in windows installer?



Thanks in advance,
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free 
troubleshooting tool designed for production Get down to code-level detail for 
bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to