I've a deployment project of windows installer, with some of prerequisites.
I want to perform some operations while installing the product, for that I need to put 2 radio buttons on installer setup project,
do anyone tell me how can I alter setup screens with new controls provided on canvas ?
your article MSDN helped, thanks,
what I did is, I applied condition on registry key, and programatically checked if that registry key is installed or not to check which radio button user has selected while installing.