For publishing a .NET desktop application, I would like to add a user interface that includes a license agreement during installation. I searched through some of the
- Add extention
- Install Microsoft Visual Studio Installer Project
- Closs the ide to start installing:
- Create a setup project:
- Right-click on the "Start" group, and select "Add Dialog" from the pop-up menu.
- n the "Add Dialog" dialog, click the "License Agreement" icon and click "OK". A license agreement form will be added to your installer under the "Start" group.