What permissions/rights are needed to run regsvr32 /s /c "myocx.ocx"
Posted
by Christian Rodemeyer
on Stack Overflow
See other posts from Stack Overflow
or by Christian Rodemeyer
Published on 2009-02-20T11:30:40Z
Indexed on
2010/03/24
7:43 UTC
Read the original article
Hit count: 677
I have a WindowsXP configured as a build machine. The build process runs under an account which isn't an administrator.
Some projects register as a last step an ocx control with something like
regsvr32 /s /c ".\debug\myocx.ocx"
This step fails and I assume that this has something to do with rights because doing the same under an admin account works fine.
What rights/permissions/policies do I need to give the build account and where do I do it? (Browsing Local Users and Groups and Local Security Settings haven't helped me)
© Stack Overflow or respective owner