This answer assumes that you are using the installation project in Visual Studio. If you are not editing your question, and we can take another look.
To collect user input, you need to enter a new dialog to the installer.
, :
- Solution Explorer " "
- (, "" ) " "
- . , .
- , . .
, , .
(, ).
, , :
public override void Install(System.Collections.IDictionary stateSaver)
{
string myPassedInValue=this.Context.Parameters["TEST"];
}
10000 - , . - , , . - , , .