We have an MSI installer (created using Wix) that is configured to perform updates. Our customers use it to simultaneously update our application on several computers using the SMS package that works with msiexec in silent mode.
The problem is that some of their users will still run our application during the installer launch. We do not want to disconnect these users and start the installation, while they use the application, invariably break things.
Our ideal solution would be that the installation will be scheduled the next time the machine boots up.
This is a pretty impressive list of requirements, but does anyone know how I could achieve this or where I could look further?
source
share