How do I control custom dialog boxes in deploying time?
I developed sample application to get the idea of deployment. So I added two custom dialog boxes. One is RadioButtons (2 buttons) and other is TextBoxes (A).
RadioButtons dialog box I use for to get Local or Remote.
TextBoxes dialog box I use for to get Server name or IP address.
My problem is how do I ignore when the user select Local then I want skip TextBoxes dialog box.
Any help appreciated!
To get a better idea of my problem I attached sample project also.
upul

