-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
installer: add page #21917
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
+28
−0
Merged
installer: add page #21917
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
aa31c5e
installer (osx): add page, part of #6431
spiritualhost a127952
installer: remove leading slashes from placeholder paths
spiritualhost 54c648f
Apply suggestions from code review
spiritualhost 3929d8b
installer: apply more info link suggestions from code review
spiritualhost f6d0b31
installer: fix line endings
spiritualhost 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # installer | ||
|
|
||
| > Install system software and packages to a specified domain or volume. | ||
| > More information: <https://ss64.com/mac/installer.html>. | ||
|
|
||
| - Install a Python package to the root volume with verbose output: | ||
|
|
||
| `sudo installer -verbose {{[-pkg|-package]}} {{path/to/python-version.pkg}} {{[-tgt|-target]}} /` | ||
|
|
||
| - Display list of packages (or subpackages for `.mpkg`) that can be installed on the target volume: | ||
|
|
||
| `installer -pkginfo {{[-pkg|-package]}} {{path/to/package.pkg}}` | ||
|
|
||
| - Display list of volumes onto which the package can be installed: | ||
|
|
||
| `installer -volinfo {{[-pkg|-package]}} {{path/to/package.pkg}}` | ||
|
|
||
| - Display list of domains into which the package can be installed: | ||
|
|
||
| `installer -dominfo {{[-pkg|-package]}} {{path/to/package.pkg}}` | ||
|
|
||
| - Generate XML of install choices for a package: | ||
|
|
||
| `installer {{[-pkg|-package]}} {{path/to/package.pkg}} -showChoiceChangesXML` | ||
|
|
||
| - Install package using XML config instead of command line parameters: | ||
|
|
||
| `sudo installer {{[-pkg|-package]}} {{path/to/package.pkg}} -file {{path/to/config-file}}` | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.