SpectrumSCM SCCI Installer

The SpectrumSCCI Installer will install an MS-SCCI compliant DLL into the
<SpectrumSCM_Install_Dir>/lib directory. The installer also adds several
registry keys to the registry so that SCCI compliant applications can detect
the presence of the SpectrumSCCI DLL.

Visit http://www.spectrumscm.com for guides and tutorials related to SpectrumSCM
and its integration with SCCI compliant IDEs.

Release Notes and Special Cases

BORLAND'S CODE WRIGHT:

Code Wright will detect the SpectrumSCCI plugin directly and will properly ask the user
if they wish to use SpectrumSCM as their CM provider. Code Wright does not automatically
update its project file to include the name of the project to use and the path of the
project. These attributes must be hand edited after a Code Wright project has been created:

  1. Create your project as usual.
  2. Select SpectrumSCM as your CM provider.
  3. Properly close your project and exit Code Wright.
  4. Edit your project file and locate the following lines:

    [Editor]
    VCSProject=''
    VCSProjectPath=''
    VCSProjectLocalPath=''

    Fill in these variables to match your project name and the location of your
    project on your local machine:

    [Editor]
    VCSProject='MyProject'
    VCSProjectPath='C:\src\MyProject'
    VCSProjectLocalPath='C:\src\MyProject'

  5. Save the file off and then restart Code Wright.

MICROSOFT VISUAL STUDIO VISUAL BASIC 6.0:

Visual Basic is not a native SCCI compliant program. VB 6.0 ships with a Version Control
Add-in that must be enabled before any external CM tool can be successfully used. Go to
Tools >> Add-Ins >> Addin-Manager and enable the add-in for Version Control.
You should have the following Add-Ins listed in the Add-In Manager:

SourceCodeControl Startup/loaded
SourceCodeControl Add-In

Only the top item (SourceCodeControl) needs to be set to start at startup.

You'll also need to edit the following files and check for a few items:

c:\Windows\VB.INI
[Add-Ins32]
SccAddIn.SourceCodeControlAddIn=1

c:\Windows\VBADDIN.INI
[Add-Ins32]
vbscc=3

For Visual Basic 5.0, the user will need to download the SourceCodeControl Add-In
from Microsoft and then install it as an add-in first.



SCCI Compliant IDEs that are known to work properly with the SpectrumSCCI Dashboard:


Other SCCI Compliant IDEs will probably work, depending on how well they have implemented
their end of the MS-SCC interface. If you try one and find that it does work, please e-mail
us your success story and we will add your entry to the list of known good IDEs.
Email: support@spectrumscm.com