show the user install progress
ist it possible to show the user a install progress bar during installation?
just like the text thats visibly in pdq-deploy as steps?
thx
-
Even though this is a necro post, I'll give a little insight as to what people I work with do when they need to show progress. A coworker has used some AutoIT scripts to show a splash screen on the PC that is receiving a deployment - he's not only using it to show progress, but also as a method to say "Hey, things are going on, leave it alone for a minute!" The splash screen is full screen regardless of resolution, and locks all user input as well.
I personally haven't had to use this before, as with Wake-on-LAN, I just power them up at night and do my deployments. He said that you can push the splash screen, then if you really wanted to show progress, throw an entry to the registry where the AutoIT splash screen gets its variables from, and force an update so the user will see text.
It's a lot of work (well, compared to the easiness that a PDQ Deploy package generally brings) to build a big nested package, then write your reg keys in between each package phase, but if you need the user to see that something is happening, it could be an option.
-
Ah, so not necessarily lock them out, just a notify. You could use something as simple as msg.exe to show a popup window and time how long it stays on the screen. Or take the example I used above with AutoIT and change it from a splash screen to the TrayTip function. Hope this helps!
-
If you just want a message you add the message step to the package.
I'm going to try and come up with something for myself this afternoon to provide a warning message, wait for a few minutes to give them time to save things, then lock the keyboard/mouse along with a message on the screen while deployment is running.
-
You can integrate PSAppdeployToolkit (Powershell scripts) in PDQ Deploy. It Worked for me.
Please sign in to leave a comment.
Comments
12 comments