Help in installing application on windows

Hi

I need to install an application to many windows machines. The issue is it gets installed but not as expected. After analyzing, we figured our that if we need to automate the process we will have to do it using VNC. Is there a way we can do it using ansible?

Regards
Yerigeri

Ansible can do this, but you need to check if the installer has some way to receive a parameter like “unattended” or “silent”.

Sometimes the problem is that the installer requires access to the console, as it expects a user to click on something.

https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_package_module.html