Adding Custom dialogs in Visual Studio Setup projects
Posted
by constant learner
on Stack Overflow
See other posts from Stack Overflow
or by constant learner
Published on 2010-03-17T08:43:24Z
Indexed on
2010/03/17
8:51 UTC
Read the original article
Hit count: 327
setup-deployment
|.NET
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
© Stack Overflow or respective owner