Hi,
We have Power-BI application deployed as Appx package (v1.0) with auto-update enabled. The application is getting installed to users with no issues and we are getting a success after the installation. The issue starts when the application upgrades at end user. The version of the application changed to versions greater than v1.0 post upgrade. then SCCM fails to detect the application as the inbuilt detection method of the appx package checks only whether the version is v1.0 or not.
There is no option to change the detection methods of the application. Is it possible to add a script installer deployment type where we can check the application version and add a detection method where it detects the exe. file is greater than v1.0. So the application can return a success if it upgrades.
Thanks
Shijin M