Hi,
I have 2 cab files. One for PPC and one for SP. I am trying to prevent the
cab for PPC from installing into the SP and vice versa. People have
mentioned about "UnsupportedPlatforms" in the .inf file.
PPC .inf --UnsupportedPlatforms = "HPC","Jupiter","SmartPhone"
SP .inf --UnsupportedPlatforms = "HPC","Jupiter","Pocket PC"
I added this into my .inf files. As a result, SP prevented the cab file for
the PPC to be installed on the device. On the other hand, the PPC did not
prevent the cab file for the SP to be installed. Does anyone know if there
is another way to prevent this from happening?
Thanks,
JL