Forum Discussion
AB21805
Aug 06, 2021Bronze Contributor
Install prem pro via using a script - intune
Hi all, I am having so much issues installing Prem pro using the exe as the setup file and install/uninstall commands. I was thinking is it possible to create a script which is used to run on the...
- Sep 06, 2021
I would go for this one
MsiExec.exe /X '{8CF1DABC-377C-4CD3-9F11-F23BBB491436}' /quiet
You can find the uninstall string in the register
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8CF1DABC-377C-4CD3-9F11-F23BBB491436}
PDostiyar
Aug 06, 2021Bronze Contributor
when it comes to .exe Intune is limited.... if you have the MSI version or MSI convert trick to convert and simply deployed from Intune will be ideal one....
besides the alternative can be to make is as .intune package.....
besides the alternative can be to make is as .intune package.....
- AB21805Aug 06, 2021Bronze ContributorYes I have tried a .intune package but I cant get the Install / uninstall commands correct! So annoying haa been working on this for a week and no further with it.