I've got a Difxapp error message in the log of my MSIEXEC output. My drivers
and registry settings that are in the INF are not getting set correctly.

I've got a 0x424 error (somebody must know what this means), but I don't
know where to find this information?
--
Gak -
Finecats

Re: Difxapp error list by Jeff

Jeff
Fri Mar 09 07:06:06 CST 2007

Using the Error Lookup tool bundled with MSVC (or just looking in
<winerror.h>), 0x424 is "The specified service does not exist as an
installed service".

You might also consider using wilogutl.exe (part of the Platform SDK) to
view your MSI logs -- its HTML view has lots of features for finding &
diagnosing errors.

"usfinecats" <usfinecats@nospam.nospam> wrote in message
news:E75031B5-70E1-4544-BD77-781F7A913306@microsoft.com...
> I've got a Difxapp error message in the log of my MSIEXEC output. My
> drivers
> and registry settings that are in the INF are not getting set correctly.
>
> I've got a 0x424 error (somebody must know what this means), but I don't
> know where to find this information?
> --
> Gak -
> Finecats



Re: Difxapp error list by Maxim

Maxim
Fri Mar 09 13:14:43 CST 2007

Convert to decimal and grep WINERROR.H for a value.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"usfinecats" <usfinecats@nospam.nospam> wrote in message
news:E75031B5-70E1-4544-BD77-781F7A913306@microsoft.com...
> I've got a Difxapp error message in the log of my MSIEXEC output. My drivers
> and registry settings that are in the INF are not getting set correctly.
>
> I've got a 0x424 error (somebody must know what this means), but I don't
> know where to find this information?
> --
> Gak -
> Finecats