Share via

Windows/rescache/_merged

Anonymous
2018-10-17T11:21:14+00:00

I everybody, I'd like to know what are thouse *.pri files made for?

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2018-10-17T11:37:34+00:00

    Hello. I'm Rey, a Community Expert willing to help the users.

    PRI files were first introduced by Microsoft for the development of Windows 8 applications but are also used by subsequent versions, including 8.1 and 10. A PRI file is compiled from a .RESW source file, which is included as part of the development project. The file is created at build time to store an index of resources that are packaged with the developer's app. Typically, there is one PRI for every language in the application package. When the app is run, the system references the index in the PRI file to load the necessary resources.

    PRI files can be written back to plain text using the makepri dump command. The MakePRI.exe program is included with Microsoft software development kits. For the Windows 8 Developer Preview, it is located in the following directories:

    C:\Program Files (x86)\Windows Kits\8.0\bin\x64\
    C:\Program Files (x86)\Windows Kits\8.0\bin\x86\
    PRI files are also generated for Windows 10 applications. PRI files can typically be found in the following directories in Windows 10:

    C:\Program Files (x86)\Windows Kits\10\bin[version]\x64\
    C:\Program Files (x86)\Windows Kits\10\bin[version]\x86\
    Common PRI Filenames
    resources.pri - Common file name for PRI files stored in the root of a package

    Best Regards

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-10-17T11:49:50+00:00

    thank you Reynaldo, even if your answer is a bit abscond for me!

    have a nice day

    Luc

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2018-10-17T12:12:11+00:00

    Glad to help!. Have a nice day

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments