I've developed Add-In for Excel (.xla).
Now I want to pack it in any self-extracted .exe.
That .exe will run on the client's computer, remove previous version of this Add-In (if exists) and install current version.

Thanks,