Automate Desktop v11.3.10 Installation Guide
Automate Desktop v11.3.10 Installation Guide
Automate Desktop v11.3.10 Installation Guide
Automate Desktop
11.3.10
Copyright Terms and Conditions
The content in this document is protected by the Copyright Laws of the United States of America and other countries worldwide. The
unauthorized use and/or duplication of this material without express and written permission from HelpSystems is strictly prohibited.
Excerpts and links may be used, provided that full and clear credit is given to HelpSystems with appropriate and specific direction to the
original content. HelpSystems and its trademarks are properties of the HelpSystems group of companies. All other marks are property
of their respective owners.
202004020549
Table of Contents
Before You Begin 1
System Requirements 1
Hardware 1
Operating System 1
Additional Software Requirements 2
Installing Automate Desktop 3
InstallSheild Wizard Installation 3
Command-line Installation 3
What You Will Need 4
Installation Properties 4
Installing Automate Desktop Using Command-lines 6
Upgrading Automate Desktop Using Command-lines 6
Creating an Install Log 7
Enabling Remote Administration 7
Installing Automate Desktop Developer Tools 7
Installing Automate Desktop Runtime Component 7
Updating Automate Desktop 9
Upgrading Automate Desktop 11
This installation guide describes how to install, update, and upgrade to Automate Desktop 11. It is
recommended to read through the entire guide before getting started. If you have any questions, contact
HelpSystems Support.
For more information regarding Automate Desktop 11 settings and features, refer to the Automate
Desktop 11 User Guide on the HelpSystems Community Portal.
System Requirements
This section lists the minimum and recommended hardware and software requirements to
install/update/upgrade and run Automate Desktop 11.
Hardware
Hardware Minimum Requirements Recommended Requirements
Component
Processor 2 Ghz 32-bit or 64-bit 3 Ghz, multi-core 32-bit or 64-bit
processor processor (or higher)
Memory 4 GB RAM 6 GB RAM (or higher)
Hard Drive 5 GB available hard drive 5 GB available hard drive space (or
space higher)
Display 1280x1024 resolution, 32 MB 1280x1024 resolution, 32 MB video
video RAM RAM (or higher)
Operating System
l Microsoft Windows Server 2016
l Microsoft Windows 10
l Microsoft Windows 8.1
l Microsoft Windows 8
l Microsoft Windows Server 2012 R2
l Microsoft Windows Server 2012
l Microsoft Windows 7 SP1
l Microsoft Windows Server 2008 R2 SP1
l Microsoft Windows Server 2008 SP2
l Microsoft Windows Vista SP2
the full version of Automate, including the Automate Task Service and all user interfaces
such as the Task Administrator and Task Builder. If you select this option, skip to step 7.
l Automate Runtime installation - Contains only the Automate Task Service which performs
tasks as directed by developers. It does not contain any user interfaces. If you select this
option, proceed to step 6.
6. If you chose Automate Runtime installation in step 5, enter a remote access password for the
Runtime component. For more information on remote access, see Remote Administration in the
Automate Desktop11 User Guide on the HelpSystems Community Portal.
7. Click Install to continue through the remainder of the wizard until installation is complete.
8. Open Automate 11 Task Administrator to begin configuring Automate Desktop.
NOTE: License keys are not required during the installation process. This information can be entered
in the Task Administrator under Options > License after installation is complete. For more
information on product licensing, see License in the Automate Desktop 11 User Guide on the
HelpSystems Community Portal.
Command-line Installation
Automate Desktop components can also be installed using simple command-line parameters through
the use of the Windows Installer executable MSIExec.exe along with the Automate MSI file. This
Installation Properties
The following properties can be used during a command-line installation of Automate Desktop 11.
Properties and their values are separated by equal signs and should appear after the MSIExec.exe
command but before MSIExec switch options. While the property values are not case sensitive, all
properties must be entered in uppercase.
EXAMPLE:
msiexec.exe /i "<path and filename of Automate Desktop MSI file>"
SERIALCODE="AM11-12345-67890-12345-67890-12345" /qn
Where <path and filename of Automate Desktop MSI file> is the full path to the
Automate Desktop installation, and SERIALCODE is set to your Automate Desktop serial number. The
/i switch specifies an install, and /qn indicates a silent install with no user dialogs. For example, if the
path and filename of the Automate Desktop MSI file was C:\AutoMateInstall\AutoMate.msi
and the Automate Desktop 11 serial number was AM11-12345-67890-12345-67890-12345, the
command line would look like this:
EXAMPLE:
msiexec.exe /i "C:\AutoMateInstall\AutoMate.msi" SERIALCODE="AM11-
12345-56780-12345-56780-12345" /qn
The installation would then proceed silently in the background. The install is complete when the
Automate Desktop "A" icon appears in the system tray near the system clock indicating the start of
Automate Desktop service.
NOTE: The SERIALCODE property sets the serial code for the Automate Desktop product and must
be present in order for the product to register properly with the system. While the serial code itself is
not case sensitive, the keyword SERIALCODE must be in uppercase.
EXAMPLE:
msiexec.exe /i "C:\AutoMateInstall\AutoMate.msi" SERIALCODE="AM11-
12345-56780-12345-56780-12345" UPGRADESERIAL="AM10-12345-12345-12345-
12345" /qn
The installation would then proceed silently in the background. The install is complete when the
Automate Desktop "A" icon appears in the system tray near the system clock.
EXAMPLE:
msiexec.exe /i "C:\AutoMateInstall\AutoMate.msi" SERIALCODE="AM10-
12345-56780-12345-56780-12345" /qn /L*v AMInstall.log
EXAMPLE:
msiexec.exe /i "C:\AutoMateInstall\AutoMate.msi" SERIALCODE="AM11-
12345-56780-12345-56780-12345" REMOTEPASSWORD="mypassword"
You can further specify a TCP/IP port other than the default (7977) using the REMOTEPORT property.
For example:
EXAMPLE:
msiexec.exe /i "C:\AutoMateInstall\AutoMate.msi" SERIALCODE="AM11-
12345-56780-12345-56780-12345" REMOTEPASSWORD="mypassword"
REMOTEPORT="8100"
EXAMPLE:
msiexec.exe /i <path and filename to Automate MSI file>
SERIALCODE="AM10-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
LOGGINGDATASOURCE="<datasourcestring>" /qn
NOTE: If the Runtime component is installed without a remote password, the product will need to be
uninstalled and reinstalled with the correct properties.
the full version of Automate, including the Automate Task Service and all user interfaces
such as the Task Administrator and Task Builder. If you select this option, skip to step 15.
l Automate Runtime installation - Contains only the Automate Task Service which performs
tasks as directed by developers. It does not contain any user interfaces. If you select this
option, proceed to step 14.
14. If you chose Automate Runtime installation in step 13, enter a remote access password for the
Runtime component. For more information on remote access, see Remote Administration in the
Automate Desktop11 User Guide on the HelpSystems Community Portal.
15. Click Install to continue through the remainder of the wizard until installation is complete.
16. Open Automate 11 Task Administrator.
17. Under Managed Tasks, verify all custom tasks are available. If any of your tasks are missing,
proceed to step 18. Otherwise, the update is complete.
18. If your tasks are missing after performing an update (see step 17), you will need to restore the
backup .ama file you created in step 4. From the Task Administrator, select Options > System
Settings.
19. Double-click Backup & Restore.
20. In the Backup & Restore dialog box, do the following:
a. Select Restore.
b. For Archive location, browse to the path used in step 4b and then select the .ama backup
file.
c. Select Restore tasks and triggers (overwrites current tasks).
d. Select Restore constants and system preferences.
e. Click Restore.
21. Under Managed Tasks, verify all custom tasks are restored. If any of your tasks are still missing,
contact HelpSystems Support.
NOTE: For more information regarding backing up and restoring your Automate Desktop data, see
Backup & Restore in the Automate Desktop 11 User Guide on the HelpSystems Community Portal.
NOTE: It is not required or recommended to uninstall your current version of Automate before
installing Automate Desktop 11. Due to the difference between major versions, it is best practice to
continue to use your current version of Automate as your main production system and turn off Task
Triggering until every job and task has been tested in Automate Desktop 11. Once all tasks and jobs
have been tested are running in Automate Desktop 11, stop the earlier version's service in Windows
Services (for example, Automate 10) and then uninstall the application.
the full version of Automate, including the Automate Task Service and all user interfaces
such as the Task Administrator and Task Builder. If you select this option, skip to step 11.
l Automate Runtime installation - Contains only the Automate Task Service which performs
tasks as directed by developers. It does not contain any user interfaces. If you select this
option, proceed to step 10.
10. If you chose Automate Runtime installation in step 9, enter a remote access password for the
Runtime component. For more information on remote access, see Remote Administration in the
Automate Desktop11 User Guide on the HelpSystems Community Portal.
11. Click Install to continue through the remainder of the wizard until installation is complete.
NOTE: For more information regarding backing up and restoring your Automate Desktop data, see
Backup & Restore in the Automate Desktop 11 User Guide on the HelpSystems Community Portal.