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...
SamBushell1997
Jan 17, 2024Copper Contributor
It 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++
These are my only detection rules
Rules format
Manually configure detection rules
Detection rules
File C:\Program Files (x86)\Notepad++
TimBosch
Jan 25, 2024Brass Contributor
For 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.
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
- TimBoschJan 29, 2024Brass ContributorGreat to hear!