Gianluca
Wed May 07 15:59:08 CDT 2008
Actually, 0x0004a020 is not an error, it is
#define NETCFG_S_REBOOT
MAKE_HRESULT(SEVERITY_SUCCESS, FACILITY_ITF, 0xA020)
and it means that you need to reboot in order for the changes to be
effective.
However, if I remember well, you need to use a 64bit application to install
a network driver on a 64bit machine (but I might be wrong).
Is the driver installed correctly after a reboot?
Have a nice day
GV
--
Gianluca Varenni, Windows DDK MVP
CACE Technologies
http://www.cacetech.com
"Peter" <Peter@discussions.microsoft.com> wrote in message
news:510C2DB6-4586-4922-8800-8027CE5CAF29@microsoft.com...
> Hi,
>
> On WXP 64
> installation of x64 driver from 32-bit utility fails with error 0x4a020 .
> This utility uses setupapi.lib functions and error code 0x4a020 is result
> of
> function:
>
> INetCfgClassSetup* -> Install(...)
>
> Is possible to install x64 driver from 32-bit app on Windows 64, or what
> do
> you recommend ?
>
> Peter
>
>