Eugene Starostin
ADX Team
Add-in Express team
Posts: 430
Joined: 2004-04-05
|
adx will add the command bars to word when it is first called... they are stored in the normal.dot of word then when word shuts down the command bars are not removed, right?
Yes, you are right. Normal.dot for Word. Outcmd.dat for Outlook.
wenn word starts again adx checks if there was an update for an command bar and replaces it then, right?
Yes, you are right again.
when the addin is uninstalled, adx removes the commandbars fom word, right?
Yes.
when the addin is uninstalled by the installer, will it also remove the commandbars from word? the same for using regasm /u ?
Yes, it will (for both questions). |
|
Sven Heitmann
Posts: 193
Joined: 2004-08-23
|
thanks a lot :)Best regards,
Sven Heitmann |
|