Hello,
I'm afraid this feature is still pending with a low priority.
Currently the only support we have is to run unattended in virtual machine environments from our application. To do so you could proceed like this:
1. open your setup project in Advanced Installer
2. go to "Home" ribbon tab and choose "Run in VM" ->
"Edit Virtual Machine profiles"
3. here if you do not have any VM connections just add one; go to "Options" tab and check the "Automate package installation" option
4. click [OK] and then use the [Run in VM] button to start the installation of your setup project (unattended) in the VM environment
Also, an easier way to launch unattended your built setup packages is to launch them with a
command line. Also, if you have UI controls like check boxes, edit boxes, radio buttons, etc which you want to set during a silent install, then you can simply set their associated public properties (e.g. MY_CHECKBOX_PROP) from command line too. Here is a command line example:
Code: Select all
msiexec /i setup.msi /qn MY_CHECKBOX_PROP="checked"
Let us know if the unattended command line support would be useful for your request, otherwise please give us more details about what exactly would you like to automate for testing. Maybe we can be able to suggest a workaround or something.
All the best,
Daniel