What’s the Best Way to Update Apps with an MDM Solution Like Intune?

0
14
Asked By TechieTurtle99 On

I'm getting into app packaging and deployment using Intune, and I've got the basics down, like installing apps using PSADT. However, I'm a bit confused when it comes to updating apps. Specifically, when do I need to close an app before updating it, and when should I uninstall the previous version first? I've also noticed that some apps require a restart based on exit codes. If anyone has any resources or tutorials that could help clarify this process, I'd really appreciate it!

2 Answers

Answered By HelpfulNerd123 On

You should definitely check out Microsoft's official documentation and online tutorials. They've got some detailed guides that cover your questions about app updates and deployment scenarios quite thoroughly.

Answered By SmartTechie88 On

You can use supersedence for updates. Create a new Intunewin package for the updated version and mark the old version as superseded. That way, users can seamlessly transition to the new version without hassle.

QuestionGuy99 -

But what if the app is open in the background, like Google Drive? Do I need to close it first to update?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.