I'm getting the below error when trying to install my msi package.
Module C:\Windows\syst em32\mscomct2.o cx failed to register.HRESUL T -2147319780. Contact your support personnel.
I had written my source code in VB.Net. My msi package is installed properly, if im running my system with Admin privileges. However it is not working if dont have admin privileges.
How to solve this issue?
experts...
User Profile
Collapse
-
msi package not installed, if i dont have admin privileges
-
Priliges of the system settings cannot be modified by the non-
Admin users. And moreover the NS.txt file will be created when we install that application. So, how to mofify in code so that all users can access that file. -
Application throws Exception by running without admin privileges
Hi,
I developed an VB.Net application using Microsoft Visual Studio .NET 2003. I created an msi for that application. After installing the msi package, the application runs perfectly with Admin privileges. If i log into some other user account where they dont have admin privileges, it throws the following error.
An unhandled exception of type 'System.Unautho rizedAccessExce ption' occurred in mscorlib.dll
...
No activity results to display
Show More
Leave a comment: