I’m trying to use a combination of -PersistPrompt
and -ForceCountdown
in
Show-InstallationWelcome -CloseApps 'xxxxx' -AllowDefer -DeferTimes 0 -CheckDiskSpace -PersistPrompt -ForceCountdown 1600
I’ve allowed the user to minimize the PSADT window.
I’ve changed the -PersistPrompt
Value here [in the XML] for testing <InstallationPrompt_PersistInterval>10</InstallationPrompt_PersistInterval>
If I remove -ForceCountdown
, the -PersistPrompt
works as expected. I can minimize the window and it will pop back up after 10secs. But for some reason when I add -ForceCountdown
the -PersistPrompt
no longer works.
Does anyone have any ideas?