Forum Discussion

Victor Vica's avatar
Victor Vica
Copper Contributor
Sep 07, 2020
Solved

Optional Package Cross Publisher Scenario - different publisher than Base Package

As stated https://docs.microsoft.com/en-us/archive/blogs/appinstaller/uwpoptionalpackages, Optional Packages should work with different publishers that the Base Package's one: "Cross Publisher Scena...
  • Dian Hartono's avatar
    Sep 08, 2020

    Hi Victor Vica

    You will need to specify the Publisher of the main application if they are different. Like so <uap4:MainPackageDependency Name="Main_app" Publisher="CN=xxxxxx" /> 

     

    Note that this is not supported in the Store. 

     

    Thank you,

    Dian 

     

Resources