how to upgrade component revision automatically?

  • Thread starter Thread starter Mikhail Mintchenkov
  • Start date Start date
M

Mikhail Mintchenkov

Hi,



I'm going to implement nightly build of evaluation version of XPE image
including one special component.

The way to build image automatically is to use CMIEXP.WSF & cmi.dll.

The only thing that is unclear to me now is how check and to upgrade if
necessary one specified component to next revision.



Can anyone help me?



Best Regards,

Mikhail
 
Mikhail,

In general, IComponent.Revision.

If you are talking about a particular component instance in a project (SLX), you are better use IInstance.CompChainRevs(0).

KM
 
KM,

Thank you!

Can I ask you again if something will go wrong?

M.M.





KM said:
Mikhail,

In general, IComponent.Revision.

If you are talking about a particular component instance in a project
(SLX), you are better use IInstance.CompChainRevs(0).
 
Mikhail,

Sure. Why not.

Jus tpost your question here, in NG and folks will help you as much as they can (including me).

KM
 
Back
Top