Aug 03, 2022
02:06 AM
Hello,
We have found the same problem. We have a Powershell Custom Action, stored in BinaryTable modifying system information and therefore running in Deferred Mode in System Context. The Custom Action Hidden Target option is set and the property is included in the msiHiddenProperties table. This log snippet shows that the data is hidden by MSI (line 1) but InstallShield outputs the sensistive data twice, once with its own logging and once with the Powershell wrapper: . . . (Action=CAInstallEdefice_BOLCOMPlusPS,ActionType=11265,Source=BinaryData,Target=**********,CustomActionData=**********) MSI (s) (10:C4) [15:53:38:787]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIC8C7.tmp, Entrypoint: m5 InstallShield: Attempting to load through CLR 4 APIs... InstallShield: Getting meta host... InstallShield: Enumerating available runtimes... InstallShield: Highest available runtime: v4.0.30319 InstallShield: Trying to use highest runtime... InstallShield: Using highest version runtime... InstallShield: Ignoring CustomActionData substring "<SENSITIVE DATA HERE>" InstallShield: Deferred action requested property MsiHiddenProperties not provided by CustomActionData InstallShield: Loading assembly ClrPsHelper from resource 4097 InstallShield: Calling method with parameters [(System.UInt32)2067, (System.String)C:\Users\Administrator\AppData\Local\Temp\eb3eab50-f218-4536-a8e2-36f124d4a5fc\CATEST.ps1] PowerShell wrapper: Ignoring CustomActionData substring "<SENSITIVE DATA HERE>" PowerShell wrapper: Deferred action requested property MsiHiddenProperties not provided by CustomActionData PowerShell wrapper: CATEST - checkpoint InstallShield: Loading Assembly Microsoft.PowerShell.Commands.Management.resources . . .
Is there any movement on this? Is there a setting to disable the InstallShiels logging?
Thanks.
... View more
Latest posts by rufus_smith
Subject | Views | Posted |
---|---|---|
940 | Aug 03, 2022 02:06 AM |
Activity Feed
- Posted Re: powershell custom action is logging sensitive information MSI on InstallShield Forum. Aug 03, 2022 02:06 AM