wyUpdate.exe conflicts with msi install

Hi, Im using wyBuild in a way that during setup, it calls an msi file.

The wyUpdate.exe file is located inside my program folder because the first time the user installs the program, they get the wyUpdate as well.

The problem is, because the wyUpdate.exe file is located inside my program folder, when the msi installation runs, it tells the user that wyUpdate is running in the background and needs to be closed. You can press continue and the installation completes succesfully, but its still not user friendly.

Any possible solution?

Yes, execute the msi after the update and uncheck the "Wait for execution to finish before continuing".

This means wyUpdate will run your MSI the quickly close. Of course the downside is that the client.wyc will be updated to the new version whether the user goes through with the MSI installation or not.

The better solution is to close wyUpdate programattically from your MSI file.

Thanks a lot!!