MATLAB: Can I update the DLL for the Excel Add-in on the target machine without having Admin Privileges

add-inadminexcelMATLABMATLAB Builder EXmwregsvrprivileges

I have created an Excel Add-in using the DEPLOYTOOL function of MATLAB. I have deployed it on a target machine. However, now I want to update the DLL associated with it but I do not have Admin privileges for the target machine anymore. Is there a way to update the DLL without registering it using the MWREGSVR command?

Best Answer

Unfortunately at the moment there is no way you can achieve this. You would require Admin privileges for the target machine if you want to update it.