From 63e43bdd684d985b715645ff7842490cc097cc9d Mon Sep 17 00:00:00 2001 From: Kaleb Luedtke Date: Thu, 3 Nov 2022 18:37:23 -0500 Subject: [PATCH] Revert "Get arguments when using archive type package (#2660)" 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); }