-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Add options to enable PSRemoting and register Windows Event Logging Manifest to MSI installer #5999
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
Merged
Ilya (iSazonov)
merged 14 commits into
PowerShell:master
from
bergmeister:WiX_registerManifest_EnablePsRemoting
Feb 22, 2018
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
530b154
first simple prototype
bergmeister 80123a9
set default value of checkbox and make it work with elevation when ru…
bergmeister 3f49cd4
Use -File param on powershell.exe instad of command
bergmeister 15eb388
conditional logic to use first textbox value
bergmeister e4f200c
simplify conditional logic
bergmeister 74349c4
revert custom action renaming, which broke silent install
bergmeister 9e65a65
Add 2nd custom action with test file and change checkbox text as requ…
bergmeister 140db9e
call pwsh instead of powershell and assert against properties being 1
bergmeister 14c99a2
remove comment made during development
bergmeister 63b207a
Merge branch 'master' of https://github.com/PowerShell/PowerShell int…
bergmeister 26f5ae7
ignore return value because checkbox features are optional
bergmeister dbb7ebb
Merge branch 'master' of https://github.com/PowerShell/PowerShell int…
bergmeister ba98663
address PR feedback about formatting and wording
bergmeister ccf17e1
Merge branch 'master' of https://github.com/PowerShell/PowerShell int…
bergmeister File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we clean up on uninstall?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good thinking. I don't know too much about the details of the script but if you can tell me which script I should call in which way, we could certainly do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Steve Lee (@SteveL-MSFT) Travis Plunk (@TravisEz13) Any thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should have a separate issue to update the script (and probably turn it into a cmdlet) to have an uninstall switch that this installer can use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Christoph Bergmeister (@bergmeister) Could you please open new tracking Issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ilya (@iSazonov) There you go: #6215