deploy .Net application with CUDA deploying .Net app that uses CUDA

Hi Friends,

We are using CUDA module in out .Net application. We are facing problems in deployment.
our application requires cuda.dll and cudart.dll in the other machine where we install our product. As per the liscence agreement these dlls are not supposed to be distributed.
Also, when a new version of these dlls are available, the user may not be updated with it.
Can anyone tell me the proper way to create a deployment project for a .Net application that is using CUDA to make it work independent of any of cuda dlls?

Thanks,
Sunjutha