Component Update on the run-time image

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

Guest

After making the run-time image,
when we tired to update the component,
which method should we use?
My question focuses on updating the resource-include component not the
updating method.
Supposing DUA update!
as you know, components is configured with 3 resources.
1- files
2- registry data
3- resources
It's easy the component which is configures just with files, resigtry data.
But the component including resources is not simple.

Anybody help me to update component including resources on the run-time image?

As I heared one method is that
(1) resource related component service stop
(2) update component
(3) start the stopped service
I wonder even if the resource relate component service is system related
component is it possble to stop it?
and using this method is it possible the run-time image update?

HELP ME!
 
lins77,

I don't think I could understand your entire message completely but I try to
guees.

Compiling a DUA script out of a component resources is not easy task. You
can probably do that per component basis only.
If it were possible to create a compiling scenerio for a generic case (any
component), MS would probably remove FBA from XPe deployment picture at all
and createa script to prepare golden images during build time (no FBA
required).

However, as I mentioned, you can always "research" particular component
resources and make a script to cover those. Keep in mind that component
resources are translated either to files (e.g., shortcut), registry or FBA
commands. Remember, though, that it is always important to keep trace of the
component dependencies, component build order and FBA command phase.

KM
 
KM, Thank U


I tried one component,which has files and resources when watching in TD, to
add on the run-time image.
which component name is "Computer Name User Interface Core".
That is showing one tab of MyComputer Properties.

On the run-time image,
which didn't include "Computer Name User Interface Core" component during
building image,
I copied system files(netid.dll, sysdm.chm, sysdm.hlp) in the same path of
TD showing,
and I reboot.

After rebooting I could see that tab in the Mycomputer Properites.
Even it doesn't pass FBA.

It's just lucky?

I'll ask another method.
Is there any component which is impossble adding on the run-time image
witout FBA?
 
It's just lucky?

Yes.
Is there any component which is impossble adding on the run-time image
witout FBA?

No (But some are too hard to configure that it just do not pay off). But there are components that call some internal functions for
COM registration and other dynamic setups.
So you will need to write your application or to modify myriads registry entries with some guid like forms.

Basically there are only two resources present on XPe/XPP systems. Registry which contain all system configurations and files that
need to be present (This can be solved from TD).

Anyhow what it that you try to accomplish?

Best regards,
Slobodan
 
Back
Top