Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between the "Checkboxes (A)" and "Checkboxes (B)" dialogs in a Visual Studio setup project?

In a Visual Studio Setup & Deployment Project, I can design the user interface for the installer. I have a welcome screen, a license acceptance dialog, and then an installation location dialog. All good.

I want to include one more dialog, to confirm changing of file associations. I think the way to do this is with a dialog that has a Checkbox.

I can right click the UI node, and select "Add Dialog" and I get this choice:

checkboxes

What is the difference between any of these checkboxes dialogs?

I tried to RTFM but couldn't find the doc on these options.

like image 516
Cheeso Avatar asked Aug 30 '09 21:08

Cheeso


1 Answers

D'oh! I answered my own question.

alt text

like image 156
Cheeso Avatar answered Oct 17 '22 15:10

Cheeso