Uninstalling MSI-Package always gives reboot message
问题 I'm just scripting something for some new software. Therefore i have to remove some older software. I'm doing this whit a PS script. This works almost fine. The elevated rights are working, the software got removed, but there is always a message from the first uninstalling concerning a reboot. This message must only be acknowledged by pressing 'OK'. Now how can I force the message not coming up? This is what I have in the PS-Script: start-process msiexec.exe -Wait -ArgumentList '/x "file.msi"