-Original Message-
From: sree [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 24, 2008 00:07
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] MSI writing my password values to log file
hi,
in one of my dilaog we are taking the password as input to a property from
the user
Hi,
try to define your property with a default value in your wxs file and make
sure the Hidden attribute is set to "yes", and then use your custom action
to overwrite the default value for the property.
Kind regards,
Hans
>
> hi,
>
> in one of my dilaog we are taking the password as input to a
Specify [EMAIL PROTECTED]"yes" should leave the property out of the log
entirely. I'm not sure if
there's a way to not log the value but still log the fact that it changed.
Rob
sree wrote:
> hi,
>
> in one of my dilaog we are taking the password as input to a property from
> the user.
> we ar
hi,
in one of my dilaog we are taking the password as input to a property from
the user.
we are assingnig some properties in vbscript custom action as follows
Session.Property( OrganizationName & ".ADAdministratorPassword" ) =
Session.Property( "CRMAdministratorPassword" )
in the log file it
4 matches
Mail list logo