winget-cli icon indicating copy to clipboard operation
winget-cli copied to clipboard

Ensure default values are passed to nested installers within zip

Open ryfu-msft opened this issue 3 years ago • 0 comments

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
Microsoft Reviewers: Open in CodeFlow

ryfu-msft avatar Aug 03 '22 22:08 ryfu-msft