Hey everyone!
Im having an issue currently that im trying to figure out. We have two chained MSI installers in our app, and they install the drivers for our products.
Running the installer normally works as intended.
However, the way our app is coded is for updates, it checks a manifest file, and if there is a driver update, our app will tell you to unplug your devices, and then it will proceed. it will close the app and proceed with install (this isn't super important but the process order is for understanding)
Our app for updates, just runs the installer in silent mode, so the user has no interaction, it just looks like the app updates without them seeing the installer windows at all. the problem I am encountering, is that for some reason, the app is being launched before the chained MSI packages have finished installing, which can be confusing to users, but if they are quick to plug back in their devices, the drivers wont update, causing more issues.
Hoping someone can point me in the right direction so that if its a silent install, it will complete the chained MSI packages, and THEN launch the app.
appreciate the help!
-Dricksus