Hello!
I have an Ansible script that provisions a Windows instance in AWS and installs miscellaneous Windows packages.
I am getting ready to add installation of Dundas to the script, but getting a bit hung up with what to do with the Dundas setup exe. I have Dundas.BI.Setup.6.0.3.1002.exe from our account files and I am wondering if that executable has any command line arguments available so we can install it silently/without user interaction on the GUI?
I’ve seen this article:
Deploying Dundas BI instances silently
But I think I need the steps to install the Dundas files from a blank slate from the command line first.
Any pointers would be greatly appreciated!