検索

2D作図モデリングBIM Mechanical

CAD Managers’ Corner – BricsCAD® Network Installation Mechanics – Part 1

By The Bricsys Team 6 分 2019年10月3日
Network Installation Mechanics – Part 1

If you’re switching to BricsCAD, chances are you’ll probably need to install many user workstations and want to speed the installation process up as much as possible.

The good news is that BricsCAD – as opposed to some other CAD tools you may have worked with – has a compact (515MB) installation footprint that copies across networks quickly. Install with no user intervention, in a matter of just a couple of minutes (depending on network transport speeds and machine resources). This compact and speedy installation process lends itself nicely to being automated via batch commands or even group policy options (GPO) in Microsoft Windows networks.

In this post, I’ll provide some best practices for CAD and IT administrators who want to install multiple user seats of BricsCAD in the easiest manner possible.

Quick Overview

Before we get into the specifics of our installation project, you’ll need to do the following homework:

  1. Check your license file, keys and/or license server are set up and running prior to network installations. This will assure that installations on user machines can proceed without license file hassles. If you haven’t already set up your license files, keys and/or license server please see this resource for help.
    Note: Your installation options will vary depending on whether you want to use a floating license manager server or standalone copies. It is important to resolve all issues PRIOR to performing software installation.
  2. Download the BricsCAD MSI installation file.
  3. Establish a network location for the MSI file and support files to reside. This location should be accessible to all users who will be installing the software. Set to read level permissions for most users, but set as write/edit permissions for you.
  4. Consider possible installation options. Think about how you’d like the following installation variables to be handled:
  • Silent install Do you want to suppress any user intervention in the setup process?
  • Desktop icon Do you want the installer to create a default icon or would you prefer to place your own custom icon on the user’s desktop?
  • Show release notes Do you want the user to see the product release notes after the installation runs?
  • License file Do you want the installer to automatically use the existing license file or license server?

Preparing the BAT File

Now that the homework is done, create the procedure for the installation. In this example I propose the creation of a batch (.BAT) file that can simply be invoked at the user’s remote machine. BAT files are old school, but they are the easiest way to create a complex command string that can be recalled later without any laborious typing.

For the purposes of our example here I’ll assume the following path, file names, and configuration:

Network installation folder: O:\BricsCAD v21 Installation Files
BricsCAD installation BAT file: BRICSCAD_INSTALLER.BA
BricsCAD installation MSI file: BricsCAD-V21.2.06-1-en_US(x64).msi
Silent installation: Yes
Create desktop icon: Yes
Show release notes: No
Use license file: Yes
License file location/name: O:\BricsCAD License Files\BricsCAD.LIC

We will now use the MSIEXEC command logic in an installation BAT file using the following syntax:

  1. Use an editing program to create the batch file and be sure to save it in the folder where the BricsCAD-V21.2.06-1-en_US(x64).msi file resides

BRICSCAD_INSTALLER.BAT

and be sure to save it in the

O:\BricsCAD v21 Installation Files

folder where the BricsCAD-V21.2.06-1-en_US(x64).msi file resides

  1. Add this syntax to the BAT file:

MSIEXEC /I "BricsCAD-V21.2.06-1-en_US(x64).msi" /QN
1-BRICSCAD INSTALLER BAT

  1. Now add an extra parameter to keep the release notes from showing:

MSIEXEC /I "BricsCAD-V21.2.06-1-en_US(x64).msi" /QN SHOWRELEASENOTES=""

  1. Finally, we add the appropriate parameters for the licensing we wish to use. For all cases add these parameters:

BRICSCAD_INSTALLER.BAT

  1. For single user or volume license agreements specify a licensing key like this:

BRICSCAD_INSTALLER.BAT

where the actual license key is within “” marks

  1. For network license installations specify a license like this:

BRXLICENSESERVER="host"

when the license server is on port 5053

  1. If a license server is installed on anything other than port 5053 then add:

BRXLICENSESERVER="host@port"

where port is the correct port number

The Final Form

Now we can save the BAT file and test it. The line of code in the BAT file can be lengthy and could look like this:

MSIEXEC /I "BricsCAD-V21.2.06-1-en_US(x64).msi" /QN SHOWRELEASENOTES="" BRXLICENSEDESTFILE=" O:\BricsCAD License Files" BRXLICENSEFILE=" BricsCAD.LIC " BRXLICENSESERVER="host"

This long line of code can be very hard to manipulate in a text editor so you may wish to format your BAT file using the “^” function to continue input over several lines of input like this:

MSIEXEC /I "BricsCAD-V21.2.06-1-en_US(x64).msi" /QN SHOWRELEASENOTES="" ^
BRXLICENSEDESTFILE=" O:\BricsCAD License Files" BRXLICENSEFILE="BricsCAD.LIC" ^
BRXLICENSESERVER="host"

Or even

MSIEXEC /I "BricsCAD-V21.2.06-1-en_US(x64).msi"
/QN SHOWRELEASENOTES="" ^
BRXLICENSEDESTFILE=" O:\BricsCAD License Files" ^
BRXLICENSEFILE="BricsCAD.LIC" ^
BRXLICENSESERVER="host"

Just be sure that a space and the ^ character are at the end of each line you wish to continue to the next line of input.

2-BRICSCAD INSTALLER-BAT

Testing it Out

Now simply close the BAT file and run it by double-clicking the BAT file. By running the installer you’ll be able to verify proper installation and verification of a license. Should any troubles arise check carefully for typographical errors and incorrect paths and be sure that your network license files, keys and/or network license server components have been correctly installed.

3-BRICSCAD-INSTALLER-BAT-WINDOWS
Double-click the BAT file to run it.

Or, alternatively, invoke the BAT file by using other automated scripts or group policy options. This could be run from the network by your IT department.

Next Steps

Now that BricsCAD is installed wouldn’t it be great to get the software configured with all the folders, settings and configuration parameters that are unique to your network environment? That’s the topic we’ll tackle in BricsCAD Network Installation Mechanics – Part 2.

Ready to try BricsCAD?

Easy to try, easy to buy, easy to own. That’s BricsCAD. Try all of our products, for free for 30 days at www.bricsys.com. Freedom of choice, plus perpetual (permanent) product licenses that work with all languages, in all places. You’ll love what we’ve built for you with the BricsCAD V21 product family.

2024年11月6日 4 分

On-site document management made easy with Bricsys® 24/7 & LB Aproplan

The construction industry faces several challenges regarding document management. To deliver projects on time and within budget, project managers must easily maintain document version control, manage user access to documents, and streamline approval processes. Poor document management inevitably leads to complications, delays, efficiency loss and increased costs down the line.

2024年9月17日 1 分

BricsCAD での線種のカスタマイズ

BricsCADでカスタム線種を作成すると、図面の詳細と明瞭さを大幅に向上させることができます。 複雑なエンジニアリングプランに取り組んでいる場合でも、シンプルなレイアウトデザインに取り組んでいる場合でも、独自の線種を作成する方法を理解することで、プロジェクトにプロフェッショナルな優位性を与えることができます。 このステップバイステップ ガイドに従って、BricsCADで単純な線種と複雑な線種の両方を作成する方法を学びましょう。

2024年9月10日 1 分

土木および測量ワークフローのためのBricsCADパートナーアプリ

Bricsysでは、専門の調査および市民アプリの開発者が、BricsCADユーザーに堅牢で効率的なワークフローを提供する専門の市民および調査ツールを作成するための強固な基盤を提供します。 BricsCAD V24の土木および調査ワークフローを補完するために、さまざまな開発者パートナーがどのような更新と改善を行ったかを見てみましょう。これらの土木および測量アプリケーションは、BricsCADがサポートする複数のサードパーティアプリケーションの1つであり、開発者は機能の改善に取り組み、リリースごとに導入される新機能に遅れずについていきます。

ソーシャルメディアでフォローする