Forum Discussion
yash_009
Apr 05, 2023Copper Contributor
Install update while app is set to run automatically on start up
I have an app that keeps running in the background even when the application is closed. It is also set to run automatically on start up. During deployment the installation can fail because the app ...
rahuljindal
Apr 05, 2023Bronze Contributor
This is an app behavior and not ConfigMgr or Intune for that matter. 'During deployment the installation can fail...' - What are you trying to install? If it requires the app process to be terminated before installation of whatever you are pushing, then you should be able to script this.
yash_009
Apr 06, 2023Copper Contributor
rahuljindal The application is Power Automate Desktop. I have 2 scenarios
1- A application process is running automations on VDI under a service account. This is the production environment. Users do not have access to these accounts.
2- On user machines the user might be making some changes if we try to force an application closure.
Can we keep the package downloaded and update it when the user restarts his system and before the auto start is triggered.