How to hide the value of customactiondata in logs of MSI?
问题 I have a deferred custom action which fetches a property using Customactiondata, it contains the value of password that should not be displayed in the log . Packaging tool used: WIX Custom action written in C++ I have tried the below workarounds nothing seems to be working. Marked the property and CA name as hidden Hidetarget = yes in CA definition what needs to be done? Code: <CustomAction Id="CASETLOGINFORRCSERVICES" Return="check" HideTarget="yes" Execute="deferred" Impersonate="no"