Offline Product Suite Installation

Introduction

This document provides information on how to use Product Suite Offline Download Feature in qpm-cli.

It allows user to download and install a product suite.

Sample Command

Download

qpm-cli --download-only "Qualcomm Development Acceleration Resource Toolkit" --output-dir "C:\temp\ProdSuiteTest"

Install

qpm-cli --install "Qualcomm Development Acceleration Resource Toolkit" --install-dir "C:\temp\ProdSuiteTest"

Download Workflow

  1. All Base Components are downloaded first. At times, error messages will be shown related to license errors, indicating license has not been activated for the product.

  2. After base components, all frameworks associated will be fetched.

  3. After that all dependencies and add-on components will be downloaded.

  4. At the end, a summary report is displayed which gives the overall information.

Installation Workflow

  1. An initial check is done to ensure if relevant conditions are met before installation is started. If it is not met the installation process fails

productSuiteOffline1.1 productSuiteOffline1.2

  1. All dependencies are installed.

productSuiteOffline2.1

  1. In next step all base components are installed.

productSuiteOffline3.1 productSuiteOffline3.2

  1. Followed by the base installation, all AddOn components are installed.

productSuiteOffline4.1 productSuiteOffline4.2 productSuiteOffline4.3