Setup installation in silent mode or normal mode
I want to implement the conditional setup in my Project.It is very urgent.
In which I want following things to do
When user clicks on .msi file or setup.exe file :
1)I want the folder path where .msi and setup.exe file are saved during installation process.
e.g. Suppose user saved those files onD:\Project then I should get the path like "D:\ Project " .
2)The very first dialog box should contain the two radio buttons
i)Silent mode
ii)Normal Mode
Which allows the user to choose the installation mode .
When he select the Silent mode then the dialog boxes in user interface (like Progress , confirm , finished dialogs) should be hide or deleted.
And when user select the Normal mode then setup should be install in standard way means it should display all the dialog boxes while installation
In this way the normal setup performs
But in Silent mode all the above three dialogue boxes should be hide or deleted during installation process.
I want this to be happen dynamically.
Please help me if anybody knows how to do this .

