You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this sample I just deploy the main app and it's optional package.
In the Windows "Settings/Apps/Installed apps" I see the optional package and I uninstall it, and the uninstall occurs normally without interfering with the main app.
But I need to prevent the main app and the optional package from showing up in the Start menu, so I just did what is suggested in this post, that is:
in both manifest, go to the VisualElements element and add the attribute AppListEntry="none".
After that, it started to occurs a problem, if I uninstall the optional package, the main app is uninstalled too.
The configuration in the main app's manifest causes this problem, the optional package's manifest configuration is indifferent.
Does anyone know how to avoid this issue? Is it a bug?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm testing the usage of the optional package using this UWP sample.
With this sample I just deploy the main app and it's optional package.
In the Windows "Settings/Apps/Installed apps" I see the optional package and I uninstall it, and the uninstall occurs normally without interfering with the main app.
But I need to prevent the main app and the optional package from showing up in the Start menu, so I just did what is suggested in this post, that is:
After that, it started to occurs a problem, if I uninstall the optional package, the main app is uninstalled too.
The configuration in the main app's manifest causes this problem, the optional package's manifest configuration is indifferent.
Does anyone know how to avoid this issue? Is it a bug?
Grateful.
Beta Was this translation helpful? Give feedback.
All reactions