Tuesday, December 18, 2012

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:

2.      Web Platform Installer v4 command line (WebPICMD.exe) Preview Release

No comments:

Post a Comment

I would be glad to know if this post helped you.