Question : Problem: USB Sound Driver Install Fails - Failed to create service "usbaudio"

I am trying to install a usb audio card (GWC USB 5.1 Channel Audo Adapter AA1500 5.1 Channels USB Interface Sound Card) and keep having the same error except for the first time. The first time windows gives me the error "Access is Denied" when trying to do the automatic install of the driver. All of the subsequent times it says "An error occured during the installation of the device. The system cannot find the specified file. I have attached my setupapi.log file with the error inside. What file is it talking about and why doesn't it just work. This is supports to auto install without any extra drivers in XP.

Answer : Problem: USB Sound Driver Install Fails - Failed to create service "usbaudio"

Try these modified instructions from http://www.windowsbbs.com/316029-post2.html:

Here is my modified 'fix' that has been tested:

First, download, unzip and move to \Windows\System32 the files:

SUBINACL.EXE :
http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b

Second, open notepad, and copy/paste the following:

subinacl /subkeyreg HKEY_LOCAL_MACHINE /setowner=administrators
subinacl /subkeyreg HKEY_CURRENT_USER /setowner=administrators
subinacl /subkeyreg HKEY_CLASSES_ROOT /setowner=administrators
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f

Do a File, Save as, C:\fix_reg.cmd. Run C:\fix_reg.cmd
Random Solutions  
 
programming4us programming4us