<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/344d0d49-169c-456a-aad9-0015ece6b9ff/Group_2865.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/344d0d49-169c-456a-aad9-0015ece6b9ff/Group_2865.png" width="40px" /> Alyks Sidekick Home


Distributing ASK

SSO & User Management

Data/Security

Rotera Admin App

ASK Releases

FAQs

Individual Installation

❓ Support

</aside>

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1913fa25-4e0f-4495-a36c-463bcf9ad07b/Group_28532x.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1913fa25-4e0f-4495-a36c-463bcf9ad07b/Group_28532x.png" width="40px" /> Guidelines on distributing ASK to employee workstations.


Distributing ASK on Windows

For instructions on how to individually install ASK, please reference this section. To distribute ASK within your enterprise, you can leverage your standard software distribution tools (e.g. SCCM). You can use a tool like SCCM to install ASK across your enterprise by deploying the MSI or EXE file. We recommend using a distribution tool over deploying to a software center for a more seamless end user experience.

Installation Files

To download the latest .msi or .exe files, view the **ASK Releases** page.

Example Installation Command for MSI Files

msiexec /i "<full path to MSI file>"

The default directory the application gets installed into is: C:\\Program Files\\Alyks Sidekick

For reference, here is documentation for the msiexec command. Some helpful flags:

/quiet - sets quiet mode, meaning there’s no user interaction required

/qn - will prevent a UI from showing during the installation process

/norestart - doesn't reboot the machine after installation finishes

Custom Installation Directory

msiexec /i "<full path to MSI file>" APPLICATIONROOTDIRECTORY=<target directory>

</aside>