elastic / elastic/elastic-stack-installers
Visual inconsistency "open explorer in data dir" and value of the checkbox passed in command line
Open
beats: all
bug
- Dominant language
- C#
- Stars
- 9
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
#40 introduced a checkbox on the last wizard page to optionally open data directory once user clicks "Finish". Public property `WIXUI_EXITDIALOGOPTIONALCHECKBOX` controls the state of the checkbox and whether action is executed or not. When this variable is passed in command line to msiexec:
```cmd
msiexec /l!*vx "winlogbeat-install.log" /i winlogbeat-7.5.0-windows-x86_64.msi WIXUI_EXITDIALOGOPTIONALCHECKBOX=0
```
Open directory action is not taken however UI did not update to the new value of the variable, however.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.