Welcome screen not centering

Hi People,

  Is it possible to have the welcome screen persist centering without using "-AllowDefer -DeferTimes 3"?

At the moment the i can get the welcome screen to center using;

Show-InstallationWelcome -CloseApps ‘winword,msaccess,excel,notepad’ -PersistPrompt -AllowDefer -DeferTimes 3

I would like just to have the welcome screen persist with the centering without any deferrals. I have tried using;

Show-InstallationWelcome -CloseApps ‘winword,msaccess,excel,notepad’ -PersistPrompt

This way, the welcome screen does not persist the centering.

Thanks Si

Hi si1,

The -PersistPrompt parameter specifies whether to make the prompt persist in the center of the screen every 10 seconds.

On Windows 10 x64 using PSADT 3.7.0, Show-InstallationWelcome -CloseApps ‘winword,msaccess,excel,notepad’ -PersistPrompt appears center screen.

Which version of the toolkit are you using?
Which operating system are you running the installation on?