When you are manually installing the MSI from the Xink portal's Download section, the next important step is to create the registry key DomainAuthToken and set its value. You may use the below script to do this.
REG ADD "HKLM\Software\Policies\Xink\Xink Client AD\ADConfig" /v DomainAuthToken /t REG_SZ /d "INSERT TOKEN HERE" /f
Replace the INSERT TOKEN HERE with the Token from your Xink portal and run it in your command line. Remember to run Command Prompt as an Administrator.
Where can I find my token?
Go to Preferences > Downloads > Step 2
Click Copy to Clipboard Icon
You may also opt to save this script with .bat extension so you may have a clickable file that automatically sets the token.
After setting the token, you may now click Update Now on your Xink client from the system tray.