Hey all,
I am slowly but steadily improving my knowledge of NUI, and I just want to thank everyone for their help and support!
I have an actual issue now that probably has a definite answer, and I need some expertise!
I have been able to install the HID driver for use with some of my applications, and while I’m not totally cool with it yet, it’s at least working. However, when I try to install it as a service (using CKTouch’s blog), I get this error on the InstallUtil screen.
C:\Multitouch--Senior Project\MTV Release-CKTouch>C:\Windows\Microsoft.NET\Frame
work\v4.0.30319\InstallUtil.exe Multitouch.Driver.Service.exe
Microsoft (R) .NET Framework Installation utility Version 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.
Running a transacted installation.
Beginning the Install phase of the installation.
See the contents of the log file for the C:\Multitouch--Senior Project\MTV Relea
se-CKTouch\Multitouch.Driver.Service.exe assembly's progress.
The file is located at C:\Multitouch--Senior Project\MTV Release-CKTouch\Multito
uch.Driver.Service.InstallLog.
Installing assembly 'C:\Multitouch--Senior Project\MTV Release-CKTouch\Multitouc
h.Driver.Service.exe'.
Affected parameters are:
logtoconsole =
logfile = C:\Multitouch--Senior Project\MTV Release-CKTouch\Multitouch.Driver
.Service.InstallLog
assemblypath = C:\Multitouch--Senior Project\MTV Release-CKTouch\Multitouch.D
river.Service.exe
Installing service DriverService...
Creating EventLog source DriverService in log Application...
An exception occurred during the Install phase.
System.Security.SecurityException: The source was not found, but some or all eve
nt logs could not be searched. Inaccessible logs: Security.
The Rollback phase of the installation is beginning.
See the contents of the log file for the C:\Multitouch--Senior Project\MTV Relea
se-CKTouch\Multitouch.Driver.Service.exe assembly's progress.
The file is located at C:\Multitouch--Senior Project\MTV Release-CKTouch\Multito
uch.Driver.Service.InstallLog.
Rolling back assembly 'C:\Multitouch--Senior Project\MTV Release-CKTouch\Multito
uch.Driver.Service.exe'.
Affected parameters are:
logtoconsole =
logfile = C:\Multitouch--Senior Project\MTV Release-CKTouch\Multitouch.Driver
.Service.InstallLog
assemblypath = C:\Multitouch--Senior Project\MTV Release-CKTouch\Multitouch.D
river.Service.exe
Restoring event log to previous state for source DriverService.
An exception occurred during the Rollback phase of the System.Diagnostics.EventL
ogInstaller installer.
System.Security.SecurityException: The source was not found, but some or all eve
nt logs could not be searched. Inaccessible logs: Security.
An exception occurred during the Rollback phase of the installation. This except
ion will be ignored and the rollback will continue. However, the machine might n
ot fully revert to its initial state after the rollback is complete.
The Rollback phase completed successfully.
The transacted install has completed.
The installation failed, and the rollback has been performed.
C:\Multitouch--Senior Project\MTV Release-CKTouch>
I followed his instructions exactly with that (and yes, I get the same thing when running within the CMD shell Win7SDK app), so if anyone has any advice, please let me know!
-Nate
