Registering a Dll
Hi,
I have created a wise scritp wrapper for a vendor msi. when I install and launch the application on Windows 7, its throwing an error saying a dll was not registered. When I am trying to register it with regsvr32.exe, it saying dll was loaded, but the call to DllRegisterServer failed with error code 0x80020009. When I run cmdline in Administrator mode and register the dll, it went fine. so how can I manage it in the wise script.
Thanks.
I have created a wise scritp wrapper for a vendor msi. when I install and launch the application on Windows 7, its throwing an error saying a dll was not registered. When I am trying to register it with regsvr32.exe, it saying dll was loaded, but the call to DllRegisterServer failed with error code 0x80020009. When I run cmdline in Administrator mode and register the dll, it went fine. so how can I manage it in the wise script.
Thanks.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
mayur_mak
14 years ago
Posted by:
ravi223966
14 years ago
Posted by:
sreedharko
14 years ago
Posted by:
anonymous_9363
14 years ago
My guess would be that the account you're installing with has insufficient rights to write to either HKLM\Software\Classes or the specific key(s) where the registration information would be written. A few seconds using ProcMon will determine that.
Quite why anyone in your position would imagine that a non-admin account could be used to install software - especially on Windows 7 - escapes me.
Quite why anyone in your position would imagine that a non-admin account could be used to install software - especially on Windows 7 - escapes me.
Posted by:
ravi223966
14 years ago
Posted by:
anonymous_9363
14 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.