Hello,
So I used the Internet Explorer Administration Kit 11 to build me an .EXE and .MSI of IE11 to deploy across the board. I would like to use the .MSI because of the /norestart option. Unfortunatelly, it does not honor it. This is what I have for my deployment via Dell Kace:
msiexec.exe /i IE11File.msi /qn /norestart
With the above, no execution of the .MSI even starts. If I send just msiexec.exe /i IE11file.msi /qn from Dell Kace, it'll work but reboot the machine without warning.
Any idea guys?
Thank you,
Dominick