Continue Button Option

Hello,

Is there an option to easily hide the ‘Continue’ button if the user has open applications? Essentially, I only want ‘Close Programs’ and ‘Defer’ options.

I came across another post discussing hiding it, but it hides the ‘Continue’ button in all locations. For instance, if a user has no programs to close, the ‘Continue’ button is hidden on the welcome prompt, preventing them from proceeding.

Thanks

Adding two separate lines achieves what I was looking for:

Show-InstallationWelcome -AllowDefer -DeferTimes 3 -CheckDiskSpace -PersistPrompt -ForceCloseAppsCountdown 120
        
Show-InstallationWelcome -CloseApps 'MyApp' -Silent