zoukankan      html  css  js  c++  java
  • SharePoint 2013 – Workflow Manager 1.0 offline download

    [http://sharepointdeal.wordpress.com/2013/03/13/sharepoint-2013-workflow-manager-1-0-offline-download/]

    Problem: There is no direct download to the Workflow manager and required components that need to Install and Configure Workflow Manager 1.o with SharePoint 2013.

    If the server have internet connection “Web Platform Installer” does the job for you. This is good for quick setup of development environment but what if we want to setup on a server that don’t have internet connection. Also for consistent builds (Dev/QA/production) we need to download and install the same software across all the environments.

    Solution: Below steps provide how to download the required Workflow Manager 1.0 components.

    Here is the instructions from Microsoft link : http://technet.microsoft.com/en-us/library/jj906604

    (Note: Please do not confuse with the below Microsoft link to download Workflow manager 1.0, again this is not full version).

    Step 1: Logon to the machine where you have internet connection and down load the web platform installer “WebPlatformInstaller_amd64_en-US.msi” from here

    Step 2: Extract the files from “WebPlatformInstaller_amd64_en-US.msi” to a folder. There are different ways to extract files from msi. below is the example using msiexec utilty.

    Open Command prompt or powershell run as administrator and enter the below command:

    msiexec /a <msi location with folder path> /qb TARETDIR = <folder location where the files needs to be extracted>

    Ex:

    msiexec /a C:SharePointSP2013ToolsWebPlatformInstaller_amd64_en-US.msi /qb TARGETDIR=C:
    ePointSP2013Toolswpi

    It will extract the folder structure as below.

    Required “WebpiCmd.exe” available under <above target location>/Microsoft/Web Platform Installer

    Step 3: Download Workflow Manager components using WebpiCmd.exe

    In the command prompt or powershell

    webpicmd.exe /offline /Products:WorkflowManager /Path:<folder directory to download>

  • 相关阅读:
    开源的免费的对比工具
    win10 git bash 配置
    Java SSH 不使用终端也能调用环境变量中的指令
    MySQL WITH ROLLUP
    docker安装postgres
    开源的应用容器引擎
    清除浮动有哪几种方法
    js中的yield
    git的速学了解
    string/stringBuffer/StringBuilder的区别
  • 原文地址:https://www.cnblogs.com/frankzye/p/3835827.html
Copyright © 2011-2022 走看看