Ability to specify extra msiexec options for powershell installer
Open
@wrightp is already working on this.
Since May 23, 2017.
Type: Enhancement
- Dominant language
- Ruby
- Stars
- 13
- Forks
- 55
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 8
Description
Feature Idea
Optionally Specify msiexec options
For some people I would think it would be nice to specify an optional list of msiec parameters that get passed into the install command. A good example of this might be specifying /norestart so that machine isn't forced to restart after the install occurs (seems bad for production). Another example might be adding an MSI log file with debug info to troubleshoot issues. These are just some ideas of practical uses. Just wanted to see if it made sense before I submitted actual code for something that will never get merged.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.