Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9039461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T09:44:10+00:00 2026-06-16T09:44:10+00:00

Below is the format MSDN specifies a Publisher Configuration File (policy) should be for

  • 0

Below is the format MSDN specifies a Publisher Configuration File (policy) should be for the WinSxS DLL. I am confused as to what the file should be name (maybe .dll.config). All the information online is about Managed Assemblies, which state to create a policy DLL, sign it, and it can easily be installed using Wix.

I have successfully created a DLL and installed it to the WinSxS folder by creating a manifest file that describes it as a WinSxS dll. I need information on creating a policy file for new DLL versions, that would allow applications that are binded to older versions of the DLL to bind to the new DLL.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
   <assemblyIdentity type="win32-policy" 
      publicKeyToken="b09aca5b7f613458" 
      name="policy.1.0.ssc" 
      version="1.0.0.0" 
      processorArchitecture="x86"/>
   <dependency>
      <dependentAssembly>
         <assemblyIdentity 
            type="win32" 
            name="ssc"  
            processorArchitecture="x86" 
            publicKeyToken="b09aca5b7f613458"/>
         <bindingRedirect oldVersion="0.0.0.0" newVersion="1.0.0.0"/>
      </dependentAssembly>
   </dependency>
</assembly>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T09:44:11+00:00Added an answer on June 16, 2026 at 9:44 am

    First you create the policy file using the manifest format described in the question. Then you create a verification catalog for the policy using ‘makecat’. So once you have already created the verification catalog file (and signed it) for the POLICY, you can use the wix configuration below. Don’t forget that the bindingRedirect component describes what versions will bind to specific DLLs.

    <Component Id="PolicyComp" Guid="GUID-HERE" Win64="$(var.Win64)">
      <File
         Id="policy_manifest"
         Assembly="win32"
         Name="policy.<dll_name>.dll.manifest"
         KeyPath="yes"
         AssemblyManifest="policy_manifest"
         Source="$(var.release_dir)\policy.<dll_name>.dll.manifest"
         Vital="yes"
      />
      <File
         Id="policy_catalog"
         Name="policy.<dll_name>.dll.cat"
         Source="$(var.release_dir)\policy.<dll_name>.dll.cat"
         Vital="yes"
      />
    </Component>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having an xml file in the below format: <Query> <map> <value name=val1>1</value> <value
I have a file in below format. DATE Time, v1,v2,v3 05:33:25,n1,n2,n3 05:34:25,n4,n5,n5 05:35:24,n6,n7,n8 and
I want to create a XML file in csharp like the below format pls
I have se the below date format in the codeignitor config.php $config['log_date_format'] = 'd/m/Y';
I receive a date in the format below from a json file. Im not
I have a file in the format below: 995957,16833579 995959,16777241 995960,16829368 995961,50431654 I want
I data in the below format (List of HashMap's) {TeamName=India, Name=Sachin, Score=170} {TeamName=India, Name=Sehwag,
I data in the below format (List of HashMap's) {TeamName=India, Name=Sachin, Score=170} {TeamName=India, Name=Sehwag,
I have a huge text file with below format (as an ASCII file). I
I have date-time strings in the below format [yyyymmddhhmmss+TZ] 20110711114445+08, 20110711114445+05.30. How should i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.