Answered by:
Isolated Shell About Box Logo

Question
-
Hi,
We are building VS2012 Isolated Shell based product. As part of the product branding we are customizing About Box. We are using VS built-in about box through InstalledProductRegistration attribute usage.
I cannot find the way to set product logo in About Box (Logo in upper left coner of About Box, not the one shown in installed packages list). About box shown without any top logo/banner at all.
Any help will be appreciated
Leon Langleyben
Thursday, December 27, 2012 11:38 AM
Answers
-
Hi Leon,
I spent some time digging through the source, and I can confirm there's no way to do this. This is set through a branding theme that isn't exposed externally. The only recommendation I can recommend in this instance is to implement your own About Box. When you create a new isolated shell app, we also create an aboutbox package that implements that Help.About command, and that about box is entirely customizable.
Probably not the answer you were looking for. But I also got confirmation from the IDE team that this isn't possble. Ideally, there ought to be a property in the .pkgdef so we could set this. I'll get a feature request into the IDE teams bug database, to see if we can get that added for the next release.
Sincerely,
Ed Dore
- Proposed as answer by Ed DoreMicrosoft employee Friday, January 4, 2013 8:08 PM
- Marked as answer by Ego Jiang Wednesday, January 9, 2013 8:05 AM
Friday, January 4, 2013 8:08 PM
All replies
-
As I know, we can customize the appearance of the Help/About box in the SolutionName.AboutBoxPackage project.
I found a blog about How to change solution icon in the Visual Studio Isolated Shell which could be helpful to you.
Here is the link:http://blogs.msdn.com/b/vsx/archive/2012/12/18/how-to-change-solution-icon-in-the-visual-studio-isolated-shell.aspx
崖山之後無中國,明亡之後無華夏
Monday, December 31, 2012 1:34 AM -
Hi Disley,
The article you pointed at describes howto change solution icon.
My original question was related to About Box banner. Two icons are completetely unrelated.
Leon Langleyben
- Edited by Leon Langleyben Monday, December 31, 2012 11:56 AM
Monday, December 31, 2012 11:56 AM -
Hi Leon,
Thank you for your question.
I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
Thank you for your understanding and support.Best regards,
Ego [MSFT]
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Tuesday, January 1, 2013 7:23 AM -
Hi Leon,
I spent some time digging through the source, and I can confirm there's no way to do this. This is set through a branding theme that isn't exposed externally. The only recommendation I can recommend in this instance is to implement your own About Box. When you create a new isolated shell app, we also create an aboutbox package that implements that Help.About command, and that about box is entirely customizable.
Probably not the answer you were looking for. But I also got confirmation from the IDE team that this isn't possble. Ideally, there ought to be a property in the .pkgdef so we could set this. I'll get a feature request into the IDE teams bug database, to see if we can get that added for the next release.
Sincerely,
Ed Dore
- Proposed as answer by Ed DoreMicrosoft employee Friday, January 4, 2013 8:08 PM
- Marked as answer by Ego Jiang Wednesday, January 9, 2013 8:05 AM
Friday, January 4, 2013 8:08 PM