Hello,

 

In this case, I am facing a problem. In spite of me putting Hidden="yes"
for my password property, password gets printed in the log file if it is
passed as a parameter to DLL through a custom action. I have set
HideTarget="yes" for this custom action, still it displays the password.

 

Am I missing out on anything?

 

Thank you,

 

Regards,

Pallavi.

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dana
Gutride
Sent: Thursday, June 07, 2007 1:12 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Password in the msi logs

 

You can set this in WiX by setting Hidden="yes" in the Property Element.

Dana

On 6/6/07, Aaron Shurts <[EMAIL PROTECTED]> wrote:

Add the property name to MsiHiddenProperties property.  This is a
semi-colon delimited list of properties whose values you do not want
written to the log.

http://msdn2.microsoft.com/en-us/library/aa370308.aspx

Regards,
//aj

On 6/6/07, Don Tasanasanta < [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

In my install UI I ask for a password and store it in a property. If
someone runs the install with logging turned on that property is found
in several places in the log along with the unprotected password. Is
there any way to prevent this? 


------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now. 
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list 
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now. 
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list 
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to