Deploy only if a process is not in memory
I have a Word macro package that cannot be installed if Word is open. People tend not to close Word when they leave for the night and even if I ask them to do it I don't know if they will and the install will fail and break the macros if the install runs and Word is open. Is there a way to base a deployment if a process (Winword.exe) is not in memory. I can probably accomplish this with a script but I am trying to avoid having to create lots of scripts.
Thanks
Len
0
Comments
Hi Len,
Use a Command step in your PDQ Package. Have the only Success Code be a 1. (remove the 0)
Make sure you have your option on Step 1 to "Stop Deployment if this Step fails"
Shane,
That worked beautifully. I was doing it in a roundabout way with scripts, this is much cleaner. Thanks and we really love your product!
Len
Please sign in to leave a comment.