Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack When installing ClearSCADA, it is possible that the installer may fail for some reason. There are a number of ways to find out more information about the installation and the failure.
If this does not provide any helpful information, msiexec.exe (Windows Installer Service), used to install ClearSCADA, can be run in a logging mode to log the installation process.
An example of the command line string used to call this application is:
where C:\ClearSCADA\ is the location of the file ClearSCADA.msi
The /i parameter specifies the name of the package to install.
The /l* option specifies that all logging options should be enabled (except verbose output and extra debugging options)
Further command line switches can be found by simply running msiexec.exe from a command prompt, however suggested settings for ClearSCADA are as shown above.