1

I have an MSI file that was created from an ASP.NET MVC setup project. I want to be able to see if a specific C# change made it into that MSI file.

I used 7-zip to extract the contents, but the only .DLL or .EXE I see in the contents appears to be an icon resource ("Icon._853F67D554F05449430E7E.exe"). When I try to decompile it in ILSpy I get this diagnostic: "This file does not contain a managed assembly."

The rest of the files do not seem to have extensions. I'm wondering if MSI's further compress things down or perhaps the code is now compiled past the IL to machine binary (Roslyn, etc).

Does anyone know how I can inspect the C# code?

enter image description here

0 Answers0