PDA

View Full Version : Can't register dlls?


patrick6
01-04-2008, 11:53 AM
Trying to install an app we are working on made with AMS, installs with SUF7.
I've installed and uninstalled this app hundreds of times.

I went to install it on this one pc and I get an error saying it can't register most of the dll's and get a 0 back from the dllregisterserver.

The install and program works fine on other pc's.

I've read about making sure I'm the admin and best I can tell, I am. (It shows I am)
Over the past few days, I had set up another account to make some screen capture vdieos. It was an admin account as well. I've now deleted that account...

Any ideas?

Thanks!
Patrick

Darryl
01-07-2008, 09:49 AM
Hi Patrick,

Yes, given what I've heard, it sounds like an admin rights issue. When you say that it says that you're an admin, what information are you looking at for that information? Are you saying that you've executed some code in AutoPlay to determine that information?

I'm not sure what you've done so far, but I suggest writing a quick test application in AutoPlay Media Studio to see what the results are from running the "System.GetUserInfo" action. In particular, look at the returned boolean table items "IsAdmin" and "IsVistaAdminLimitedToken".

Now that I think about it, are you receiving these errors while running the setup through Setup Factory, or are you registering some files in your AutoPlay application?