I have an auto update application, when there is new updates, I download via ftp the installer.msi, I silent installed it and close the application, what I'm wondering is how to restart the application after the installation was successful.
I find some topics about it but nothing seems to works because different errors (bad package, error 1001, etc).
I think the approach where you add the output on the commit of the installer is the good one but I can not make it work, Any Ideas?
Thanks in advance