Hi all,
I'm using Ansible and packer to create a windows image (ami) that contains Neo4j Desktop app, so the installation part I did it using the CMD:
cmd.exe /c "{{ download_path }}\\{{ exe_file_name }} /allusers /S
I still need some way to set the activation key automatically using PS script,cmd or anything else !
Thanks