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 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 is showing as follows..
>
> MSI (c) (E0!70) [15:37:19:570]: PROPERTY CHANGE: Adding OrganizationName
> .ADAdministratorPassword property. Its value is 'password.
> OrganizationName .ADAdministratorPassword = password (what the user
> entered)
>
>
> I want to encrypt such values in the log file. how can I do it. Please
> suggest.
>
> regards,
> sree.
> --
> View this message in context:
> http://n2.nabble.com/MSI-writing-my-password-values-to-log-file-tp1114665p1114665.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to