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?
Deleting the Visual Studio Installer files and then rerunning the bootstrapper solves some update failures. Performing the following actions reinstalls the Visual Studio Installer files and resets the installation metadata. Close the Visual Studio Installer. Delete the Visual Studio Installer installation directory.
Press windows key + R and type "services. msc" in the run box and press enter. b. In services windows check for windows installer status.
InstallAware Installation Wizard is Windows Installer without Rocket Science. The InstallAware Installation Wizard completely insulates you from the proprietary challenges of the Windows Installer engine and database, while generating fully logo-compliant MSI setups.
You can "remove" the text by removing the Welcome dialog and replacing it with a custom dialog. In VS 2005 -
Then you can add a "Textboxes (A)" dialog (right click the "Start" group and select Add Dialog) to the project, set the visible property for the text boxes to false. Move the Textboxes (A) up to the top of the "Start" sequence.
The properties for this dialog include:
BannerBitmap
BannerText
BodyText
This should allow you to control the look / feel (to a certain extent) of this new "Welcome" page.
You can easily change the welcome text by modifying the the project file in notepad. (i.e. project1.vdproj) Make sure to change the ProductName or Title. I can't remember which one exactly and then rebuild the project and you're all done.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With