Asus V9250 magic graphics driver - can't see adaptor in Control pa

G

Guest

Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
K

KM

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import
 
G

Guest

Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms
ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.

Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
K

KM

ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.

Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms
ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.

Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
G

Guest

Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


KM said:
ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.

Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms
ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
S

Slobodan Brcin \(eMVP\)

ms,

Unfortunately modifying components do not have effect because PnP pull this data from inf file when it detect hardware for the first
time.
Only way is to remove all references to service and applications from inf file itself. (easy if you know basic structure of inf
file)

Regards,
Slobodan

ms said:
Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


KM said:
ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.

Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
K

KM

ms,

Was that only component you got from the INF import and included in your image?

Can you share your INF file with us (just attach it to your post if you use OE).

--
Regards,
KM, BSquare Corp.

Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


KM said:
ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.

Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
K

KM

Slobodan,

I think the actual problem is that the service got created through the imported resources and then PnP fails to create the service
again while processing the INF file.
So, I believe, he would still need the Service resource in the INF file.

The best test, probably, would be just in copying all the files directly and not import the INF at all. (your favorite approach
:) )

Konstantin
ms,

Unfortunately modifying components do not have effect because PnP pull this data from inf file when it detect hardware for the first
time.
Only way is to remove all references to service and applications from inf file itself. (easy if you know basic structure of inf
file)

Regards,
Slobodan

ms said:
Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


KM said:
ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
G

Guest

Hi KM

Lots of components get created from inf file, one for each version of Asus
displaycards, i've only used the component corresponding to my display card
the V9520 Magic. Any way i am using Internet Explorer to read/post to this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I have
Outlook express on my PC .

Regards
ms

KM said:
ms,

Was that only component you got from the INF import and included in your image?

Can you share your INF file with us (just attach it to your post if you use OE).

--
Regards,
KM, BSquare Corp.

Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


KM said:
ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
S

Slobodan Brcin \(eMVP\)

ms,

you can use public MS news server: news.microsoft.com to post to this NG from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

ms said:
Hi KM

Lots of components get created from inf file, one for each version of Asus
displaycards, i've only used the component corresponding to my display card
the V9520 Magic. Any way i am using Internet Explorer to read/post to this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I have
Outlook express on my PC .

Regards
ms

KM said:
ms,

Was that only component you got from the INF import and included in your image?

Can you share your INF file with us (just attach it to your post if you use OE).

--
Regards,
KM, BSquare Corp.

Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
S

Slobodan Brcin \(eMVP\)

Konstantin,
I think the actual problem is that the service got created through the imported resources and then PnP fails to create the service
again while processing the INF file.
So, I believe, he would still need the Service resource in the INF file.

The best test, probably, would be just in copying all the files directly and not import the INF at all. (your favorite approach
:) )

Agree :)

Slobodan
Konstantin
ms,

Unfortunately modifying components do not have effect because PnP pull this data from inf file when it detect hardware for the first
time.
Only way is to remove all references to service and applications from inf file itself. (easy if you know basic structure of inf
file)

Regards,
Slobodan

ms said:
Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
S

Slobodan Brcin \(eMVP\)

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

ms said:
Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
Slobodan Brcin (eMVP) said:
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of Asus
displaycards, i've only used the component corresponding to my display card
the V9520 Magic. Any way i am using Internet Explorer to read/post to this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in your image?

Can you share your INF file with us (just attach it to your post if you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
K

KM

Or you can use the same imported component and add Registry Delete Key resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

ms said:
Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
Slobodan Brcin (eMVP) said:
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of Asus
displaycards, i've only used the component corresponding to my display card
the V9520 Magic. Any way i am using Internet Explorer to read/post to this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in your image?

Can you share your INF file with us (just attach it to your post if you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it
or

- disable Service Data Resources for the services in the
component you got from the inf import
--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
M

ms

Hi KM,

I don't understand what the help files have to do with the error in the
setupapi.log

Device install function: DIF_INSTALLINTERFACES.
-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
-166 Device install function: DIF_INSTALLDEVICE.
035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error

Regards
ms

KM said:
Or you can use the same imported component and add Registry Delete Key
resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this
component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of
Asus
displaycards, i've only used the component corresponding to my display
card
the V9520 Magic. Any way i am using Internet Explorer to read/post to
this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I
have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in
your image?

Can you share your INF file with us (just attach it to your post if
you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component
in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and
ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error
2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot
find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the
file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a
registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the
component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card
using the inf
file on the driver CD. I have created a repository and
included all files.
Added component to my image which has no errors. After FBA
when i go into
Control Panel -> Display settings i see no settings for my
graphics card. I
have included PNP (user) and class installer - display
adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section
[nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service
"NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system
cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot
find the file
specified.

Anyone any ideas.

Regards
ms
 
K

KM

ms,

Unfortunately, driver (and some apps) help files have always been a headache on XPe.
The only way for you to know if they are the cause for the failure is to test it with the help files in the image.

However, I'd still recommend you to create a pre-FBA image that does not have the NVSvc registry key built-in.
The key (service) will then be created by the INF parser at run time.

--
Regards,
KM, BSquare Corp.

Hi KM,

I don't understand what the help files have to do with the error in the
setupapi.log

Device install function: DIF_INSTALLINTERFACES.
-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
-166 Device install function: DIF_INSTALLDEVICE.
035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error

Regards
ms

KM said:
Or you can use the same imported component and add Registry Delete Key
resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this
component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of
Asus
displaycards, i've only used the component corresponding to my display
card
the V9520 Magic. Any way i am using Internet Explorer to read/post to
this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I
have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in
your image?

Can you share your INF file with us (just attach it to your post if
you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component
in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and
ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error
2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot
find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the
file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a
registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the
component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card
using the inf
file on the driver CD. I have created a repository and
included all files.
Added component to my image which has no errors. After FBA
when i go into
Control Panel -> Display settings i see no settings for my
graphics card. I
have included PNP (user) and class installer - display
adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section
[nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service
"NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system
cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot
find the file
specified.

Anyone any ideas.

Regards
ms
 
M

ms

Hi KM

I loaded hive for preFBA image but there is no key
HKLM\SYSTEM\CurrentControlSet\Services\NVSvc. When i loaded
hive it asked for name and i entered test. Then only key was
HKLM\test\ControlSet001\Services\nv\Video\ There was a key
here which i deleted but didn't make any difference. I've also copied hlp
files into my image but again no diff, still same error
message. I suppose i need to work out why i can't see the key you asked me
to delete.

Regards
ms
KM said:
Or you can use the same imported component and add Registry Delete Key
resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this
component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of
Asus
displaycards, i've only used the component corresponding to my display
card
the V9520 Magic. Any way i am using Internet Explorer to read/post to
this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I
have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in
your image?

Can you share your INF file with us (just attach it to your post if
you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component
in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and
ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error
2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot
find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the
file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a
registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the
component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card
using the inf
file on the driver CD. I have created a repository and
included all files.
Added component to my image which has no errors. After FBA
when i go into
Control Panel -> Display settings i see no settings for my
graphics card. I
have included PNP (user) and class installer - display
adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section
[nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service
"NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system
cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot
find the file
specified.

Anyone any ideas.

Regards
ms
 
M

ms

Hi KM

I loaded hive for preFBA image but there is no key
HKLM\SYSTEM\CurrentControlSet\Services\NVSvc. When i loaded
hive it asked for name and i entered test. Then only key was
HKLM\test\ControlSet001\Services\nv\Video\ There was a key
here which i deleted but didn't make any difference. I've also copied hlp
files into my image but again no diff, still same error
message. I suppose i need to work out why i can't see the key you asked me
to delete.

Regards
ms
KM said:
Or you can use the same imported component and add Registry Delete Key
resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this
component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of
Asus
displaycards, i've only used the component corresponding to my display
card
the V9520 Magic. Any way i am using Internet Explorer to read/post to
this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I
have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in
your image?

Can you share your INF file with us (just attach it to your post if
you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component
in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and
ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error
2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot
find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the
file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a
registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the
component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card
using the inf
file on the driver CD. I have created a repository and
included all files.
Added component to my image which has no errors. After FBA
when i go into
Control Panel -> Display settings i see no settings for my
graphics card. I
have included PNP (user) and class installer - display
adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section
[nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service
"NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system
cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot
find the file
specified.

Anyone any ideas.

Regards
ms
 
M

ms

Hi KM

I loaded hive for preFBA image but there is no key
HKLM\SYSTEM\CurrentControlSet\Services\NVSvc. When i loaded
hive it asked for name and i entered test. Then only key was
HKLM\test\ControlSet001\Services\nv\Video\ There was a key
here which i deleted but didn't make any difference. I've also copied hlp
files into my image but again no diff, still same error
message. I suppose i need to work out why i can't see the key you asked me
to delete.

Regards
ms
KM said:
Or you can use the same imported component and add Registry Delete Key
resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this
component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of
Asus
displaycards, i've only used the component corresponding to my display
card
the V9520 Magic. Any way i am using Internet Explorer to read/post to
this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I
have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in
your image?

Can you share your INF file with us (just attach it to your post if
you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component
in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and
ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error
2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot
find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the
file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a
registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the
component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card
using the inf
file on the driver CD. I have created a repository and
included all files.
Added component to my image which has no errors. After FBA
when i go into
Control Panel -> Display settings i see no settings for my
graphics card. I
have included PNP (user) and class installer - display
adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section
[nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service
"NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system
cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot
find the file
specified.

Anyone any ideas.

Regards
ms
 
K

KM

ms,

You open the System hive of the pre-FBA image that you built after you disabled Servce Resources of the component?

KM
Hi KM

I loaded hive for preFBA image but there is no key
HKLM\SYSTEM\CurrentControlSet\Services\NVSvc. When i loaded
hive it asked for name and i entered test. Then only key was
HKLM\test\ControlSet001\Services\nv\Video\ There was a key
here which i deleted but didn't make any difference. I've also copied hlp
files into my image but again no diff, still same error
message. I suppose i need to work out why i can't see the key you asked me
to delete.

Regards
ms
KM said:
Or you can use the same imported component and add Registry Delete Key
resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this
component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of
Asus
displaycards, i've only used the component corresponding to my display
card
the V9520 Magic. Any way i am using Internet Explorer to read/post to
this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I
have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in
your image?

Can you share your INF file with us (just attach it to your post if
you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component
in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and
ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error
2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot
find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the
file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a
registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the
component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card
using the inf
file on the driver CD. I have created a repository and
included all files.
Added component to my image which has no errors. After FBA
when i go into
Control Panel -> Display settings i see no settings for my
graphics card. I
have included PNP (user) and class installer - display
adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section
[nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service
"NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system
cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot
find the file
specified.

Anyone any ideas.

Regards
ms
 
S

Slobodan Brcin \(eMVP\)

ms,

This key will be created during the successful FBA PnP install based on driver inf file.
For this to succeed you must have all help files present and other files needed for NVIDIA files and services to work.
Use Dependency walker to see what files are required by each NVIDIA dll, exe file and include appropriate components in your image.

Regards,
Slobodan

ms said:
Hi KM

I loaded hive for preFBA image but there is no key
HKLM\SYSTEM\CurrentControlSet\Services\NVSvc. When i loaded
hive it asked for name and i entered test. Then only key was
HKLM\test\ControlSet001\Services\nv\Video\ There was a key
here which i deleted but didn't make any difference. I've also copied hlp
files into my image but again no diff, still same error
message. I suppose i need to work out why i can't see the key you asked me
to delete.

Regards
ms
KM said:
Or you can use the same imported component and add Registry Delete Key
resource to your component or TD Extra Registry section.
You just have to delete [HKLM\SYSTEM\CurrentControlSet\Services\NVSvc] key.

For the help files please uncheck "Do not copy help files for this
component" on your component's Settings page in TD. And uncheck
"Do not copy help files for this configuration" configuration option (Other Settings).

--
Regards,
KM, BSquare Corp.

Hi ms,

You probably must copy all these hlp files to your image as well :-(
Other way would be like I already said manual cleansing of inf file.

Regards,
Slobodan

Hi Slobodan

Thanks for this, it sure is a lot easier now. I've attached the file KM
requested.
Regards
ms
ms,

you can use public MS news server: news.microsoft.com to post to this NG
from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

Hi KM

Lots of components get created from inf file, one for each version of
Asus
displaycards, i've only used the component corresponding to my display
card
the V9520 Magic. Any way i am using Internet Explorer to read/post to
this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I
have
Outlook express on my PC .

Regards
ms

:

ms,

Was that only component you got from the INF import and included in
your image?

Can you share your INF file with us (just attach it to your post if
you use OE).

--
Regards,
KM, BSquare Corp.


Hi KM,

I disabled all Service data resources for my Asus V9250 component
in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and
ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error
2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot
find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the
file
specified.

Regards
ms


:

ms,

Just load up the built image System hive (<your image build
dir>\windows\system32\config\system) with regedit on XP Pro
machine
and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


Hi KM

I know how to disable services but how do i go about deleting a
registry
entry in Pre-FBA image.

Regards
ms

ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc]
registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the
component you got from the inf import

--
Regards,
KM, BSquare Corp.


Hi,

I have created a component for my Asus V9250 graphics card
using the inf
file on the driver CD. I have created a repository and
included all files.
Added component to my image which has no errors. After FBA
when i go into
Control Panel -> Display settings i see no settings for my
graphics card. I
have included PNP (user) and class installer - display
adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice]
SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall]
C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section
[nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service
"NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system
cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot
find the file
specified.

Anyone any ideas.

Regards
ms
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top