Hello,
but can you please explain the way to include the answer file into the msi package so I don't need to specify any commands
You cannot achieve this. Please keep in mind that a MST file is designed to be embedded in a MSI only at install time and you can do that from command line.
I need the answer (mst) file to include all the these parameters
Is it possible to do that? how?
I'm afraid that if you have an exe file which is launch from your msi, then the MST file will contain only the changes related to the MSI. In order to apply a MST to your EXE file you should transform the EXE in a MSI package installation. You could achieve this using our
Repackager tool.
Please keep in mind that the import features in Advanced Installer (the Repackager, the Import MSI feature etc.) are intended to be used to get a starting point for your installation package, not to completely reproduce other installation packages. The Repackager tool captures only the effects of the installation (the changes made on the system). If the original installation package executes custom code (programs, scripts etc.) then only the effect will be captured (registry entries, files and folders etc.). Also, after repackaging an installation some adjustments may be necessary in order to obtain a working installation package.
All the best,
Daniel