Modify show installation progress

hello,

I need your support once again. When I start the installation via psadt, once I start the tool, he minimizes everything to an icon. is it possible to make this not happen?

Thank you

EDIT: i’ve solved changing this values on the file main.ps1

    ## Specify whether to minimize other windows when displaying prompt
    [Parameter(Mandatory = $false)]
    [ValidateNotNullorEmpty()]
    [Boolean]$MinimizeWindows = $False,

Now i would be like not prompting on the most but in background

1 Like

hi,

add -MinimizeWindows $false

1 Like