I want to fetch values of custom textbox values Email_ID and Serial_key created during setup in c#. I went through some stack overflow answers and got to know need to override Installer class
public override void Install(IDictionary stateSaver)
{
base.Install(stateSaver);
}
I want to know where to write this class and how to fetch values in this installer class.During setup I want to fetch this textbox values and send to server