Forum Discussion
SamBushell1997
Jan 17, 2024Copper Contributor
Intunewin app not deploying via Intune.
Hi all, I've been trying to deploy Notepad++ via intune because our current version is out of date. The installers for notepad++ are all exe. files which means i have to convert this into an Int...
rahuljindal
Jan 17, 2024Bronze Contributor
On the contrary the error message tells enough. What are you using for detection?
- SamBushell1997Jan 17, 2024Copper ContributorIt does tell enough you are right, but from the fixes i have tried, i cannot get it working still.
These are my only detection rules
Rules format
Manually configure detection rules
Detection rules
File C:\Program Files (x86)\Notepad++- TimBoschJan 25, 2024Brass ContributorFor what file are you looking? as it is an update you need to make sure that you are using an hash or registry key.
I am doing it on 2 occassions, create a local file inside the folder to check if the installation of the package has succeeded and checking for the uninstall.exe of notepad++ and the change date.
Registry key is a better option though but this may help to point you in the direction of your current endeavour.- SamBushell1997Jan 25, 2024Copper Contributor
Hi Tim,
I have managed to sort it. I was actually using the wrong uninstall command as the version was slightly different to the guide i was following
Sam
- rahuljindalJan 17, 2024Bronze Contributor
Have you tried using registry for detection instead? Hklm\software\microsoft\windows\uninstall\(product code) or notepad++ key itself.
- SamBushell1997Jan 17, 2024Copper Contributoryes i have tried both of these, same result unfortunately. Would it have anything to do with the installer exe. being named differently?