During my program's installation, I need to prompt the user to enter some text (LDAP server, account name, etc.). What is the recommended way to have the user input text information?
In another installation that I am working on, I need to ask the user to select 1 of 2 options (preferrably using radio buttons). Is there a way to do this?
If the answer is to use a custom action with a DLL/EXE that I create, then how does that affect the ability to run the installation silently? Is there a way to record property values from a C DLL/EXE back into the installation so that it can be run silently later?