Hightower Posted May 18, 2010 Posted May 18, 2010 We've got a problem with some software (West Point Bridge Designer). We are getting an error saying COMDLG32.OCX is not registered when trying to run it as a student. As SystemAdmin it must have capabilities to register this DLL as the software works fine. How do I allow my restricted users rights to register this OCX (or allow the software to register it when they load it)? I've tried RM ACL detective (default settings) with no luck - is there another area (other than the defaults) that I should perhaps be monitoring?
DaveCoop Posted May 18, 2010 Posted May 18, 2010 Hi we had the same problem but fixed it with an MSi of the file i can zip it up and send it over if thats any use
Hightower Posted May 18, 2010 Author Posted May 18, 2010 Hi we had the same problem but fixed it with an MSi of the file i can zip it up and send it over if thats any use It's okay thanks - think I've sorted it now. Used the RM ACL detective on the package, but unticked the box where it says "Do express scan" so it did a full scan, which also includes the creation of registry keys I believe. Reallocated the package to a test machine, unregistered the OCX as systemadmin, logged in as testpupil and ran the software. The software loaded so it must have allowed the registration of the OCX file for the restricted user.
danrhodes Posted May 18, 2010 Posted May 18, 2010 Next time just run this is cmd. "regsvr32 COMDLG32.OCX" D
Hightower Posted May 18, 2010 Author Posted May 18, 2010 Next time just run this is cmd. "regsvr32 COMDLG32.OCX" D How?! Restricted users don't have access to the run command, let alone access to registering random DLL's/OCX's. I have a feeling you misunderstood the scenario.
DaveCoop Posted May 18, 2010 Posted May 18, 2010 It's okay thanks - think I've sorted it now. Used the RM ACL detective on the package, but unticked the box where it says "Do express scan" so it did a full scan, which also includes the creation of registry keys I believe. Reallocated the package to a test machine, unregistered the OCX as systemadmin, logged in as testpupil and ran the software. The software loaded so it must have allowed the registration of the OCX file for the restricted user. No Problem, its interesting to see how many different ways people attack a problem. Glad you got it sorted. Our problem was the Activ Studio user profile after we allocated some codecs
mtdmitchell Posted May 18, 2010 Posted May 18, 2010 How?! Restricted users don't have access to the run command, let alone access to registering random DLL's/OCX's. I have a feeling you misunderstood the scenario. Could have set a logon batch script to register the file with silent switch like: regsvr32 comdlg32.ocx /s
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now