-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Default install root #970
Labels
Area-Manifest
This may require a change to the manifest
Issue-Feature
This is a feature request for the Windows Package Manager client.
Milestone
Comments
denelon
added
Issue-Feature
This is a feature request for the Windows Package Manager client.
Area-Manifest
This may require a change to the manifest
labels
May 18, 2021
This was referenced May 18, 2021
This was referenced May 20, 2021
How about: Installers:
- InstallerType: exe
InstallerArchitecture: x64
InstallerSHA256: 12341234123412341234123412341234123412341234
InstallerURL: https://www.contoso.com/awesomeapp/1.0.0/awesomeapp.x64.exe
InstallLocationRequired: boolean |
winget-cli/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json Lines 363 to 366 in 5a97e26
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Manifest
This may require a change to the manifest
Issue-Feature
This is a feature request for the Windows Package Manager client.
Description of the new feature/enhancement
Some packages are installed based on the location of the installer on the drive. This can be an undesired behavior, and may be further complicated by packages with long paths like Python as discovered in microsoft/winget-pkgs#13076.
Proposed technical implementation details (optional)
Extend the manifest to support packages that install based on the location of the installer on the device.
Provide a setting for a default install root location. (/)
Support an argument to specify the install location.
Modify the client to prompt users for an install location when one is required and none is specified in settings.
The text was updated successfully, but these errors were encountered: