Offline installation of products on Web platform installer

Important commands

  1. Cache local copy of the product and dependencies
    WebPICMD.exe /Offline /Products:[All|<Title or ID>] /Path:[offline-directory-location]
  2. Install from the local copy
    WebPICmd.exe /Install /Products:<products you want> /XML:<Offline main feed>
  3. List all the available product on web platform
    WebPICmd.exe /List /ListOption:All

Sample

WebPICmd.exe /List /ListOption:All > products.txt
products.txt file is stored in the current working directory. It contains the product IDs of the products.

 

References:

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *