The "PropertyList" Command |
There are a number of properties (such as "MsiHiddenProperties" and "SecureCustomProperties") which are lists of properties or values. This command can be used to add to these lists. To simply set a properties value use the "Property" command instead.
This command takes these parameters:
EXAMPLE |
;--- Don't log these values! --- <$PropertyList "MsiHiddenProperties" Value="Password1"> <$PropertyList "MsiHiddenProperties" Value="Password2">