Notepad++ is a powerful and lightweight source code editor that many organizations deploy to end-user machines for programming, scripting, and text editing tasks. Using Microsoft Intune, administrators can seamlessly deploy Notepad++ across all managed devices.
Download Link: https://notepad-plus-plus.org/downloads/
Things to consider during the packaging of applications
Please specify the source folder: [APP_FOLDER_NAME]
Please specify the setup file: npp.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 Notepad++ Win32 Package into Intune
Login to Microsoft Intune Admin Center: https://intune.microsoft.com/
Upload the npp.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.
Parameters | Command / Value |
Install Command (silent) | npp.exe /S |
Uninstall Command (silent) | “%ProgramFiles%\Notepad++\uninstall.exe” /S |
Detection Rules | Add - rule type - File
|
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/