diff --git a/BurnOutSharp/PackerType/WiseInstaller.cs b/BurnOutSharp/PackerType/WiseInstaller.cs index f0d7c966..dea33c24 100644 --- a/BurnOutSharp/PackerType/WiseInstaller.cs +++ b/BurnOutSharp/PackerType/WiseInstaller.cs @@ -33,10 +33,11 @@ namespace BurnOutSharp.PackerType if (data == null) return null; - // TODO: Keep this around until it can be confirmed with NE checks as well - // TODO: This _may_ actually over-match. See msvbvm50.exe for an example var neMatchSets = new List { + // WiseInst + new ContentMatchSet(new byte?[] { 0x57, 0x69, 0x73, 0x65, 0x49, 0x6E, 0x73, 0x74 }, "Wise Installation Wizard Module"), + // WiseMain new ContentMatchSet(new byte?[] { 0x57, 0x69, 0x73, 0x65, 0x4D, 0x61, 0x69, 0x6E }, "Wise Installation Wizard Module"), };