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

Hot Fixes as MSPs versus Zip's

1 Answer 43 Views
Installer and VS Extensions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 2
Iron
Iron
Iron
Michael asked on 10 May 2011, 05:40 PM
Why are the hot fixes not done as .msp files - due to local administrative rights policies in place at our organization we're finding it difficult to simply copy/paste the hot fix files over the originall installed files.  If we had a simple .msp file our lives would be made so much simpler.

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 11 May 2011, 08:56 AM
Hi Michael,

Thanks for the interesting question indeed!

Hotfix distributions are the smallest set of files, needed for the full operation of a project utilizing RadControls. I would suggest that you don't replace the original installation files with the ones from the hotfix, as this could potentially leave the installer in a broken state (the least that could happen are remaining assemblies after uninstall).

Telerik distribute MSI packages for each official release (be it a major release, or a service pack). The MSI installers of the minor releases (service packs) perform an update over their predecessors (e.g. Q1 2011 SP2 will automatically update Q1 2011 or Q1 2011 SP1). We prefer not to use the msp approach, for we would need to create msp files for every combination of update paths. That might get too confusing for customers to follow.
We just chose the make it easier for our customers, though this is related to downloading some more megabytes.

As a side note, I would suggest that you use the VSExtensions. They automatically discover new updates, suggest downloading the hotfix files to your computer and list them in the Upgrade Wizard. You can use the Upgrade Wizard to update the references of your project to a newer/older version of the RadControls.

Let me know if I can be of any other help.

Kind regards,
Erjan Gavalji
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Installer and VS Extensions
Asked by
Michael
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Erjan Gavalji
Telerik team
Share this question
or