-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress bar animation issue #1238
Comments
Confirmed. |
@sintaxasn What I am suspecting is after running "Show-ADTInstallationProgress -(AnyParameter)" & then if we run any further tasks the animation of progress bar gets break. The app doesn't even cleanup the previous application process icon from taskbar. I guess something wrong with "Invoke-AppDeployToolkit.exe" I suspect. |
And the progress bar window in 4.0.5 doesn´t exit if the installation was succesful. |
@ctih thanks but I already confirmed it on the 7th of Jan: #1238 (comment) |
Prerequisites
PSAppDeployToolkit version
4.0.4
Describe the bug
Progress bar animation doesn't show progressing animation if we add the "Show-ADTInstallationProgress -StatusMessage" in installation task section.
It works fine if we remove the same.
Steps to reproduce
1 Add line Show-ADTInstallationProgress -StatusMessage "Installation in Progress..." in installation phase.
2.The progress animation doesn't work most of the time.
3.
Environment data
The text was updated successfully, but these errors were encountered: