Hi there
We create an Excel addin using MATLAB Builder for Excel.
Our IT department has taken away local administrator rights from all users of our addin.
We are able to install the addin using Altiris, but how can we allow users without
admin rights to upgrade to new versions of our addin? To upgrade, they need to register a
DLL(same name every time) and they need write access to a folder called C:SCMBExcelTools.
Would it be possible to permit upgrades using Group Policy? Please point me to documentation/references that describe how to do it.
Thank you very much,
Willem van Schalkwyk
Software/Hardware used:
ASKED:
November 22, 2006 11:56 AM
UPDATED:
November 22, 2006 4:00 PM
You can register a DLL by using an account that does not have administrative credentials as long as the DLL does not write to the registry or change files in the System32 folder.
That said, updating an existing dll with a new version of the same name with existing keys in the HKEY_CURRENT_USER hive should not be an issue.
The custom folder C:SCMBExcelTools (assuming not “C:Program FilesSCMBExcelTools”) should not be affected by the security level of the logged on user unless the IT admin or through the logon process the folder security is being set restrictive.
Hope this helps.
Aideme