msiexec does not pass parameters to custom action
问题 I have a custom action inside an MSI installer that makes some changes to some configuration file. my requirement is to run the installation in silent mode so I am using msiexec. Here is the command: msiexec /i myInstaller.msi /l* out.txt myContextParameter=value1 myContextParameter is never passed to the custom action so when I do context.Parameters["myContextParameter"] I get a null value. When I run my MSI in UI mode the parameter is passed correctly. I also made sure the name of the