WHCK: CATFiles received during submission

All

My package has 4 INFS and 3 sys files(INFx/SYSx, INF4). INF4 installs one of the same SYSx. Package is usually installed using INFx/SysX and used to get 3 CAT files.
Now I want to submit the package which includes INF4 as well.
My question is will I get CAT4 now for INF4?

Thanks

xxxxx@yahoo.com wrote:

My package has 4 INFS and 3 sys files(INFx/SYSx, INF4). INF4 installs one of the same SYSx. Package is usually installed using INFx/SysX and used to get 3 CAT files.
Now I want to submit the package which includes INF4 as well.
My question is will I get CAT4 now for INF4?

Are these four different device classes? You only need one INF per
device class. A single CAT file can cover multiple INF files

INF2CAT will not build a CAT file for an INF unless all of the files it
needs are present in the package.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

(Yes the package will contain all ingredients referred to by all the INFs’)

Actaully there are only 3 different device classes.
(INF1/SYS1 no effect/significance here)
IINF2/SYS2 which is Class=SCSIAdapter.
INF3/SYS3 which is Class=System
We install all above run WHCK (under SCSIAdapter class) and generate logs, get back 3 CATS.

But installer at times will use INF4 to install SYS3 as Class=SCSIAdapter

So I wanted to know if I can just generate logs like before, but include INF4 in the submission package and get 4 CATS. so when I install using INF4 it has a CATFile4 as well.