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

Software release

2 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stuart
Top achievements
Rank 1
Stuart asked on 21 May 2007, 07:28 AM
I have created a software app with VS2005 and the telerik suite, I have to install this application on one of my clients computers without installing the Telerik Winforms suite on their pc, in a previos post I was told I need to include the assemblies in my application folder, how do I do this. I am not familiar with deployment of prorams at all so I will need some more elaboration.

Thanks

2 Answers, 1 is accepted

Sort by
0
Stuart
Top achievements
Rank 1
answered on 21 May 2007, 12:47 PM
Sorry

I didnt quite properly read the article the previous post to me, by assemblies you meant .dll's in the Telerik folder to be copied into my exe directory . I was also refered to the GAC, what exactly is this ?
0
Angel
Telerik team
answered on 21 May 2007, 04:19 PM
Hi Stuart,

Yes, you can use the assemblies (i.e. dlls) from the "bin" subfolder of the folder where our controls are installed. You can minimize the assemblies that you copy on the user computer by using only these assemblies that are referenced by your application...

GAC stays for "Global Assembly Cache". Its directory is "%WINDOWS%\assembly". The tool with which you can add and remove assemblies from GAC is "gacutil.exe". Detailed information on GAC you can find in MSDN:
http://msdn2.microsoft.com/en-us/library/aa720110(VS.71).aspx
http://msdn2.microsoft.com/en-us/library/34149zk3(vs.71).aspx

The easiest way to deploy an application is by putting the assemblies you need in the folder where the executable file goes after the installation. The other way of deployment is to put the referenced assemblies in GAC using your installation scripts (or gacutil.exe). For in-deep information about deploying application review:
http://msdn.microsoft.com/msdnmag/issues/03/10/BasicInstincts/
http://msdn.microsoft.com/msdnmag/issues/01/02/BuildApps/
http://msdn.microsoft.com/msdnmag/issues/01/03/buildapps2/

 
Kind regards,
Angel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Stuart
Top achievements
Rank 1
Answers by
Stuart
Top achievements
Rank 1
Angel
Telerik team
Share this question
or