How to add a custom screen having an anchor/hyperlink and a textbox to enter some value by user with a button before the welcome screen in intaller wizard in .Net Setup Project for creating the installer?
I am creating an installer to install a windows application using the "Setup Project" inside Visual Studio Installer templates. I want the customized screen as a very first screen as described below.
I want a screen before the "Welcome" screen during the intallation of an application, that has an anchor/hyperlink and a textbox for entering some value by user and a button to be clicked by user to get the input validated.