I have created a web Setup project.In the UI of the setup there are fields to be filled,some are text boxes some are drop down Lists boxes all( Default ones). Example Fields: Virtual Directory,Application pool etc
I need to set these parameters and install the setup thru Command prompt. Setup has to be a silent installation.
I tried using commands like /quiet /a /i etc of msiexec,But I wasn't able to send parameters and also Install the setup silently.
How do I send parameters thru command prompt ? and How can I run the setup ( silent Installation) simultaneously ?
direct me in the right path.