Our device need to install a value-added software with our device ,so we implemented a device co-installer to launch a application to download our software from internet. When we tested the driver and co-installer, it can work fine when we install the
driver manually , but when we try to get the WHQL certification, and then the HCK test will fail with this kind of co-installer mechanism . Can someone know why ? We used CreateProcess API to launch our software, is it the reason for HCK failed?