This example does not display a countdown. Should it?
And is there a trick to the InstallationUI_Timeout paramter in the XML file? I wanted to see if it worked so I set it to something shorter and the dialog did not timeout.
prompt the user to close Word and Excel, with customized descriptions for the applications and automatically close the applications after 10 minutes.
Show-InstallationWelcome -CloseApps 'winword=Microsoft Office Word,excel=Microsoft Office Excel' -CloseAppsCountdown 600And is there a trick to the InstallationUI_Timeout paramter in the XML file? I wanted to see if it worked so I set it to something shorter and the dialog did not timeout.