This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- how to install and uninstall drivers automatically with deployment setup
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 03, 2013
01:12 AM
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.
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.
(2) Replies
‎Sep 11, 2013
05:37 AM
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
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
‎Sep 12, 2013
07:51 AM
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
Thanks for the reply, yes my custom action signature getting wrong that's why my custom action not getting executed properly.
Regards,
Suraj