I have a Visual Studio Installer Project that I’m making in Visual Studio 2010 and am unable to figure out how to remove the “Welcome to the [Product Name] Setup Wizard” text from the wizard’s dialog boxes.
For example: How do I remove the text “Welcome to the Setup1 Setup Wizard” from the screenshot below?

This is not supported by Visual Studio setup projects.
A solution would be to edit the MSI with Orca to modify the control text, but you would have to do it after each build. So you can either leave it this way or use another setup authoring tool which allows you to customize your installation dialogs.