Unattended addition of modified OS files

Discussion in 'Windows Embedded' started by mraeryceos, Jun 1, 2013.

  1. mraeryceos

    mraeryceos MDL Novice

    Mar 12, 2011
    10
    1
    0
    Is there a way to add modified system files (like user32.dll.mui, shell32.dll.mui, etc) to the digitally signed cab packages, and have the installation of windows happen successfully?

    What happens if you add the modified files instead to install.wim? Do the non-modified files in the packages trump the modified ones in install.wim, so that you end up with non-modified files on the windows system partition?

    Does the use of modified system files guarantee the system will not pass a genuine test? Is there a way to fix the signatures on the modified files?
     
  2. mraeryceos

    mraeryceos MDL Novice

    Mar 12, 2011
    10
    1
    0
    #2 mraeryceos, Jun 3, 2013
    Last edited: Jun 3, 2013
    (OP)
    First, you have to use PeChecksum (or one of the other modifype replacements) on the modified files.

    Second the cab file contains a cat file within, and is digitally signed by microsoft (thank you "MDL Addicted") <-- this may be a problem.
    Using Makecat: msdn.microsoft.com/en-us/library/windows/desktop/aa388164%28v=vs.85%29.aspx
    Steps for signing a cab file: support.microsoft.com/kb/247257

    Signing a cab file, do you need "mycert.cer" or "mycert.pvk" from Microsoft? Is it secret?

    Using Makecat:
    Steps for signing a cab file:

     
  3. mraeryceos

    mraeryceos MDL Novice

    Mar 12, 2011
    10
    1
    0
    Work-around: ngohq.com/?page=dseo

    Driver Signature Enforcement Overrider 1.3b