12

This is a very simple question with a simple answer, but it is not quite so simple to find the answer on the internet.

I have a simple Setup (deployment) project in Visual Studio 2008, and I have the EULA text. What do I need to do in the project to get the EULA into the install wizard?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
Chris Ammerman
  • 14,978
  • 8
  • 41
  • 41

1 Answers1

17

This is how you performed the actions in vs2003 an vs2005, I don't believe they've made changes but I'm not running vs2008 yet so I can't be certain.

right click the installation project, select View->User Interface.

In the "Start" section, right click, and select Add Dialog. Choose the license dialog.

point the license dialog to an RTF file.

Stephen Wrighton
  • 36,783
  • 6
  • 67
  • 86