Is there a way to remove the source domain from the window title in an out-of-browser Silverlight 3

Posted by Jacob on Stack Overflow See other posts from Stack Overflow or by Jacob
Published on 2010-04-14T17:47:13Z Indexed on 2010/04/14 17:53 UTC
Read the original article Hit count: 279

We may not have the option to migrate over to Silverlight 4 right away, so I was wondering if anyone found a way to remove the source domain name from the window's title for out-of-browser Silverlight 3 applications. Our window title currently looks like this: "My App - localhost."

Under Mac, I found the Info.plist file in the application bundle and found where you can set the Bundle name property as well as TrimmedSourceDomain. Unfortunately, when I clear the TrimmedSourceDomain property, the title looks like "My App -," and if I delete the property entirely, the application doesn't launch. I assume similar problems would occur under Windows. Have any of you found a workaround?

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about out-of-browser