Conditions

• The person performing the installation has sufficient System Administrator privileges on the target devices
• All references to auto-update are removed from the product; local System Administrators will be responsible for maintaining software updates
• The installation steps described below are for reference only. It illustrates how the installation would take place when done manually. You may need to modify the instructions as needed if you are using a Managed Software solution 



Software Download

The Silo Windows client is available for download at https://www.authentic8.com/get



Legacy Install Preparation

Extract the MSI installer from the .exe package



Windows Command Prompt (open as Administrator)
Navigate (cd) to the location of the .exe package and enter the following command:
 
authentic8-win-<sample_build_number_12345>-release-prod.exe /c /t:"<target_folder_path>"




Open Source
You may also extract the contents of the .exe installation package using a freeware program like 7-Zip




MSI Installation Parameters
(Per-Machine Installation Context)


Standard Installation 

msiexec /i "setup.msi" ALLUSERS=1

Custom Folder Path

msiexec /i "setup.msi" ALLUSERS=1 TARGET_FOLDER_PATH="<target_folder_path>"


Optional Installation using Custom Registry Entries
msiexec /i "setup.msi" ALLUSERS=1 REGISTRY_FILE_NAME="<custom_registry.reg>"



Important: The custom registry file must be in the same directory as the .msi file using this example




Please contact Support for any additional questions