winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 171d95bc05bd42c1f495814a996f82038acf8016
parent 28711270db1b3950f2ef614cfd934b8f3543f1ba
Author: Kaleb Luedtke <jluedtk@jci.com>
Date:   Thu,  3 Nov 2022 16:42:30 -0500

Get arguments when using archive type package (#2660)


Diffstat:
Msrc/AppInstallerCLICore/Workflows/InstallFlow.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/AppInstallerCLICore/Workflows/InstallFlow.cpp b/src/AppInstallerCLICore/Workflows/InstallFlow.cpp @@ -319,6 +319,7 @@ namespace AppInstaller::CLI::Workflow ScanArchiveFromLocalManifest << ExtractFilesFromArchive << VerifyAndSetNestedInstaller << + GetInstallerArgs << ExecuteInstallerForType(context.Get<Execution::Data::Installer>().value().NestedInstallerType); }