I am trying to put an Excel Addin in a Msi using AdminStudio 5.
The App contains a few files and some current user Reg keys.
It is installed as an Administrator and will work just fine as that Administrator.
The problem starts when you log in as a normal user. As you'd expect the current user reg keys are missing and when you launch Excel the Addin would repair its self adding back in the reg keys there by fixing it.
Unfortunately this is not the case as the App has no Advertised entry points. This means that it can not automatically repair and as a normal user dose not have sufficient privileges to run a manual repair the App remains broken.
Basically what I need is a way of triggering a self repair with out using the normal Advertised entry points.
Any ideas ? cause im all out.

Cal