Back

Topic

[KB1095]Silent Install PcVue 15

Tags: Silent installation

4 years ago
By HOTE
Options
Print
Applies to:

PcVue 15.


Summary:

A silent installation is an installation that does not display messages or windows during its progress.

This article covers silent installation of PcVue version 15. The purpose of this document is to describe the main command lines necessary to launch silent installation. For more information you can also download the complete reference guide for version 12, its content is mostly compatible with version 15.


Details:

General Information

There are several ways to launch command lines.

This document talks only about command files (.cmd extension).

These command files must be run as Administrator, because most of installation operations require elevated privileges.

We therefore consider using following elements:

  • DVD or ISO file using drive letter D:
  • Create folder named C:\Log, to store log files. This folder must exist to be used.
  • A command file created on user desktop C:\Users\<user>\Desktop\Silent.cmd (this file must be run as administrator).

Installation process

The installation consists in several steps.

  • Core prerequisite: Installed only once, and before Core installation. Not needed if Core does not need to be installed.
  • WDT prerequisite: Installed only once, and before Wdt installation. Not needed if Wdt does not need to be installed.
  • Core. If needed.
  • Web deployment tools (WDT). If needed.
  • Patch: For the first install, it must be installed after Core and/or Wdt. For patching, it will be installed alone.

This article will discuss only about First installation, Update and Patch. Silent install can also be used for Reparation, Modification (Add and/or remove features) and Uninstallation.

Command lines samples

The command lines need to be written in the Silent.cmd file.
 R Mnemonics are case sensitive (ie Qstart is not correct, you have to use QStart as written in the following tables)

1 – Core and Wdt prerequisites

The first step of a first installation is to install the prerequisites.

Start /wait D:\Prerequisite\PrqCore.exe /quiet /norestart /NoPrompt SilentMode=1

Start /wait D:\Prerequisite\PrqWdt.exe /quiet /norestart /NoPrompt SilentMode=1

2 – Core and WDT first install or update

By default installation

The following command lines install Core and WDT by default, with the installation language set to French.

The by default installation language is English. You can change it by using the /L parameter followed by the language code you wish.

Using a specific installation language changes the installation behavior for the following:

– Shortcuts created in the given language
– Online Help, Library, Quick Start and Demo projects installed (when data exists for a given language)
– Default language setting for creating a new project (1st language = installation language, 2nd language = English)

Below each supported language codes:

German 1031
Spanish 1034
French 1036
Italian 1040
Japanese 1041
Latvian 1062
Polish 1045
Portuguese 2070
Russian 1049
Chinese (Simplified) 2052
Chinese (Traditional) 1028

Start /wait D:\Core\Setup.exe /clone_wait /L1036 /s /v”/quiet /norestart /l*v C:\Log\Install.log”

corresponds to core HMI/SCADA installation without any additional feature:

PcVue 15 setup classic

Start /wait D:\Wdt\Setup.exe /clone_wait /L1036 /s /v”/quiet /norestart /l*v C:\Log\Install.log”

correspond to Wdt installation:

PcVue 15 Wdt setup classic

Customized installation: Change the Features

Customization is only available for Core. Wdt does not offer custom setup type.

  • Features preselection

This method allows preselecting any feature proposed on StartScreen

Start /wait D:\Core\Setup.exe /clone_wait /s /v”/quiet /norestart ADDFEATURE=<list of preselected features> /l*v C:\Log\Install.log”

For example:

To install basis program files, excluding database manager, with Web & Mobile access, Geolocation back end, Instant Messaging and Libraries, you must use this instruction:

Start /wait D:\Core\Setup.exe /clone_wait /s /v”/quiet /norestart ADDFEATURE=Backend,Backend_Geoloc,Msg,Lib /l*v C:\Log\Install.log”

In not-silent mode, this would correspond to the following user choices during installation:

PcVue 15 setup custom

2021 01 28 09 20 39 Windows 10 x64 IZOT VMware Workstation 15 Player

The table below list the mnemonics corresponding to each available preselection

StartScreen feature name ADDFEATURE value
Web & Mobile access Backend
Geolocation back end Backend_Geoloc
Geolocation back end with tracking Backend_Geoloc_Tracking
Instant Messaging Msg
Libraries Lib
Quick Start project QStart
Demo project Demo
Extra documentation Doc
SDK & API Sdk
  • Preview features, and Database Manager

This method allows selecting features, which are not directly pre-selectable on StartScreen

Start /wait D:\Core\Setup.exe /clone_wait /s /v”/quiet /norestart ADDFEATURE=<list of preselected features>,<list of hidden features> /l*v C:\Log\Install.log”

For example:

To install basis program files, including database manager, with Web & Mobile access, Geolocation back end, Instant Messaging, Libraries and Smart Bot (preview), you must use this instruction:

Start /wait D:\Core\Setup.exe /clone_wait /s /v”/quiet /norestart ADDFEATURE=Backend,Backend_Geoloc,Msg,Lib,Main_Dmt,Msg_Bot /l*v C:\Log\Install.log”

In not-silent mode, this would correspond to the following user choices during installation:

2021 01 28 09 20 54 Windows 10 x64 IZOT VMware Workstation 15 Player

PcVue 15 setup custom advanced

The table below list the mnemonics corresponding to useful hidden features

Custom Setup feature name ADDFEATURE value
Database Manager Main_Dmt
Notification publisher (preview) Backend_Push
Smart bot (preview) Msg_Bot

3 – Core and Wdt Patch

There is only one command line, since patches are distributed as bundles embedding both Core and WDT patches.

Start /wait “” “D:\Patch\15.0.3_PcVue_Patch for 15.0.0 or later.exe” /quiet /norestart

 R First Installation case

In case of first installation, you need first to install Core and/or Wdt, using commands above, then the patch, if it exists.

If the patch exist, you will find it in the Patch directory of the DVD

Created on: 12 Jan 2021 Last update: 04 Sep 2024