I have created a uwp background task.This task suppose to run only once when app receive update. i have used below configuration in appmanifest file
<Extension Category="windows.preInstalledConfigTask" EntryPoint="PreInstallTask.PreInstallTask" />
I found that on some system this task is running multiple timese. I am not sure why this is happening?