This is a migrated thread and some comments may be shown as answers.

Project Distribution

7 Answers 165 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ching-Yen
Top achievements
Rank 1
Ching-Yen asked on 29 Feb 2008, 05:03 AM
Hi,

May I know how can I distribute the Telerik Control in my project together with my installation file? I couldn't find any merge module or things like that.

Please advice.

7 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 04 Mar 2008, 12:49 PM
Hi Ching-Yen,

If you are using a Visual Studio Setup and Deployment project, you should right click the setup project, choose Add >> Project Output, Primary Resource and then click OK. This will add the necessary assemblies to the setup file.

If you are using InstallShield, you should add the following three assemblies, which are required by Telerik controls:

  • Telerik.WinControls
  • Telerik.WinControls.UI
  • TelerikCommon

If RadGridView, RadDocking or RadChart are a part of your project, you should also add these assemblies respectively:

  • Telerik.WinControls.RadGridView
  • Telerik.WinControls.Docking
  • Telerik.Charting
  • Telerik.WinControls.RadChart

I hope this helps. If I can be of your further assistance, do not hesitate to contact me.

All the best,
Nikolay
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Santiago
Top achievements
Rank 1
answered on 02 Jan 2009, 01:32 PM
Yes, it work but... when I install my win application in other PC, everything workwell but styles. I mean, buttons, only buttons are displayed with wrong styles. RadGrid is well displayed. But, the strange thing is that I not selected any theme for buttons.

Any ideas??

Thanks.
0
Nikolay
Telerik team
answered on 06 Jan 2009, 04:58 PM
Hi Santiago,

I was not able to reproduce the issue. In addition, we do not have any similar issues reported until now. Therefore, please open a new support ticket and send me a sample application. This will allow me to investigate the case further and to provide you with more accurate assistance.

Regards,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Tim
Top achievements
Rank 1
answered on 09 Feb 2009, 03:17 PM
I see what he means now. I have the files installed on the target machine using GAC in installshield.
It installs the assemblies fine. But it leaves out the XML files. No matter what I do the XML files are not installed.
Without the XML files  I lose alot of the functionality and style.

So basically how do you get the XML files to copy over when you install the DLL's to GAC?
0
Nikolay
Telerik team
answered on 12 Feb 2009, 06:02 PM
Hi Tim,

In most cases, you keep your xml theme files within your main project (the executable file) with a Build Action set to Embedded Resource. In this case you do not need to bother about the xml files since they are in the executable file. For more information about this approach, please refer to the following Knowledge Base article: Adding custom redistributable themes to your applications.

In some cases you may prefer to store the xml files in a project different than the main project (class library project). The Build Action of these xml files should be again set to Embedded Resource. In addition, please note that you should sign the result assembly with a strong name. This will allow you to install the assembly in the GAC. Our theme components' assemblies are made using this approach.

I hope this helps. If you have additional questions, feel free to contact me.

Sincerely yours,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
masih
Top achievements
Rank 1
answered on 10 Jun 2010, 05:08 AM
Hi dear
I use Installshield to distribution my project,but I don't know where and how can I add telerik.wincontrols and the others in installshield.
please help me.
tahnk you alot.
0
Nikolay
Telerik team
answered on 16 Jun 2010, 11:31 AM
Hi masih,

Since your question is not directly related to RadControls, but it is a question about InstallShield, I would kindly ask you to address your question to the appropriate support center as you may get a quicker and more helpful response there.

Sincerely yours,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Ching-Yen
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Santiago
Top achievements
Rank 1
Tim
Top achievements
Rank 1
masih
Top achievements
Rank 1
Share this question
or