installation - Replacing SQL Server 2005 Express Management Studio with the full version -


I am running SQL Server 2005 Express Management Studio ("SSMSE"), and now I need to set up the complete I

First of all, I uninstalled the SSMSE, and then set the SqlRun_Tools.msi toget the Toolbar. I've received this error message:

  A component specified in the ADD_LOCL property has already been installed. To upgrade an existing component, see template.ini and set the UPGRADE property in the name of the component.  

I did not know what was template.ini. So I looked around and decided to uninstall the rest of the minimum installation on my computer according to Microsoft's advice in KB 90 9 667, it was a little successful.

But when I tried to run SqlRun_Tools.msi Again, I had to face this mess when the installer had to "create the installation wizard":

  There was an unexpected error in the datastore in the setup. Action Set Lists are an error: Source file name: ... \ datastorecachexmlschema.cpp **** Compiler Timestamp: Friday July 29 01:13:50 2005 **** Function Name: Datastore Cachex XMLSchema :: initScopeRecord ***** Sour ..  

(But the original In Arnon were probably CR-Lf, which replaced the signs with asterisks with box characters)

It is very disappointing. Does anyone have any advice to install the full version of SSMS at the top of SSMSE? Any help you can provide will be greatly appreciated!

I have also installed SQL Management Studio without any problem SqlRun_Tools.msi package, but I think if you have other SQL Server 2005 components already installed, you will need to install Setup Support Files first because it probably sets the component installation sequence. This can be done either by installing SQL Server installation media or by running the sqlsupport.msi file in the form described in the Microsoft KB article.


Comments