Autonomo - Installation via Command line (quiet)
Instructions for running a command line installation of Autonomo
Prerequisites
You must have admin rights to install, repair or uninstall the Autonomo application.
Autonomo requires a minimum of 400 mb of available disk space.
The asset Autonomo is being installed on MUST have a Wi-Fi adapter and it must be enabled.
During installation, Wi-Fi or Ethernet MUST be connected so that the Asset created on the Troverlo platform can be auto-provisioned.
There are three ways you can install Autonomo:
- Autonomo - Installation via UI
- Autonomo - Command line (quiet) installation options - this page
- Autonomo - Intune setup info
Download the latest version
- Download Autonomo
- This same link can be accessed by selecting the last option on the Navigation panel of the Portal.
- This same link can be accessed by selecting the last option on the Navigation panel of the Portal.
Quiet install/upgrade of Autonomo
Run this command in an admin command prompt window where the .msi file is located:
Msiexec.exe /i TroverloAutonomoV<x.y.z>.msi /qn /norestart /l autonomo-install.log USERNAME=“<usernameValue>" PASSWORD=“<passwordValue>" CATEGORY=“""<categoryValue>""" SUBCATEGORY=“""<subCategoryValue>""" ASSETGROUP="""<group1,group2,group3>“"" GUESTNETWORK="yes"
Notes:
- Replace the "<x.y.z>" with the appropriate version, such as 3.0.12
- Replace the additional text surrounded by "<>" with your data
- CATEGORY, SUBCATEGORY and ASSETGROUP are wrapped in triple-double quotation marks to handle spaces and special characters
- ASSETGROUP must be separated with a comma, no spaces; this is optional
- GUESTNETWORK this is optional, if this is used, the SSID will say "Guest Network" instead of "Troverlo" - this is a new feature of the 3.x release
References:
Quiet repair install of Autonomo
Run this command in an admin command prompt window where the .msi file is located:
Msiexec.exe /i TroverloAutonomoV<x.y.z>.msi /qn /norestart /l autonomo-install.log
Quiet uninstall of Autonomo
Run this command in an admin command prompt window where the .msi files is located:
Msiexec.exe /x TroverloAutonomoV<x.y.z>.msi /qn /norestart /l autonomo-install.log
With the 3.x release, this is the ONLY way Autonomo can be uninstalled and all files, folders and logs will be removed from the Asset.
Uninstalling Autonomo now requires internet connectivity, valid user credentials and admin rights to the asset.
Autonomo-install.log
This file can be found in the same directly that the .msi file is located.
This is a log file that provides information output from the MSI file when quiet install is used (command line).
Use it to validate
- Autonomo version, date and time installed.
- All the parameters entered on the command line
Use it to troubleshoot
- It will show all the steps covered
- It will show success or any errors if not successful