Hi,
I have a powershell script, which installs different .exe and .msi files silently and it works finem but due to userexsperience i would really like a way to show the progress indicator, of the installations the script executes.
Either the entire script, or the sub installations it calls. (.exe, .msi etc) with numbers, in % or a graphic progress bare or similar.
I tried to find a usefull example on google, but have not found something i can use (understand)
Does anyone have a script or a program, which can make this?
Thx