Click here to Skip to main content
15,898,134 members
Articles / Desktop Programming / XAML

How to Create a Silverlight OOB Installer Wrapper UI Library?

Rate me:
Please Sign up or sign in to vote.
4.97/5 (9 votes)
15 Jul 2010CPOL9 min read 31.9K   267   21  
In this article, I will guide you through creating a UI Wrapper Library for the installation experience of your Silverlight Out-of-Browser application.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Silverlight4.OOB.Installer.UIWrapper", "Silverlight4.OOB.Installer.UIWrapper\Silverlight4.OOB.Installer.UIWrapper.csproj", "{139B4FAA-6F4F-4544-86A4-BDD8F6CFD505}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{139B4FAA-6F4F-4544-86A4-BDD8F6CFD505}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{139B4FAA-6F4F-4544-86A4-BDD8F6CFD505}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{139B4FAA-6F4F-4544-86A4-BDD8F6CFD505}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{139B4FAA-6F4F-4544-86A4-BDD8F6CFD505}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India

Kunal Chowdhury is a former Microsoft "Windows Platform Development" MVP (Most Valuable Professional, 2010 - 2018), a Codeproject Mentor, Speaker in various Microsoft events, Author, passionate Blogger and a Senior Technical Lead by profession.

He is currently working in an MNC located in India. He has a very good skill over XAML, C#, Silverlight, Windows Phone, WPF and Windows app development. He posts his findings, articles, tutorials in his technical blog (www.kunal-chowdhury.com) and CodeProject.


Books authored:


Connect with Kunal on:





Comments and Discussions