Installing MSI closes other applications
Hi all,
I'm installing a MSI using the following command:
nsExec::Exec 'MsiExec.exe /q /i $TEMP\MSRuntime71.msi' $0
and it works fine except that it is terminating all running applications without alerting the user.
I've searched the Microsoft site:
and also looked at the command instructions, but I'm not sure what is the correct approach to handling this. (Plus the descriptions aren't clear.)
Ideally it would be nice to instruct the user to shut down application X.
Thanks in advance!