Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
MicroStation
  • Product Communities
MicroStation
MicroStation Wiki Installing MicroStation V8i silently
    • Sign In

    • +MicroStation Wiki
    • -Administration Wiki
      • Adding "Display Style List" to custom Toolbox
      • +Administration - Legacy Content
      • Answers for the Levelly Challenged
      • Batch Convert Utility
      • Bentley Tablet Driver And CalComp DrawingBoard
      • Bypassing Port Problems In Windows 2000 And Windows XP
      • Cannot find survey ft option in Design File Settings > Units
      • Configuration Variable Processing
      • Configuration Variables In MicroStation V8
      • Creating Tool Icons
      • Customize item missing from Workspace menu
      • Customize Toolbox - Tool opens new Toolbox
      • DGN file association in Windows 10 (MicroStation Does not appear in list)
      • DGN Index Service - How to set up
      • DGN Index Service Setup ended prematurely – error 1603
      • Enabling Lock Pages In Memory Under Windows 7 and Vista
      • Error - Cannot locate a default SHX font. Please install msdefault.shx
      • Error - Unable to load/create dialog item of type 'IconCmd', id
      • Error 1402. Could not open key
      • Error 1603 during install
      • Error 1610 during install
      • Error 1625 during install
      • Error message when starting MicroStation, "ucf not found"
      • File Associations
      • File Correction and Audit Tools
      • Getting Started With The Standards Checker
      • Haven't Upgraded To The MicroStation V8 Format Yet
      • How to Copy User Preferences and User Configuration Files to a new or different PC
      • How to quickly add a number of folders to Microstation's reference files search paths
      • How To Reset User Preferences and Delete MicroStation's Temporary Files
      • Installing MicroStation V8 XM Edition silently
      • Installing MicroStation V8i (SELECTseries 3) Without an Internet Connection
      • Installing MicroStation V8i silently
      • Is there any easy way to determine key-ins or variable names?
      • Key-in command to define different pattern setting options
      • Keyin to encrypt dgn files
      • MicroStation - Creating a Custom Colour Book
      • MicroStation Command Line Options And Switches
      • MicroStation Failed to Start
      • MicroStation file access issues with shared network drives
      • MicroStation Memory Management
      • +MicroStation V8i Variables
      • MicroStation Virtualization FAQ
      • Migrating Customizations to MS V8i
      • Migrating Customizations to MS XM
      • MSDebug File
      • MSXML Issue
      • Networking Workspaces
      • Networking Workspaces the easy way
      • New Variables
      • Overriding And Resynchronizing Level Attributes
      • Restore MicroStation to Factory defaults
      • Script error during MicroStation Installation
      • Serving Up Efficiency
      • Sharing Your Workspace
      • System Fault 5 MDL abort in DITEMS
      • The Power Of The Workspace
      • To also see hidden Config-Variables
      • Unable to connect to an Oracle Database
      • Understanding File Locations And Reference Attachments In MicroStation
      • Updating To MicroStation V8 Format
      • Upgrading From 08.09.02.52 To 08.09.02.77
      • Windows Explorer ProgramData folder
      • Workspaces on the Network
    • +Annotations Wiki
    • +Bentley View Wiki
    • +MicroStation PowerDraft
    • +Printing and Plotting
    • +Programming Wiki
    • +Visualization Wiki
    • Window List Dialog for Missing Tool Dialog Boxes

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

    Installing MicroStation V8i silently

      Product: MicroStation
      Version: V8i
      Environment: N\A
      Area: Installation
      Subarea: N/A

    Overview

    MicroStation V8i Software Prerequisite Pack

    The MicroStation V8i Software Prerequisite Pack is a sequencing of Microsoft redistributables housed in a Microsoft IExpress package. The Administrator has to unpack the MicroStation V8i Software Prerequisite Package using a command to obtain the relevant .MSI files.

    To get a list of available command options, submit the following command:

    "Setup Prerequisites 08.11.05.05_en.exe" /?

    "Setup Prerequisites 08.11.07.03en.exe" /?  (Note: SS1 and SS2)

    The sample command below will extract the files to the listed location (C:\some\full\path) without continuing on to installation.

    "Setup Prerequisites 08.11.05.05_en.exe"  /C /T:C:\some\full\path

    "Setup Prerequisites 08.11.07.03_en.exe" /C /T:C:\some\full\path   (Note: SS1 and SS2)

    If you open PrerequisitesGUI.hta from the extraction with a text editor, you can obtain a listing of the files that need to be installed in order to install the MicroStation V8i Software Prerequisite Pack in its entirety. The appropriate section begins with the comment "The HTML dialog layout". Each command line follows the attribute "BSI_CMD=". The Administrator just has to issue the command indicated in each of the HTML "List Items" ("LI" element tag).

    Please note that there is no uniformity in the Microsoft world. Consequently, there are various different return codes for success, failure, and reboot needed for each package. Some packages must be (or must not be) installed in certain OS and service packs. But that control should be available to the Administrator from their mass deployment infrastructure.

    A Registry key must be created that indicates to the MicroStation installer that the PreReq or equivalent procedure has been run. The key and name is "HKLM\SOFTWARE\Bentley\XM_Prerequisite\InstalledVersion" and has a string value of the Prerequisite Package. An example is "08110505".

    There will be a different key which corresponds to the release of the PreReq pack.  See the table below

    Release              Registry Entry

    08.11.03.xx       "HKLM\SOFTWARE\Bentley\XM_Prerequisite\081103xx\InstalledVersion"
    08.11.05.xx       "HKLM\SOFTWARE\Bentley\XM_Prerequisite\081105xx\InstalledVersion" 08.11.07.xx       "HKLM\SOFTWARE\Bentley\XM_Prerequisite\081107xx\InstalledVersion"

    For Windows 7 64 Bit the entry would be:

    08.11.07.xx        "HKLM\SOFTWARE\Wow6432Node\Bentley\XM_pREREQUISITE\081107XX\InstalledVersion"

    MicroStation V8i

    The MicroStation Product installer is housed in a Microsoft IExpress package. The same command options given above will extract the product files:

    ms08110511en.exe /C /T:C:\some\full\path

    ms081107443.exe /C /T:C:\some\full\path

     

    There are two public properties that can be specified on the "msiexec" command line for the MicroStation MSI file. (Note: These are documented in the delivered MicroStation V8 XM Edition Documentation in Programmed Customizations>Command Line Arguments and Exception Logs>Setting Parameters for MicroStation Silent Installation.)

    APPLICATIONFOLDER - The directory into which the MicroStation program and associated files will be installed. This value must be quoted if it contains spaces or other characters that are reserved by the command shell.

    PACKAGE_HOMEROOT - The directory into which the MicroStation workspaces and associated files will be installed. This value must be quoted if it contains spaces or other characters that are reserved by the command shell.

    These public properties are different for MicroStation V8 XM Edition.  See Installing MicroStation V8 XM Edition silently for more information.

    Here is an example command for msiexec:

    msiexec /l*v c:\silent.log /qn APPLICATIONFOLDER=C:\silent install\Program\ PACKAGE_HOMEROOT=C:\Silent install\homeroot\" /i "MicroStation.msi"

    where:

    msiexec - This is the Windows Installer

    /l*v c:\silent.log - Produces a log of the installation

    /qn - Suppresses the UI of the installer. /qn is a silent install and /qn+ is a silent installation with a single modal dialog indicating that the installation is complete.

    APPLICATIONFOLDER=C:\silent install\Program\ - Installs the program files to the specified location.

    PACKAGE_HOMEROOT=C:\Silent install\homeroot\ - Installs the workspace files to the specified location.

    /i "MicroStation.msi" - Indicates the package to install.

    Here is another example that suppresses the installation of workspace files and sets the install to leverage an existing workspace location by setting the workspace path to another location in "msdir.cfg"

    msiexec /l*vx log.log /i MicroStation.msi /qn+ ADDLOCAL=ALL REMOVE="ExampleProjects,WorkSpaceExamplesGeneralFeature,WorkSpaceExamplesBuildingFeature,WorkSpaceExamplesGeospatialFeature,WorkSpaceExamplesPlantFeature,OptionalFontFeature" APPLICATIONFOLDER=c:\08110517 PACKAGE_HOMEROOT=c:\08110517-WS

    (Please note that all of these are on one line)

    where:

    ADDLOCAL=ALL - Install everything...

    REMOVE="ExampleProjects,WorkSpaceExamplesGeneralFeature,WorkSpaceExamplesBuildingFeature,WorkSpaceExamplesGeospatialFeature,WorkSpaceExamplesPlantFeature,OptionalFontFeature" - but do not install these feature components. Here is the complete feature list which you can choose not to install:

    MdlToolsFeature, WorkSpaceDefaultFeature, ExampleProjects, WorkSpaceExamplesGeneralFeature, WorkSpaceExamplesBuildingFeature, WorkSpaceExamplesCivilFeature, WorkSpaceExamplesGeospatialFeature, WorkSpaceExamplesPlantFeature, WorkSpaceStandardsFeature, DocFeature, Utilities, WinTabFeature, DiagnosticToolsFeature, DatabaseExamples, DatabaseBUDBCExampleFeature, DatabaseODBCExampleFeature, DatabaseSql2005ExamplesFeature, DatabaseSqlSrvrExamplesFeature, DatabaseOLEDBAccessExampleFeature, DatabaseOLEDBUdlFeature, DatabaseOracleExampleFeature, TradChnsFontFeature, KoreanFontFeature, KanjFontFeature, OptionalFontFeature

    APPLICATIONFOLDER=c:\08090277 PACKAGE_HOMEROOT=c:\08090277-WS - Write this as the workspace path in msdir.cfg.

     

    MicroStation V8i (SELECTseries 3) Deployment Image

    New features have been added to the MicroStation V8i (SELECTseries 3) installer.

    Create Deployment Image Option Available:

    In the installer, you now have the option to create a deployment image of the application. The deployment image is created by the system administrator for installing the application with the same installation configuration on multiple machines. For further details, refer to the Deployment Guide page in the readme document located at the root of your
    installation directory ("..\Bentley\MicroStation<version>\MicroStation\readme_MicroStation.chm").

    The Deployment Guide and QuickInstall Guide page in the Readme can now be accessed from the installer wizard by either clicking the help icon on the installer dialog or by pressing F1.

    Bentley Prerequisites Installed Automatically:

    The Prerequisites for Bentley Desktop Applications 08.11.09.xx are now automatically downloaded and installed to your workstation while you install the application. For further details, refer to the readme document located at the root of your installation directory ("..\Bentley\MicroStation<version>\MicroStation\readme_MicroStation.chm").

    MicroStation V8i (SELECTseries 3) Deployment Guide

       

    See Also

    Installing MicroStation V8 XM Edition silently

    Other language sources

      Original Author: Bentley Technical Support Group
    • MicroStation V8i
    • installation
    • Deployment image
    • silent install
    • Share
    • History
    • More
    • Cancel
    • Elisa McGraw Created by Elisa McGraw
    • When: Tue, Aug 10 2010 4:09 PM
    • Andrew Bell Last revision by Bentley Colleague Andrew Bell
    • When: Thu, Sep 10 2020 8:02 PM
    • Revisions: 12
    • Comments: 5
    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