Unattended installation of ARM Realview Development suit

Hello team,

I was trying to install the Realview on remote windows machine using ansible
I have used below command

  • name: Install ARMCC
    win_shell: ‘C:\Ansible\installation\RVDS_4_1_STN\Autosetup.au3’

But the wizard is not coming up in the windows server and unable to contiune further.It is stucked there.There is no error showing while executing the playbook.
Any other way we can automate this ?

Please help