Click to See Complete Forum and Search --> : Q: Writing over banner in Setup & Deployment


rsmemphis
April 3rd, 2003, 03:42 AM
I am using the Visual C++ .Net Setup&Deployment project to make a setup file for a program I wrote.

In principal it all works fine, but the banner (a jpg file) shows all the necessary information, and I don't want setup to write over the banner in the setup windows.

Does anyone know a way to circumvent that?

Thanks.

rsmemphis
April 4th, 2003, 04:22 AM
Okay, I fixed it.
In the Visual Studio path, in Common7\Tools\Deployment\VsdDialogs are the interfaces saved for several locals. Just pick the one you need, and replace the strings that it displays (they end with the string BannerText) with spaces or delete them.
Don't forget to backup the files first, you may want the BannerTexts later on again.
Alternatively, one can customly make all of them, but that seems like a huge hassle.