Forum Discussion
ranj-singh111
Apr 20, 2020Brass Contributor
updating 3rd party apps
Hi Folks Just wanted to get a consensus on what others do and would recommend in my scenario around updating Win32/MSI apps in Intune. I am working with a customer who hasn't got the investme...
- Apr 21, 2020
Thijs Lecomte thank you for this, I wasn't aware of Chocolatey but am now!
Would this be an alternative solution to MSIX? I am aware MSIX require apps to be signed with a certificate but don't see that being the case with this. Would that be correct?
Thanks
Thijs Lecomte
Apr 20, 2020Bronze Contributor
I would advise you to create a new app and remove the old app assignment.
This way you can monitor the old and future installations.
First third-party appliations, have you looked into Chocolatey (https://www.google.com/search?q=chocolatey+intune&oq=chocolatey+intune&aqs=chrome.0.0l5.2537j0j7&sourceid=chrome&ie=UTF-8).
This is an open-source software that does automated patching
This way you can monitor the old and future installations.
First third-party appliations, have you looked into Chocolatey (https://www.google.com/search?q=chocolatey+intune&oq=chocolatey+intune&aqs=chrome.0.0l5.2537j0j7&sourceid=chrome&ie=UTF-8).
This is an open-source software that does automated patching
ranj-singh111
Apr 21, 2020Brass Contributor
Thijs Lecomte thank you for this, I wasn't aware of Chocolatey but am now!
Would this be an alternative solution to MSIX? I am aware MSIX require apps to be signed with a certificate but don't see that being the case with this. Would that be correct?
Thanks
- Thijs LecomteApr 21, 2020Bronze ContributorMSIX is not the same as Chocolatey.
MSIX is the successor to MSI and doesn't provide auto updating- ranj-singh111Apr 21, 2020Brass Contributor
Seems like it does but you still have to package the new MSI into an MSIX file.
https://www.stephanvdkruis.nl/2019/11/update-msix-package-with-intune/
- Thijs LecomteApr 21, 2020Bronze ContributorYes, but then you need to manually upload the new MSIX file everytime.
Chocolatey does that for you