From bbcfd21728907b259d907d7391c2ffd4e5f206dd Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Thu, 3 Nov 2022 21:10:33 -0500 Subject: [PATCH] Revert "Get arguments when using archive type package (#2660)" (#2663) This reverts commit 171d95bc05bd42c1f495814a996f82038acf8016. --- src/AppInstallerCLICore/Workflows/InstallFlow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AppInstallerCLICore/Workflows/InstallFlow.cpp b/src/AppInstallerCLICore/Workflows/InstallFlow.cpp index ab35187a14..d94a873392 100644 --- a/src/AppInstallerCLICore/Workflows/InstallFlow.cpp +++ b/src/AppInstallerCLICore/Workflows/InstallFlow.cpp @@ -319,7 +319,6 @@ namespace AppInstaller::CLI::Workflow ScanArchiveFromLocalManifest << ExtractFilesFromArchive << VerifyAndSetNestedInstaller << - GetInstallerArgs << ExecuteInstallerForType(context.Get().value().NestedInstallerType); }