There is something I don't understand about how waptwua works.
I have noticed several times that the installation of Windows updates at shutdown (install_at_shutdown = 1 in wapt-get.ini) is extremely long, because at each shutdown a search for updates is launched, then if there are any available they are downloaded, and finally they are installed.
The behavior I would like (and which in my opinion should be the default behavior in case of installation at a standstill) is that the search for updates and the downloading of these updates take place while the user session is open, and that at closing only the installation is done, not the rest, to limit as much as possible the time needed before shutting down.
Is this a bug on my end during setup?
Otherwise, how can this behavior be achieved?
THANKS
Commander
WAPT Enterprise 2.5.4
wapt-get.ini:
Code: Select all
[global]
repo_url=https://wapt1.xxxxxxxxxx.com/wapt
wapt_server=https://wapt1.xxxxxxxxxxxx.com
verify_cert=0
use_fqdn_as_uuid=1
allow_remote_reboot=1
allow_remote_shutdown=1
[waptwua]
enabled=1
default_allow=1
install_delay=7d
download_scheduling=1d
install_at_shutdown=1Frankly, your tool is great, but this is not (by far) the first time I've found an error in the documentation (not to mention the illustration images which are from old versions and no longer correspond to anything).
Thank you for making an effort and updating it (I had already pointed this out to you), documentation full of errors for a product that we pay for (in our case at least), it's not exactly professional.
