You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
Issue:
Is it possible to install Vijeo Designer as a silent install?
Product Line:
Vijeo Designer
Environment:
Software installation on Windows PC
Resolution:
Yes, you can install Vijeo Designer as a silent install. Below are the parameters that could be used for the install:
Below is an example on how the parameters above are used:
msiexec /i "C:\InstallerDirectory\Vijeo Designer 6.2.msi" FIRSTNAME="User" LASTNAME="User" COMPANYNAME="INDE Electronics" REFERENCENUM="VJDSNDTGSV62M" SERIALNUM="01234567890" INSTALLDIR="C:\Program Files\Schneider Electric\Vijeo Designer" DESKTOPSC="true" QUICKLAUNCHSC="true" ADMINRIGHTS="true" INSTALLALLLANGS="false" DEFAULTLANG="ENU" /qb
Where 62 in the REFERENCENUM="VJDSNDTGSV62M" signifies the version of Vijeo Designer you are installing.
Is it possible to install Vijeo Designer as a silent install?
Product Line:
Vijeo Designer
Environment:
Software installation on Windows PC
Resolution:
Yes, you can install Vijeo Designer as a silent install. Below are the parameters that could be used for the install:
Type | Description | Notes | |
FIRSTNAME: | String | User's first name | |
LASTNAME: | String | User's last name | |
COMPANYNAME | String | User's company name | |
REFERENCENUM | String | Product Reference number | If empty string, then the installer will use a pre-defined reference number |
SERIALNUM | String | Product Serial number | If empty string, then the installer will use a pre-defined serial number |
INSTALLDIR | String | Installation path of Vijeo Designer | If empty string, then the installer will use a pre-defined destination path |
PROJECTSPATH | String | Installation path of Vijeo Designer Projects | If empty string, then the installer will use a pre-defined projects path |
STARTMENUPATH | String | Start Menu folder location | If empty string, then the installer will use a pre-defined start menu folder path |
DESKTOPSC | Boolean | Specifies to create a desktop shortcut | If the value is “true”, create a desktop shortcut. If “false”, do not create desktop shortcut |
QUICKLAUNCHSC | Boolean | Specifies to create a quicklaunch shortcut | If the value is “true”, create a quick launch shortcut. If “false”, do not create a quick launch shortcut |
INSTALLALLLANGS | Boolean | Specifies to install all application languages | When false, only the English language and help files are installed. If true, install all application languages and help files. |
DEFAULTLANG | String | Specifies default application language | If empty string, then use language of locale. Possible values are ENU, CHS, DEU, FRA, ITA, ESP |
ADMINRIGHTS | Boolean | Specifies to install as Administrator | If “false”, install Vijeo Designer with for User Rights. If “true” installer Vijeo Designer for Administrator Rights |
DEMO | Boolean | Specifies to install in Demo mode | If “true”, install Vijeo Designer in Demo mode. If “false”, install Vijeo Designer in Standard Mode. |
msiexec /i "C:\InstallerDirectory\Vijeo Designer 6.2.msi" FIRSTNAME="User" LASTNAME="User" COMPANYNAME="INDE Electronics" REFERENCENUM="VJDSNDTGSV62M" SERIALNUM="01234567890" INSTALLDIR="C:\Program Files\Schneider Electric\Vijeo Designer" DESKTOPSC="true" QUICKLAUNCHSC="true" ADMINRIGHTS="true" INSTALLALLLANGS="false" DEFAULTLANG="ENU" /qb
Where 62 in the REFERENCENUM="VJDSNDTGSV62M" signifies the version of Vijeo Designer you are installing.