We have a VSTO Excel COM-AddIn which is deployed as ClickOnce.
This uses post installation actions by implementing IAddInPostDeploymentAction
and binding it in the manifest under <vstav3:postActions>
.
However we now need a pre-installation action as well (to read registry and disable an existing AddIn).
Would this be possible with ClickOnce?