When distributing an application that uses Xceed SmartUI for WinForms, the Xceed.SmartUI.v#.#.DLL, Xceed.SmartUI.Controls.v#.#.DLL, and Xceed.SmartUI.UIStyle.v#.#.DLL assemblies must be distributed along with your application. You must not distribute the Xceed.SmartUI.Design.v#.#.DLL assembly under any circumstances. The Xceed.SmartUI.v#.#.DLL, Xceed.SmartUI.Controls.v#.#.DLL, and Xceed.SmartUI.UIStyle.v#.#.DLL assemblies must either be installed into the global assembly cache or in the same directory as your executable.
Xceed SmartUI for WinForms allows provides three resource assemblies that can be used to force one of the three (Blue, Olive Green or Silver) Windows XP themes on both Windows XP and non-Windows XP operating systems.
Resource Assemble | Description |
---|---|
Xceed.SmartUI.UIStyle.WindowsXP.Blue.v#.#.DLL | Contains the resources for the Blue Windows XP theme. |
Xceed.SmartUI.UIStyle.WindowsXP.OliveGreen.v#.#.DLL | Contains the resources for the Olive Green Windows XP theme. |
Xceed.SmartUI.UIStyle.WindowsXP.Silver.v#.#.DLL | Contains the resources for the Silver Windows XP theme. |
In order to install assemblies into the global assembly cache, Microsoft Windows Installer 2.0 must be used. This is the recommended and most common way to add assemblies to the global assembly cache and it provides reference counting of assemblies in the global assembly cache, plus other benefits.
For more information in regards to installing assemblies into the global assembly cache, please refer to the "Installing an Assembly into the Global Assembly Cache" topic of the .NET Framework Developer's Guide.
Registered users are permitted to distribute the Xceed.SmartUI.v#.#.DLL, Xceed.SmartUI.Controls.v#.#.DLL, and Xceed.SmartUI.UIStyle.v#.#.DLL assemblies along with applications they develop. It is also permitted to distribute the Xceed.SmartUI.UIStyle.WindowsXP.Blue.v#.#.DLL, Xceed.SmartUI.UIStyle.WindowsXP.OliveGreen.v#.#.DLL and Xceed.SmartUI.UIStyle.WindowsXP.Silver.v#.#.DLL assemblies if needed.
You must not distribute the Xceed.SmartUI.Design.v#.#.DLL assembly under any circumstances nor may you distribute any other Xceed SmartUI for WinForms files.
For details on your rights and on distribution restrictions, please see the Xceed Software License Agreement for complete details.
For more information regarding the deployment of .NET applications, please refer to the "Deploying applications" topic of the .NET Framework Developer's Guide.