Outlook addon installation problem

Hello

I'm testing your product - and it seems that it'll answer my company needs. I'm also very pleased with easiness of using your classes and the walkthroughs.

But now when I try to create a small POC in order to convince to buy licenses and use the product I got stuck a bit.

First, the scenario is as following:

1. We have an Outlook addon, which is usually installed using MSI file + setup.exe (actually we run "setup.exe /s" for silent installs).

2. I wanted to create an addon that will automatically check for update

3. If such exists, then inform the user, download it, install and restart the outlook

It doesn't seem to work. What happens is that the update is found, downloaded and setup.exe is being run. The setup runs the msi file with some flags...But the Outlook closes and reopens itself, and our addon gets "stuck" as it must be installed when outlook is closed (there is a check during installation). Is there a way to solve this?

I'm using the latest versions. Please assist.Thank you in advance

Are you using wyUpdate as a standalone updater or are you using the AutomaticUpdater?

It doesn't seem to work. What happens is that the update is found, downloaded and setup.exe is being run. The setup runs the msi file with some flags...But the Outlook closes and reopens itself, and our addon gets "stuck" as it must be installed when outlook is closed (there is a check during installation). Is there a way to solve this?

Are you running a setup.exe or msi as part of your update? And if so, why?