views:

24

answers:

1

I've got a visual studio deployment project and would like to add an option to view a readme file from the final screen.

So basically there would be a link or checkbox that the user can select if they want to view the readme.

Does anyone know of an easy way to do this?

A: 

Open the User Interface Editor. Right-click on the Install-Start node and select*Add Dialog*. Then you can position the dialog the way you want. The dialog can be configured with the property window and accepts a rich text file that is displayed. I see no reason why it would not accept a link in the rich text file.

Stefan Egli