I have a MSI package that I need to install if the package is not already installed. Also I need to install it silently. I can use silent installation command for installing the package.
Silent installation will not ask me following parameters
Installation location (C:\Program Files\Foobar)
Install type: minimal and full (minimal)
It will pickup default values & install the package. But in my case the MSI package asking for some other parameters & for getting that parameters from users it launches a window (other java application). Please note that this window is not a part of the installation wizard pages. After entering the details the wizards moves to next page.
I am not able to avoid the prompt of this window using silent installation script.