Skip to Main Content
Patch My PC Feature and Application Request

A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:

6 VOTE
Status SUBMITTED
Categories Application Request
Created by Tom Dewar
Created on Jan 18, 2021

Adding KNIME to the list of (Intune) apps which can be installed

I'd like to be able to deploy the open source KNIME Analytics Platform tool to my staff's laptops. It is a tool for creating and managing data science type data workflows. Similar to Alteryx, but without the big $ outlay.

Java application I believe. Can be installed on Windows via packaged installer or zip. Possible silent install switches for the installer taken from here (caveat - I have not tested myself): https://www.itninja.com/software/knime/analytics-platform/3-3702

Here's some more useful potential intel, a GitHub Gist from the chocolatey lot.

  • Attach files
  • Peter Maudlin
    Reply
    |
    Jul 13, 2022

    This would also be nice for non-Intune installations as well. Downloads found at Download KNIME Analytics Platform | KNIME


  • Tom Dewar
    Reply
    |
    Jan 21, 2021

    Confirmation. I can confirm that the installer package seems to work via Intune / Endpoint Manager. I've packaged it up using Microsoft's open source tool and the following parameters.

    Installation script (silent):

    "KNIME 4.3.0 Installer (64bit).exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

    Uninstallation script (silent):

    "C:\Program Files\KNIME\unins000.exe" /SILENT

  • +2