Stop users from starting an app when upgrading
lss
Hi
Is it possible to stop the user from starting an app, when PDQ Deploy is updating that app?
We have an app, which gets regularly dll updates, but we can't put it in if the process is running.
I can force stop it, but what if the user starts the app before the update id finished?
It will then fail, as not all files is rolled out. Can I stop the user from starting that particularly application until the update is finished?
1
Comments
There are a few choices I can think of:
I like the first one the best.
I took out most of their script, so the popup just will inform users that the update is going on. I was thinking on letting it show for 30 sec, and then auto close it. The files copy should be done by that time.
But that gives me another issue. When I create a job i PDQ, where the first part i informing the user and the second part is the actual copy. The copy part will only start after the waiting periode at the popup. So now the user believes the update is done, which it isn't
Is it possible to have the copy process to start, just after the popup shows and not after is gone?
I recommend using a Message step instead. The PowerShell-based popup was used to provide interactivity. If you just want to display a warning, the Message step would probably be a better option.
https://link.pdq.com/docs-PDQDeploy?message-step.htm