Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

My client wants me to get rid of Microsoft's default text in the Title of the installer (MSI).

 

Instead, they want me to use their custom banner bitmaps.

 

I am easily able to include each banner on each different page of the setup project, but how do I get rid of Microsoft's text? I don't care if it is hidden, set to an empty string, or anything else. It just should not be seen.

 

I'm fine editing the MSI with ORCA, but I don't know what needs to be edited.

 

Thanks for Helping!

~Joe

  • 3 weeks later...
Posted

Can you post a screen shot of the text you are talking about?

 

Most of the configurable text is available in the Install Wizard Pages (form Setup/Deployment Project). The Title is the name of your solution, IIRC.

 

In terms of the Window Title, that displays at the top and in the task bar, I don't know if you have control over that...

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Posted

Rats. I meant to update this thread, but I never got around to it.

 

Editing with Orca solved the problem:

 

In the Control table, I searched for all BannerText Controls and removed the text shown in their "Text" properties.

 

The problem is that Visual Studio does not allow editing these fields. I would imagine this is to promote others to buy products like Install Shield, etc.

 

Screen Shot:

http://lh3.ggpht.com/_dWwXockqCZk/SeNnHefiYdI/AAAAAAAABek/wPQJbewWuCU/screenshot.PNG

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...