Forum Discussion

carl_b's avatar
carl_b
Copper Contributor
Jan 23, 2019
Solved

What PE headers are invalid in files to be packaged?

Hi I've seen in the log files for the MSIX Packaging Tool the following line: Analyzing [{Common Programs}]\myfile.ext for invalid PE Headers. I have the ability to check the PE headers in my cust...
  • SteveThomas's avatar
    Jan 23, 2019

    Standard check to ensure the header is valid [valid Win32 application, Import Tables, ] and to get in front of any LoadLib issues. 

     

    Are you getting errors? If you are repackaging a standard installer, you are not likely to run into any issues here. Hopefully you're customer's aren't playing with ResHack, otherwise, nothing to worry about.