Wednesday, June 1, 2011

How to add multiple updates to a deployment of an AutoCAD 2011 product

Issue

You need to create or modify a deployment of an AutoCAD 2011 product such that it includes the latest update plus all previous updates.

Solution

Unlike previous releases, Update 2 for AutoCAD 2011 products do not include the fixes from the previous 2011 updates. This means that you must install the previous update before installing Update 2. It also presents a new workflow when creating deployments where you now have to include multiple updates in a deployment at the same time.
Note: AutoCAD 2011 Update 1 was subsequently replaced by Update 1.1. For simplicity, when this solution specifies Update 1, it is referring to Update 1.1 for AutoCAD 2011 and Update 1 for all other AutoCAD 2011 products.
  1. Using the table above, download both Update 1 and Update 2 for your AutoCAD product from the Autodesk website.
  2. Open a Windows command prompt and navigate to the folder where you downloaded the update files.
  3. Extract the MSP files from the executables by entering the update file name followed by the /e switch and a target file name. For example:

    AutoCAD2011Update2.exe /e .\AutoCAD2011Update2.msp
    AutoCAD2011Update1.1.exe /e .\AutoCAD2011Update1.1.msp

    or

    ACM2011Update2.exe /e .\ACM2011Update2.msp
    ACM2011Update1.exe /e .\ ACM2011Update1.msp
  4. Launch the AutoCAD 2011 product installer and click “Create Deployments”.
  5. Enter all of the information as you would for a typical deployment.
  6. On the “Create Deployment” page, click the “Configure” button.
  7. Click the “Next” button to get to the “Include Service Pack” page.

    Warning: If you are modifying an existing deployment and the “Merge the Service Packs into the administration image MSI file” is selected and grayed out, the Administrative image was creating using the “Merge Service Packs” option. You cannot add updates to this deployment and have new updates installed with the deployment. You must create a new Administrative image in a different folder.
  8. Select the option for “Include Service Pack(s) from local drive or local network”.
  9. Click the “Add...” button, and select the Update 1 MSP file you extracted.
  10. Repeat, using the “Add...” button to select the Update 2 MSP file (Update 2 cannot be added without Update 1).
  11. If you are creating a new deployment, you may use either of these options:

  12. Click “Next” when you are done adding the Service Packs.
Continue to create or modify the deployment as described in the documentation.

No comments:

Post a Comment