07-27-2009 03:43 PM
I'm trying to get my ap validated by Microsoft. The testing company said they got the following error when trying to validate my app: "The application installed a kernel-mode driver without using the CreateServiceAPI. ImagePath was not set for service cvintdrv.sys "
I think that particular build included the LV8.0 runtime engine. Anyone familiar with this driver, why it's installing with LV, or how I can resolve this problem.
07-28-2009 06:06 PM
07-28-2009 07:31 PM
I am curious why the LV RTE is installing a driver for CVI.
I will look into the pass criteria. The tester mentioned something about the driver not being Microsoft WHQL certified but the test document itself mentions running the installer (and msiexec.exe) under Application Verifier and testing the driver with Driver Verifier
07-29-2009 04:14 AM
InfiniteNothing wrote:I'm trying to get my ap validated by Microsoft. The testing company said they got the following error when trying to validate my app: "The application installed a kernel-mode driver without using the CreateServiceAPI. ImagePath was not set for service cvintdrv.sys "
I think that particular build included the LV8.0 runtime engine. Anyone familiar with this driver, why it's installing with LV, or how I can resolve this problem.
This driver is needed for the Port IO functions in LabVIEW. I'm afraid there is no way to get this driver not installed with the runtime install, unless there is an undocumented switch for the installer itself.
Rolf Kalbermatter