diff --git a/src/AppInstallerCLICore/Workflows/InstallFlow.cpp b/src/AppInstallerCLICore/Workflows/InstallFlow.cpp index d94a873392..ab35187a14 100644 --- 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().value().NestedInstallerType); }