Hi,
Based on the INF copyfiles directive describe in the link below, it seems
that for files that is shared between 2 different inf driver sets, there is
no way to ensure that the latest version of the file gets retain in the
system since the COPYFLG_OVERWRITE_OLDER_ONLY flag is ignored by digitally
signed sets.
http://msdn2.microsoft.com/en-us/library/ms794560.aspx
Does anyone knows of any way to safely share a common file between 2
different inf driver set, such that one can always ensure that the newest
version of the file always gets retained by the system, no matter what the
order of installation was? Or is it not possible to share a common file
between 2 inf driver set that is digitally signed? Thanks
KS