winget-cli
winget-cli copied to clipboard
Ensure default values are passed to nested installers within zip
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 zip installer)
Tests:
- Reenabled ZipWithMsi test
- All existing tests should pass