• 1 Post
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • Strangely enough, I may be able to help…

    When creating the component in Datto RMM, you should be able to upload the MSI file. Then you can call it via the script by just giving it the file name (the component uploads the file to the working directory).

    For the token, you can create a variable called %token% via the UI, which will cause Datto RMM to prompt the token every time the component is scheduled.

    So your batch “script” would be:

    msiexec /qn AsioAgentInstaller.msi TOKEN=%token%