Hide server prompt after package push
I am trying to automate the install of a specific software package. Everything is automated fine and we are using an MSI file with the /qn /i switches. The problem is, at the end of the automated install, I am still being prompted to enter/config the SQL server for the software. The server is configured via a config file push so I want to hide/supress the window at the end of the install from coming up.
Any ideas how to do this? I reached out to the software manufacturer but am waiting on a reply.
Thanks!
Answers (3)
I contacted the company and they said they can edit the next verison of the software to bypass the prompt. For now, the software is set to allow users to interact with the program. All the user has to do is click ok and the install will finish. Placing the config file first does not work was having issues creating a custom MSI that would work.