Posted Sun, 17 Mar 2019 19:16:40 GMT by

I need to install Automate Ent 11 Client (Only Development Tools) - How can I do it?

I need to deploy Automate Ent 11 Client (Only Development Tools) with NSIS.

Thank's in advance!

Posted Mon, 18 Mar 2019 22:47:39 GMT by

Hello Carlos,

In order to install only the development tools, you will need to use the "advanced install" option from the installer. When it comes time to choose the component you want to install, make sure everything but "Development tools" is selected. The process is very similar to the manual agent install instructions:

https://static.helpsystems.com/automate/help/ame_11/Default.htm#SrvrMgmtCons/Agents/Agent_Installation.htm?Highlight=agent install

We only recommend the manual "advanced" install, as described above, to be used when installing development tools. Deploying development tools is currently not available. Unfortunately, we do not have instructions on how to deploy with NSIS.

We apologize for the inconvenience.

 

Posted Thu, 26 Mar 2020 21:37:11 GMT by

To me, selected looks like the attached document.

Posted Thu, 09 Apr 2020 03:47:13 GMT by

Hi,

I have no experience with NSIS but just did this as a silent install with Automate Ultimate 11 by doing the following

IN a CMD RUN
automate_plus_ultimate_11_x64.exe /b"c:\temp\automate"
This will extract the MSI from the EXE to c:\temp\automate.

The I ran the below. It is the ADDLOCAL that makes the trick. Could be that Enterprise has different variables. To get these variables I ran the below but without the /QN and ADDLOCAL. Choose the features I wanted and went through the installation. I then looked through the install.log file and searched for the ADDLOCAL part. 


msiexec.exe /i "Automate Plus and Ultimate 11 (x64).msi" /QN ADDLOCAL=Common,Dev_Tools,Runtime /L* C:\temp\automate\install.log

The support told me it was not supported but I works.

Good luck

Posted Thu, 09 Apr 2020 03:56:08 GMT by

Have no NSIS information but you can probably sort it out

How to install Automate Plus and Ultimate 11 silently
1. extract the MSI to c:\temp\automate
automate_plus_ultimate_11_x64.exe /b"c:\temp\automate"

2.re-package and then install by running
msiexec.exe /i "Automate Plus and Ultimate 11 (x64).msi" /qn ADDLOCAL=Common,Dev_Tools,Runtime /L* C:\temp\automate\install.log

It is the ADDLOCAL that does the trick. Can not promise that it works for Enterprise but in that case run it manually (without the /qn) and look at the install.log what ADDLOCAL looks like.

Posted Thu, 10 Dec 2020 08:30:25 GMT by

I installed developer tools only but now can't find where to update the connection details so it can find the Automate Server?  

The console manager always times out and goes gray because it's search for 'Localhost' which is not the case for a dev only install. 

 

Thanks

 

Clint

Posted Tue, 15 Dec 2020 01:55:46 GMT by

Hello, 

The "connect to" box is initially hidden out of view. You will need to click on the box to show it. Please see the attached picture for reference. Once it appears, you can input the ip address of the execution server machine.

Posted Tue, 22 Dec 2020 21:43:51 GMT by

C:\Users\<username>\appdata\Roaming\AutoMate\Automate Enterprise 11\SMC Preferences.xml

This file stores the setting to show the connection pane, and also stores any saved connections.

You must be signed in to post in this forum.