Installation And Configuration of Microsoft Content Management Server: Part 2

4 min read

Installing MCMS 2002 Prerequisites

Before we can proceed with the installation of MCMS itself, we need to install two prerequisites. Installation of MCMS will be halted if these prerequisites are not met.

  • J# 2.0 redistributable:
    Elements of MCMS Site Manager require the J# redistributable.
  • Internet Explorer Web Controls for MCMS:
    Portions of the MCMS Web Author make use of the Internet Explorer Web Controls (IEWC), of which a specific MCMS distribution exists for which compilation is unnecessary. These controls, unlike the standard IEWC, are supported as part of an MCMS installation. As they are a prerequisite for MCMS, IEWC can be utilized within your applications. However, ASP.NET 2.0 offers far richer controls for navigation, as we will see later in this book.

J# 2.0 Redistributable

We need to install the Visual J# 2.0 Redistributable to enable the installation of the MCMS Site Manager.

  1. Download and save the J# 2.0 installer from: http://www.microsoft.com/downloads/details.aspx?familyid=f72c74b3-ed0e-4af8-ae63-2f0e42501be1&displaylang=en
  2. Double-click the installer.
  3. On the Welcome to Microsoft Visual J# 2.0 Redistributable Package Setup page, click Next.
  4. On the End User License Agreement page, check the I accept the terms of the License Agreement checkbox and click Install.
  5. Wait while J# 2.0 installs, and when the Setup Complete page appears, click Finish.

Internet Explorer Web Controls for MCMS

Internet Explorer Web Controls (IEWC) are required by the MCMS Web Author.

  1. Download and save the IEWC installer from: http://www.microsoft.com/downloads/details.aspx?FamilyID=FAC6350C-8AD6-4BCA-8860-8A6AE3F64448&displaylang=en
  2. Double-click the installer.
  3. On the Welcome to the Microsoft Internet Explorer WebControls Setup Wizard page, click Next.
  4. On the License Agreement page, select the I Agree radio button and click Next.
  5. On the Confirm Installation page, click Next.
  6. Wait while the web controls are installed, and when the Installation Complete page appears, click Close.

Installing MCMS 2002 SP1a

  1. Insert the MCMS 2002 SP1a CD-ROM, and on the splash screen, click Install Components.

  2. On the Customer Information page, enter your User Name and Organization along with your Product Key and click Next.

  3. On the License Agreement page, click Accept.

  4. On the Installation Options page, select the Custom radio button and click Next.

  5. On the Custom Installation page, deselect the Site Stager item, and click Next.

  6. On the Summary page, click Install.

  7. Wait while MCMS 2002 SP1a is installed.
  8. On the Installation Completed page, uncheck the Launch MCMS Database Configuration Application checkbox, and click Finish.

Remove Temporary Items

Now MCMS SP1a is installed, we can tidy up the temporary items we created earlier to trick the installer.

  1. Select Start | Run.
  2. In the Run dialog, type cmd and click OK.
  3. Execute the following commands:
    cd c:kb915190
    cscript VS2003ByPass.vbs c:VSTemp remove
  4. Use Windows Explorer to delete the folders c:VSTemp and c:kb915190.

Install Visual Studio 2005

  1. Insert the Visual Studio 2005 DVD, and on the splash screen, click Install Visual Studio 2005.
  2. On the Welcome to the Microsoft Visual Studio 2005 installation wizard page, click Next.
  3. On the Start Page, select the I accept the terms of the License Agreement checkbox, enter your Product Key and Name, and click Next.
  4. On the Options Page, select the Custom radio button, enter your desired Product install path, and click Next.

  5. On the second Options Page, select the Visual C# and Visual Web Developer checkboxes within the Language Tools section, and the Tools checkbox within the .NET Framework SDK section. Ensure that all the other options are not selected and click Install.

    Feel free to install any additional features you may wish to use. The above selections are all that are required for following the examples in this article.

  6. Wait (or take a coffee break) while Visual Studio 2005 is installed. When the Finish Page appears, click Finish.

  7. From the Visual Studio 2005 Setup dialog, you can install the product documentation (MSDN Library) if desired, otherwise click Exit.
  8. From the Visual Studio 2005 Setup dialog, click Check for Visual Studio Service Releases to install any updates that may be available.
  9. Click Exit.

Install MCMS SP2

  1. From the Start Menu, click Run.
  2. In the Open textbox, enter IISRESET /STOP and click OK.
  3. Wait while the IIS Services are stopped.
  4. Double-click the SP2 installation package.
  5. On the Welcome to Microsoft Content Management Server 2002 SP2 Installation Wizard page, click Next.

  6. Select I accept the terms of this license agreement radio button, and click Next.

  7. On The wizard is ready to begin the installation page, click Next.

  8. Wait while Service Pack 2 is installed.
  9. On The Installation Wizard has completed page, click Finish.
  10. If prompted, click Yes on the dialog to restart your computer, which will complete the installation.
  11. Otherwise, from the Start Menu, click Run.
  12. In the Run textbox, enter IISRESET /START and click OK to restart the IIS services.

    Stopping IIS prior to the installation of SP2 avoids potential problems with replacing locked files during the installation, and can prevent the requirement to reboot.

Packt

Share
Published by
Packt

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago