Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
ProjectWise
  • Product Communities
ProjectWise
ProjectWise Design Integration Wiki ProjectWise Design Integration Connect Edition Client Unattended Install
    • Sign In
    • ProjectWise Design Integration Wiki
    • ProjectWise Software Download
    • +ProjectWise Learning
    • +Projectwise Licensing
    • ProjectWise Programming and PowerShell
    • +Projectwise Documentation
    • -ProjectWise Explorer Client
      • +ProjectWise Client
      • +Featured Articles - Projectwise Explorer
      • +Audit Trail - ProjectWise Explorer Client
      • +Bentley IMS Login
      • +BS1192 Rules Engine - ProjectWise Explorer Client
      • +Check In Dialog - ProjectWise Explorer Client
      • +Document Code - ProjectWise Explorer Client
      • +Document Creation - ProjectWise Explorer Client
      • +Documentation & Help - ProjectWise Explorer Client
      • +Environments and Attributes - PWE
      • +Export / Import Tool - ProjectWise Explorer Client
      • +Folders / Subfolders - ProjectWise Explorer Client
      • +GUI - ProjectWise Explorer Client
      • -Installation - ProjectWise Explorer Client
        • ProjectWise Design Integration Connect Edition Client Unattended Install
        • ProjectWise Explorer Connect Edition Upd3 Unattended Install
        • Clean Uninstall for ProjectWise
        • Installing PW error 0x80070643
        • ConnectClientWrapperNative.VC100.dll is missing from your computer.
        • Connecting to multiple gateway servers, not all datasources appear
        • Document status incorrect on one PW client machine
        • Error 1722 uninstalling Integration server
        • Error 1935. An error occurred during the installation of assembly
        • Error 41 when deleting folder
        • Error 58510. Your ProjectWise user profile requires that you activate this ProjectWise product using the SELECT Server settings configured on this workstation.
        • Error Could not connect to the datasource
        • Fatal Error during Explorer installation
        • How to silently unattend the install of the application
        • Installing new CAD software and integrating with ProjectWise
        • Installing on to a Windows7 32-bit machi... (Solution 500000102136)
        • Internal Error 2738 installing PW Explorer
        • Manually install VPR for V8i
        • MSXML Error installing ProjectWise Explorer
        • Not enough space on drive C:\ to extract this package
        • Projectwise datasources do not display in Projectwise Explorer
        • ProjectWise Explorer CONNECT Edition Update 2 > Programs and Features > right-click > "Change" does not work as expected
        • Registry keys for ProjectWise Integration
        • Setting the default startup folder
        • Could not complete the operation due to error 80041002
        • Error 1316 A network error occurred while attempting to read from the file
        • Error 1607 Unable to Install Installshield Scripts Runtime
        • Error 1935. An error occurred druing the installation of assembly Microsoft.VC90.ATL
        • Where are ProjectWise connect edition installer log?
        • Internal error 2894 126 when trying to install Projectwise explorer
      • +Integration - General
      • +Integration - AutoCAD - ProjectWise Explorer Client
      • +Integration - Civil 3D - ProjectWise Explorer Client
      • +Integration - DGN Platform - ProjectWise Explorer Client
      • +Integration - MicroStation - ProjectWise Explorer Client
      • +Integration - Office - ProjectWise Explorer Client
      • +Integration - Revit - ProjectWise Explorer Client
      • +Logs Troubleshooting- ProjectWise Explorer Client
      • +Messaging Service - ProjectWise Explorer Client
      • +MISC - ProjectWise Explorer Client
      • +Open / Save / Copy / Move - ProjectWise Explorer Client
      • +Photo Preview - ProjectWise Explorer Client
      • +ProjectWise Managed Workspaces
      • +Project - ProjectWise Explorer Client
      • +Search - ProjectWise Explorer Client
      • +Security and Permissions - ProjectWise Explorer Client
      • +User Tools - ProjectWise Explorer Client
      • +Views - ProjectWise Explorer Client
      • +Workflows & States - ProjectWise Explorer Client
    • +ProjectWise Administrator
    • +ProjectWise Integration Server
    • +ProjectWise Caching Server
    • +ProjectWise Gateway Server
    • +ProjectWise User Synchronization Service
    • +ProjectWise Orchestration Framework
    • +ProjectWise Connected Services
    • +Working from Home with ProjectWise
    • +ProjectWise Glossary
    • ProjectWise Hosting - Manage Services

     
     Questions about this article, topic, or product? Click here. 

    ProjectWise Design Integration Connect Edition Client Unattended Install

    This technote provides information on the ProjectWise Design Integration Connect Edition Client Unattended Install via Command Line Parameters.  Also included are Feature Customizations through command line parameters.

    The ProjectWise Design Integration Connect Edition is not provided with a .msi package anymore, but has an .exe that bundles the ProjectWise Explorer Connect Edition, and the Connection Client.

     ***Note: Previous versions of CONNECT Edition had some issues with Windows 10 when attempting a silent install. These issues have been resolved in ProjectWise Explorer Client Version 10.00.03.262***

    Command line parameters that are used to set a specific action for installation:

    • -q, -quiet, -s, -silent = silent install

    • -uninstall = uninstall

    • -repair = repair (or install if not installed)

    Parameters that are used to select specific packages for installation:

    • ADDLOCAL

    • REMOVE

    • REINSTALL

    Available packages (Case-sensitive):

    • DgnNavigatorControlAx

    • AutoCAD2014

    • AutoCAD2015

    • AutoCAD2016

    • PWDeliverablesMGTClient
    • Office2013

    • InDesignCC2015

    • InDesignCS6

    • Revit2014

    • Revit2015 (only available in x64 setup)

    • Revit2016 (only available in x64 setup)

    Examples:

    Selecting only DgnNavigator and ProjectWise integration for Microsoft Office 2013.

    Setup_ProjectWisex64_10.00.01.25.exe -s ADDLOCAL=DgnNavigatorControlAx,Office2013

     

    Also, it is possible to select all packages by using the “ALL” keyword.

    For example:

    Setup_ProjectWisex64_10.00.01.25.exe -s ADDLOCAL=ALL

    Or selecting all, except DgnNavigator and ProjectWise integration for Microsoft Office 2013.

    Setup_ProjectWisex64_10.00.01.25.exe -s ADDLOCAL=ALL REMOVE=DgnNavigatorControlAx,Office2013

    To reinstall packages (only if they are installed):

    Setup_ProjectWisex64_10.00.01.25.exe -s -repair REINSTALL=DgnNavigatorControlAx,Office2013

     

    Changing the location to where ProjectWise will be installed.

    PWE_INSTALLDIR, PWE_INSTALLDIR64 parameters are only available for ProjectWise Explorer and are used to set location. For example the following command line will set the install directory to c:\PWE64.

    Setup_ProjectWisex64_10.00.01.25.exe PWE_INSTALLDIR="C:\PWE" PWE_INSTALLDIR64="C:\PWE64"

     

    For targeting a specific package, these parameters are available:

    • [Prefix]_ADDLOCAL

    • [Prefix]_REMOVE

    • [Prefix]_REINSTALL

    • [Prefix]_INSTALLDIR (available only for ProjectWise Explorer)

    • [Prefix]_INSTALLDIR64 (available only for ProjectWise Explorer 64bit installation)

    Where [Prefix] is used to target a specific package. For example, “PWE” is used to target ProjectWise Explorer.

    PWE_ADDLOCAL

    PWE_INSTALLDIR64     etc.

    Here are a few examples using the Prefix for ADDLOCAL and REMOVE usage for ProjectWise Explorer:

    Setup_ProjectWisex64_10.00.01.25.exe -s PWE_ADDLOCAL=PWExportImportAAM,PWExportImport PWE_REMOVE=ClientTools,INTEGR,ProjecWiseDependencyViewer

    Setup_ProjectWisex64_10.00.01.25.exe -s PWE_ADDLOCAL=ALL PWE_REMOVE=INTEGR,ProjecWiseDependencyViewer

     

       Available parameters (case sensitive) can be found at the below link:

    http://communities.bentley.com/products/projectwise/content_management/m/mediagallery/271710

     

     

    • Share
    • History
    • More
    • Cancel
    • Bill Kenney Created by Bill Kenney
    • When: Fri, Mar 18 2016 11:08 AM
    • Dana Guthrie Last revision by Bentley Colleague Dana Guthrie
    • When: Mon, Sep 26 2022 2:55 PM
    • Revisions: 5
    • Comments: 0
    Recommended
    Related
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2023 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies