-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More Windows installer changes (#592)
- Add new `-InvokeWebRequestParameters` parameter. This can be used to specify extra options for all `Invoke-WebRequest` calls, like `-Proxy` and `-ProxyCredentials`. The `-Proxy` parameter to the installer function itself is left for backward-compatibility. - Add new `-OfflineInstallationPath` parameter for offline installs. This should be set to a directory that contains one or more files. For each component that the installer downloads (iotedged, Moby Engine, Moby CLI, VC Runtime), it first checks if the corresponding file is already present in this directory. If the file is there, it uses that instead of downloading from the internet. - Change Moby CLI from opt-in to opt-out. `-WithMobyCli` is renamed to `-SkipMobyCli` - Disable iotedge service before stopping it. If the service crashes while being stopped, Windows restarts it instead of leaving it stopped. - Skip VC Runtime installation if `system32\vcruntime140.dll` exists. - Change all references to "Moby Runtime" to "Moby Engine", except for the key in `config.yaml` Fixes #565
- Loading branch information
Showing
1 changed file
with
123 additions
and
58 deletions.
There are no files selected for viewing
This file contains 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