Hello!
This is related to an issue discussed a while ago here - how to hide properties from being written in a log.
I see that the source code for our inline PS scripts is written in the log file. What's worse, the parameters are logged also. Here is an example
Executing op: CustomActionSchedule(Action=CustomScript,ActionType=3073,Source=BinaryData,Target=RunPowerShellScript,CustomActionData=DigitallySignScript1Flags0LaunchDirParams"C:\test\" "argument1" "" "" "account" "password"Script#Requires -version 3
.....
I tried adding the name of the custom action to the value of the `MsiHiddenProperties`. Added a property with the same name and marked it hidden. Neither doesn't help. Early on in the log file I see the property as masked, but eventually its full source code and arguments are logged.
Is there any way to prevent the source/arguments from being logged?
Thanks!