Adding Custom dialogs in Visual Studio Setup projects
- by constant learner
Hello All
I need to develop a Visual Studio Setup Project for my application.
As far as i see, i can use only a handful of preconfigured dialogs which i can use.
Is there any way possible to use any custom dialogs in Visual Studio SetUp Project ?
For ex:
Whenever i start my setup, a dialog should be shown to the user prompting him to select a language for installation.
The user then shall select a language based on his preference and the installation shall then commence thereafter.
I hope i have made myself clear
CL