How can I use Builder Ex to create XLA packages so that we can distribute some functions to users who do not have Admin rights?

1 view (last 30 days)
Currently we have a user who is using Builder Ex to create XLA packages so that we can distribute some functions to other users.Nnone of the users have Administrative rights on their machines (and will not be given them). This of course causes an issue when the users are trying to register the .dll that MATLAB produces.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 22 Jun 2011
In R2011a, the user can "check" the option which allows them to create a component that does not require admin rights for registration on the development machine.
The option is under project settings --> Advanced tab in DEPLOYTOOL
For Deployment:
The user can register the component to the current user by using MWREGSVR with /useronly option, something to the effect of:
mwregsvr /useronly dllname

More Answers (0)

Categories

Find more on COM Component Integration in Help Center and File Exchange

Products


Release

R2011a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!