9

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.

CJ Dennis
  • 4,226
  • 2
  • 40
  • 69
Cheeso
  • 189,189
  • 101
  • 473
  • 713

1 Answers1

6

D'oh! I answered my own question.

alt text

CJ Dennis
  • 4,226
  • 2
  • 40
  • 69
Cheeso
  • 189,189
  • 101
  • 473
  • 713