End user progress bar
I'm trying to see if there is a way to show end user a windows that software is installing and to close once the deployment has finished?
Many Thanks
Mark
1
I'm trying to see if there is a way to show end user a windows that software is installing and to close once the deployment has finished?
Many Thanks
Mark
Comments
I believe its fully dependent on the installer and that PDQ doesn't have any specials tools to show this. MSI's are cable by running the install as /passive instead of /quiet.
https://docs.microsoft.com/en-us/windows/win32/msi/standard-installer-command-line-options#passive
But for EXE's it would vary file to file. AutoCAD for example can use a /qb switch to show the status.
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/msiexec#display-options
Please sign in to leave a comment.