Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password isn't always hidden #4967

Closed
wixbot opened this issue Nov 19, 2015 · 1 comment
Closed

Password isn't always hidden #4967

wixbot opened this issue Nov 19, 2015 · 1 comment
Milestone

Comments

@wixbot
Copy link

wixbot commented Nov 19, 2015

Hello. Password is hidden only with argument type
password=somePassword

But other types are allowed and write password in explicit way:
-password somePassword
-password=somePassword
password somePassword

For example:

  1. ... password=somePassword
    Command Line: '-burn.unelevated ... password=*****'
  2. ... password somePassword
    Command Line: '-burn.unelevated ... password somePassword'
    ...

Problem is around here, need to hide arguments in extra cases
https://github.com/wixtoolset/wix3/blob/39a7478c446684976652993531fc954fff405844/src/burn/engine/core.cpp#L1313

Originally opened by utahjazz777

@wixbot
Copy link
Author

wixbot commented Nov 20, 2015

Burn supports name=value syntax. If you want to suppress all command-line logging, please open a new feature request in WiX v4.x.

Release changed from v3.10 to v3.x
Resolution set to feature
Status changed from Untriaged to Resolved

@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant