roger
1
Anyone else noticing that when the Show-InstallationProgress window pops up it does NOT show up centered on the screen?
I have made this change in AppDeployToolKitMain.ps1 ~ line 7023
From this $xamlProgress.Window.Top = [string]($screenHeight / 9.5) to this $xamlProgress.Window.Top = [string]($screenHeight / 3.2)
and now its always centered top to bottom.
Reviving the old thread just so I can say that:
This will be changed in the next release. The placement was intentional. Not a bug.
How do I get it back? now it covers up the MSI UI
never mind… read the docs! -WindowLocation TopCenter
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.