검색

2D 도면3D 모델링BIM Mechanical

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

By The Bricsys Team 6 min 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
null

  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.

null

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.

null
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년 9월 17일 3 min

브릭스캐드에서 선 유형 사용자 지정

BricsCAD에서 사용자 지정 선 유형을 만들면 도면의 디테일과 선명도를 크게 향상시킬 수 있습니다. 복잡한 엔지니어링 계획이든 단순한 레이아웃 디자인이든, 자신만의 라인 유형을 만드는 방법을 이해하면 프로젝트에 전문성을 부여할 수 있습니다. 이 단계별 가이드를 따라 BricsCAD에서 간단한 선 유형과 복잡한 선 유형을 만드는 방법을 배우세요.

2024년 9월 10일 2 min

토목 및 측량 워크플로우를 위한 BricsCAD 파트너 앱

브릭시스는 전문 측량 및 토목 앱 개발자가 BricsCAD 사용자에게 강력하고 효율적인 워크플로우를 제공하는 전문 토목 및 측량 도구를 개발할 수 있도록 탄탄한 기반을 제공합니다. 다양한 개발자 파트너가 BricsCAD V24의 토목 및 측량 워크플로우를 보완하기 위해 어떤 업데이트와 개선 사항을 적용했는지 살펴보세요.

이러한 토목 및 측량 애플리케이션은 BricsCAD에서 지원하는 여러 타사 애플리케이션 중 하나이며, 개발자들은 기능을 개선하고 매 릴리스마다 도입되는 새로운 기능에 발맞추기 위해 노력하고 있습니다.

2024년 9월 9일 3 min

Bricsys 24/7®와 함께 건설 산업에서 디지털 변혁 수용하기

건설 산업은 지속적으로 발전하고 있으며, 디지털 혁신은 팀이 프로젝트를 관리하고 소통하며 프로젝트 문서를 처리하는 방식을 재편하고 있습니다. 건설 프로젝트를 위한 디지털 솔루션을 수용할 때, Bricsys 24/7와 같은 공통 데이터 환경(CDE)은 훌륭한 출발점입니다.. 업계 전반적으로 디지털 도입 수준에 큰 차이가 있는 상황에서 디지털 도구를 수용하고 활용하면 운영 효율성을 높이고 프로젝트 성과를 개선하여 차별화할 수 있습니다.

소셜 미디어에서 팔로우하기