How to deploy MicroSoft Project Professional 2010?

Description

This document provides steps required to deploy MS Project 2010 to multiple computers using Endpoint Central.

Steps

Before you deploy the software application, ensure that the computers to which you deploy MS Project 2010 meet the system requirements prescribed by Microsoft. Refer to http://technet.microsoft.com/en-us/library/ee624351.aspx#section12 for more details.

To deploy MS Project 2010, follow the steps given below:

  1. Create a common network share to store the required installable file.

    Note: The network share should have read permissions to the Everyone in the group and should be accessible from all the computers to which you are trying to install.

  2. Extract the contents of the EXE

    Note: If you are not copying the contents from a CD, then execute the following command in the directory where the installer is present.

    ProjectProfessional.exe /extract:<target_directory>
    Example: ProjectProfessional.exe /extract:D:\Software\MSProject2010\Extracted\

    a. Copy all the extracted contents from the <target_directory> with the same directory structure, to the network share that you created.

  3. Customize the following procedure for Installation / Uninstallation
    1. Download the Office Customization Tool (OCT) from the following URL and install it: http://www.microsoft.com/en-in/download/details.aspx?id=18968

      Note: When installing the OCT, you are required to specify the network share, that you created, as the location extract the files. Three folders will be extracted from the OCT. They are ADM, Admin, and ADMX.

    2. Open a command prompt window
    3. Change the directory to the network share where you have copied the installable file

    Follow the procedure to Install MS Project 2010 / to Uninstall the MS Project 2010

    Installation Procedure

    1. Enter setup.exe /admin

      Note: This opens the OCT from where you can specify the information about the License, Company, and change outlook profiles.

    2. Click on the "Licensing and User Interface" , and Enter the required Product Key

      Note: If you select the MAK(Multiple Activation Key) option, you are required to enter a 25-character key. However, if you select the KMS key option, you need not enter any key.

      1. Select the Display Level as "None"
      2. Check the "Suppress Modal" checkbox
      3. Uncheck the "Completion notice" checkbox
    3. Click on Remove previous installations and Specify whether to choose "Default set up behaviour; earlier versions of the installed programs are removed" or "Remove the following earlier versions of Microsoft Office programs"

      Note: The default setting is to remove all the older version. If you want to retain some of the office components select the Remove the following earlier versions of Microsoft Office programs option and choose the components that you want to retain.

    4. Make the following settings if you do not want computers to reboot after installation:
      1. In the left panel of OCT, Click on Setup, and select "Modify Setup Properties"
      2. Click on "Add"
      3. In the Name field, that has poped out, type "SETUP_REBOOT"
      4. In the Value field, type "Never"
      5. Click on OK to save the settings

        This ensures that your computers will not be rebooted after installations.

      Uninstallation Procedure

      a. Edit <share_path>PrjPror.WW\config.xml.

      Example: \\dc-windows7\Software$\MSProject2010\Extracted\PrjPror.WW\config.xml

      <Configuration Product="PrjPror">
      <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
      <Setting Id="SETUP_REBOOT" Value="Never" />
      </Configuration>
  4. Adding the package in Endpoint Central
    1. Click the Software Deployment tab
    2. Click Add Package
    3. Select the MSIEXEC/EXE/ISS/Command package type
    4. Specify a name for the application
    5. Specify the Installation Command with Switches/Arguments as

      <share_name>\setup.exe/adminfile"<share_name>\<msp file name>"
      Example: \\DC-machine1softwareMSProject2010setup.exe /adminfile "\DC-machine1softwareMSProject2010custom.msp"

      Or
      Specify the UnInstallation Command with Switches/Arguments�as
      <share_name>\setup.exe /uninstall PrjPror /config "<share_name>\<config_xml_name>"
      Example: \\dc-windows7\Software$\MSProject2010\Extracted\setup.exe /uninstall PrjPror /config \\dc-windows7\Software$\MSProject2010\Extracted\PrjPror.WW\config.xml�
    6. Click Add Package
  5. Deploy to target computers
    1. Select the package that you added
    2. Click Install/Uninstall Software
    3. Enter a name and description for the configuration
    4. Define the package settings
    5. Configure the deployment settings
    6. Choose the target computers
    7. Specify the schedule options, if required
    8. Click Deploy

Questions