From 821ade2006c6e249a189f1042e53bdde9b74f61d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 2 Sep 2025 13:27:52 -0400 Subject: [PATCH] That was funny --- SabreTools.Serialization/Wrappers/WiseSectionHeader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreTools.Serialization/Wrappers/WiseSectionHeader.cs b/SabreTools.Serialization/Wrappers/WiseSectionHeader.cs index 82c1020b..ffc31fc0 100644 --- a/SabreTools.Serialization/Wrappers/WiseSectionHeader.cs +++ b/SabreTools.Serialization/Wrappers/WiseSectionHeader.cs @@ -250,7 +250,7 @@ namespace SabreTools.Serialization.Wrappers return false; // Extract main MSI file - if (ExtractFile("ExtoutputDirectory: ractedMsi.msi", outputDirectory, MsiFileEntryLength, includeDebug) != ExtractionStatus.GOOD) + if (ExtractFile("ExtractedMsi.msi", outputDirectory, MsiFileEntryLength, includeDebug) != ExtractionStatus.GOOD) { // Fallback- seek to the position that's the length of the MSI file entry from the end, then try and // extract from there.