I have created an exe using bootstrapper. And now I want my installation be silent. I can install it in silent mode using msi file with the help of following command.
msiexec /i Setup.msi /qn ADDLOCAL=freature
but I want to install mysetup.exe in silent mode. How can I pass the parameters to msi from bootstrapper so that installation would be in silent mode. I have goggled for hours but I couldn't figure out the way.