Neo4j Desktop Application for Windows Deploy with Intune

Neo4j Desktop is a local development platform for working with Neo4j through local database instances or databases hosted on remote servers. It provides everything you need to start learning and experimenting with Neo4j, making it an ideal tool for new users. This article will guide you through installing Neo4j Desktop for Windows via Intune.

The application version used in this article is Neo4j Desktop 1.6.1

Download Link: https://neo4j.com/deployment-center/

Things to consider during the packaging of applications

Please specify the source folder: [APP_FOLDER_NAME]
Please specify the setup file: Neo4jDesktopSetup.exe
Please specify the output folder: [OUTPUT_APP_PACKAGE_FOLDER_NAME]

(Refer Win32 Packaging Instructions: https://sysopsinsiders.com/packaging-win32-app-for-intune-upload)

Uploading and Deploying Neo4j Desktop Win32 Package into Intune

Login to Microsoft Intune Admin Center: https://intune.microsoft.com/

Upload the Neo4jDesktopSetup.intunewin win32 file

I have mentioned only the following parameters during the deployment process. Other settings are similar for every application, or you can set them as required. Make sure the following parameters, such as Install, Uninstall, and Detection Rules, are set for this application.

ParametersCommand / Value
Install Command (silent)"Neo4jDesktopSetup.exe" /allusers /S /D="C:\Neo4j Desktop"
Uninstall Command (silent)"C:\Neo4j Desktop\Uninstall Neo4j Desktop.exe" /allusers /S
Detection RulesAdd Rule Type - File

Path - C:\Neo4j Desktop


File or folder - Neo4j Desktop.exe


Detection method - File or folder exists


Associated with 32-bit app - No

Refer to the complete instructions provided regarding uploading and deploying the win32 App to Intune from the link below
https://sysopsinsiders.com/upload-and-deploy-win32-application-using-microsoft-intune/

Leave a Reply

Your email address will not be published. Required fields are marked *