Ryan
Ryan
Resolves #2368 Changes: - Handles the scenario for installing a portable where a user does not have developer mode enabled or is not running as admin by skipping the symlink...
Related to: #140 Changes: - Added a spec doc for detailing how ZIP installers will be supported. ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/microsoft/winget-cli/pull/2270)
Fixes #2392 Changes: - Changes installer.InstallerType -> installer.BaseInstallerType. - Created a method called EffectiveInstallerType() that returns the actual installerType that will be executed (i.e. the NestedInstallerType if it is a...
### Description of the new feature / enhancement As more manifest schema versions come out, Winget-Create should still support previous manifest schema versions either when generating a new manifest or...
### Description of the new feature / enhancement In winget-create, at various stages we can check to see if a user is trying to submit duplicates to the repo: First...
Currently, we block users from creating a new manifest if they attempt to create a manifest with a package id that already exists in the winget-pkgs repo. We should include...
If the installer download fails, the user should still be allowed to create the full manifest if they want to as long as they provide the information they need to...
Narrator is announcing the complete line while typing each character. For example: When a user types a character for ‘Package unique identifier’ field, narrator announces the typed character followed by...
The current DefaultConsoleDriver implementation is internal and makes it impossible to override any of the behaviors of the DefaultConsoleDriver class to fit my needs. Some suggestions that I have would...
Resolves #140 This PR adds functionality for supporting the installation of portable(s) from a zip archive. Changes: - PortableEntry has been removed and replaced with PortableInstaller, which encapsulates the state...