Hello! Help me, please.
A Feature-based package are handled by the installer UI and launched right before the main installation.
But they are launched after the main installation in silent install. (msiexec /i C:\my_package.msi /quiet) And custom actions are executed before a Feature-based package, which runs after the Add Resources. Why? Everything is fine when run manually, but does not work when run in silent mode.
Thank you.