cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Suraj_Patil
Level 3

how to install and uninstall drivers automatically with deployment setup

HI,

I was created my project deployment package in VS2012 Install shield LE. In my project I had .inf and .sys based custom USB driver which was installed when I plug my device to computer via USB cable. But my requirement is the USB driver have to install during when i installing my project (setup.exe), I installed WDK 8.0 and build my driver in that. I heard that there is deployment package option in VS2012, but I don't know how to create deployment package for driver and it has to be installed with my setup.exe during installation. Please give me any reference or steps that how I accomplish it in vs2012 Install shield LE.
0 Kudos
(2) Replies
chiranjeevi
Level 7 Flexeran
Level 7 Flexeran

Hello suraj,

You will need to create an exe custom action to install the driver package while installing the setup package.

Please follow the below related post for more information:

http://community.flexerasoftware.com/showthread.php?207189-Install-shield-LE-custom-actions

Please let me know if you require any further information on this.

Regards,
Chiranjeevi
0 Kudos
Suraj_Patil
Level 3

Hello Chiranjeevi,
Thanks for the reply, yes my custom action signature getting wrong that's why my custom action not getting executed properly.

Regards,
Suraj
0 Kudos