Patching XPe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I want to patch my device using XPe but I don't want to rebuild a new
image version.(Lose my time)

I just want to look info in each patch , identify which dll & registry
needed to change comparing to my existing device and write script then use
DUA(or using batch file instead). Is this method is enough to update my
device?

Furthurmore , if my device doesn't have dll required to be changed it mean
that I don't need to do anything right? although this patch requires to
change some registry.

Please suggest to me .
 
Hi Redbulls,
I just want to look info in each patch , identify which dll & registry
needed to change comparing to my existing device and write script then use
DUA(or using batch file instead). Is this method is enough to update my
device?
Too boring.
Furthurmore , if my device doesn't have dll required to be changed it mean
that I don't need to do anything right? although this patch requires to
change some registry.

Please suggest to me .
What I did is add MS patches as is to the build and then add to the
Startup command like:
if exist WindowsXP-KB885222-x86-ENU.exe
start /wait WindowsXP-KB885222-x86-ENU.exe /passive /norestart /o /n &
del WindowsXP-KB885222-x86-ENU.exe /q /f
(in a single line)

I apply all changes issued since my last build and then restart device.
A bit ugly, but works. And I don't spend time for checking which dll and
registry is affected and so on.
 
Do I need to have some additional component for doing this ?
Becuase It seems that I can't do it directly to my XPe device.
Patch check for something before installing so an error occures to me.
And what about Hotfix or QFE Do u have any suggestion?
 
Well, the component is called "QFE Installer" or something like that. It
just checks that all necessary components are included.
 
Back
Top