I need some comfirmation on this
Since my addin is expanded with multiple .XLT and logfiles
Is it also not a better idea to registrate the addin with installation from a VISTO.exe directly into
::HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Excel\Add-in Manager
because then I could have one location with al the files
Instead off the microsoft addins folder
Y work in combination with VISTO (already mentioned that)
Now I am kopying every file to the addins folder and the .XLT folder
I rather use statements like thisworkbook.path in Exel for adding my logfiles, otherwise they also appear in the Tools-addin list or I have to think off a folder to put them in. Everything gets sort off spread around then and thats not nice. I would like to keep everything in the installationfolder.
in summary: Registrate directly into the addin manager key
will work just as good as kopying it to the default addinmap
Am I right??
TIA, Richard