Man, this one's been kinda frustrating me now for a few days.
Microsoft Dynamics GP creates a "install package" so that you can deploy the GP application with all your configuration settings on multiple desktops easily. We are using it on a single endpoint, but we want to be able to automate completely destroying and re-creating this single server at will. However, it appears as though the GP install package doesn't have the ability to do a silent install. Which strikes me as supremely dumb.
What you get is a setup.exe file that also references multiple different .MSI install files for the various 3rd party applications you integrated with GP as part of your "install package". Apparently, the setup.exe SAYS it will pass through to the MSI files any flags that it doesn't have programmed to use itself.
However, this executable *itself* requires interactive UI so that you can hit an OK button. Literally, that's it. It does everything else and then you hit "finish" at the end.
I've been trying to deploy the individual .msi files via ansible, and on a one-on-one basis that works. However, there's configurations of these applications that apparently are also injected with the install package .exe file, and there do not appear to be any custom transform values that I can supply in a CLI for these .MSI files.
Has anyone, anywhere, been able to successfully deploy ANY version of GP silently? Ideally with ansible.
Microsoft Dynamics GP creates a "install package" so that you can deploy the GP application with all your configuration settings on multiple desktops easily. We are using it on a single endpoint, but we want to be able to automate completely destroying and re-creating this single server at will. However, it appears as though the GP install package doesn't have the ability to do a silent install. Which strikes me as supremely dumb.
What you get is a setup.exe file that also references multiple different .MSI install files for the various 3rd party applications you integrated with GP as part of your "install package". Apparently, the setup.exe SAYS it will pass through to the MSI files any flags that it doesn't have programmed to use itself.
However, this executable *itself* requires interactive UI so that you can hit an OK button. Literally, that's it. It does everything else and then you hit "finish" at the end.
I've been trying to deploy the individual .msi files via ansible, and on a one-on-one basis that works. However, there's configurations of these applications that apparently are also injected with the install package .exe file, and there do not appear to be any custom transform values that I can supply in a CLI for these .MSI files.
Has anyone, anywhere, been able to successfully deploy ANY version of GP silently? Ideally with ansible.