Install without debugging

Hi,

I have been attempting to install TMS into DelphiXE without debug info so I can trace my code without disappearing into endless loops in TMS. I uninstalled previous by removing from the component -> install menu and deleting the files.

Then extracted TMS pack for manual compile and install. placed this in ...\TMS component pack. Created a DelphiXE and BPL subdirectory for placing compiled units. In the DelphiXE library placed the DelphiXE subdirectory only to avoid source code tracing.

Opened the TMSD2011 project group and changed all package options to release and place BPL in the BPL subdir, and DCR and unit ouput to the DelphiXE subdir.

The packages were built successfuly, but when I attempted to install I get the following error:

Package c:\users\cheech\documents\tmssoftware\TMS Component Pack\BPL\tmsd2011.bpl can't be installed because another package with the same base name is already loaded (TMSD2011.bpl)

[21B9FC87]{delphicoreide150.bpl} PakList.TPackageList.AddPackage (Line 468, "PakList.pas" + 7) + $2F
[21BACBA0]{delphicoreide150.bpl} BasePasProjOpts.TProjOptsManager.InstallPackage (Line 1670, "BasePasProjOpts.pas" + 8) + $5
[21BADE5F]{delphicoreide150.bpl} BasePasProjOpts.TProjectOptions.InstallPackage (Line 2363, "BasePasProjOpts.pas" + 0) + $3
[21B8561D]{delphicoreide150.bpl} PasMgr.TPascalPackageCodeUpdater.InstallPackage (Line 11722, "PasMgr.pas" + 18) + $19
[21B028EF]{delphicoreide150.bpl} PkgContainers.TStdPackageProjectContainer.CommandHandler (Line 178, "PkgContainers.pas" + 8) + $5
[2079350F]{coreide150.bpl} ContainerIntf.TIDEProjectManagerMenuObject.Execute (Line 866, "ContainerIntf.pas" + 26) + $17
[20795136]{coreide150.bpl} ContainerIntf.TProjectManagerMenuItem.Click (Line 1114, "ContainerIntf.pas" + 18) + $22
[5029FC9B]{vcl150.bpl  } Menus.TMenu.DispatchCommand (Line 3390, "Menus.pas" + 5) + $2
[502A0E7A]{vcl150.bpl  } Menus.TPopupList.WndProc (Line 4496, "Menus.pas" + 4) + $E
[50262ECF]{vcl150.bpl  } Graphics.FreeMemoryContexts (Line 7021, "Graphics.pas" + 12) + $8
[502A0DC9]{vcl150.bpl  } Menus.TPopupList.MainWndProc (Line 4471, "Menus.pas" + 2) + $5
[500AFA64]{rtl150.bpl  } Classes.StdWndProc (Line 13491, "Classes.pas" + 8) + $0
[50358AF7]{vcl150.bpl  } Forms.TApplication.ProcessMessage (Line 9760, "Forms.pas" + 23) + $1
[50358B3A]{vcl150.bpl  } Forms.TApplication.HandleMessage (Line 9790, "Forms.pas" + 1) + $4
[50358E65]{vcl150.bpl  } Forms.TApplication.Run (Line 9927, "Forms.pas" + 26) + $3

Not sure why this occurred and what i have done wrong to make it happen??

Any help will be most appreciated.