Ryan

Results 34 issues of 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...

Issue-Feature

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...

Issue-Bug

### 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...

Issue-Feature

### 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...

Issue-Feature

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...

Issue-Feature

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...

Issue-Feature

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...

Issue-Feature
Help-Wanted

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...

enhancement

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...

Issue-Feature