- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Hide password in logs in Suite/Advanced UI setup
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
Is there a way to hide some sensitive properties from logging is Suite/Advanced UI projects when using /debuglog command line. Something similar to MsiHiddenProperties for MSI projects?
There is PasswordBox control binded to a property. The password is written to log in clear-text when the user enters it, and when it is passed to the msi command line.
Thanks,
Péter
The log right now looks like this:
10-11-2021[10:58:25 AM]: Engine: property 'ServiceAccountPassword' value now 'm'
10-11-2021[10:58:25 AM]: Engine: property 'ServiceAccountPassword' value now 'my'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'myp'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypa'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypas'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypass'
10-11-2021[10:58:26 AM]: Engine: property 'ServiceAccountPassword' value now 'mypassw'
10-11-2021[10:58:27 AM]: Engine: property 'ServiceAccountPassword' value now 'mypasswo'
10-11-2021[10:58:27 AM]: Engine: property 'ServiceAccountPassword' value now 'mypasswor'
10-11-2021[10:58:27 AM]: Engine: property 'ServiceAccountPassword' value now 'mypassword'
10-11-2021[10:59:27 AM]: Final command line: REBOOT=ReallySuppress TRANSFORMS=1033.mst SERVICEPASSWORD="mypassword" <rest of command line removed>
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Found the solution: there is an ISHiddenProperties for suite setups.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Found the solution: there is an ISHiddenProperties for suite setups.