Access Denied
-
Hi! I wrote a windows service in C# using the .net clases in VS.NET. It worked fine up until now, when I receive a "Access Denied" error message when I try to install it. I`m using MSI for the installer and I`m running Windows XP SP1. If you have any sugestions, please let me know. Thank You!
-
Hi! I wrote a windows service in C# using the .net clases in VS.NET. It worked fine up until now, when I receive a "Access Denied" error message when I try to install it. I`m using MSI for the installer and I`m running Windows XP SP1. If you have any sugestions, please let me know. Thank You!
My first thought is that the service is already running on the machine you're installing on. Cheers, Julian Program Manager, C# This posting is provided "AS IS" with no warranties, and confers no rights.
-
My first thought is that the service is already running on the machine you're installing on. Cheers, Julian Program Manager, C# This posting is provided "AS IS" with no warranties, and confers no rights.
No, I`ve uninstalled it before. ;) I`ve cleaned up the registry of any information regarding this service and it doesn`t exists on the HDD either. I`ve changed the product and upgrade code and still nothing. I have administrative rights, I even give miself rights to act as a part of the operating sistem ;P. The entry in the Application log is:
The description for Event ID ( 11001 ) in Source ( MsiInstaller ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Product: FaxManagementServices -- Error 1001. Access is denied. , (NULL), (NULL), (NULL), (NULL), (NULL), (NULL).
I`ve activated the security audit and apparenty there is not an authentication faliure during the install process.