Manually Installing a Driver [Inno Setup]
gub156
Posted messages
19
Status
Member
-
diode80 Posted messages 89 Registration date Status Member Last intervention -
diode80 Posted messages 89 Registration date Status Member Last intervention -
Hello everyone,
I have developed a wireless communication device that can be connected to a computer via USB. The driver used generates a COM port to communicate with the device.
In parallel, I have developed a small software in C# for the configuration and use of my device.
I would now like to create an installer for all this to "professionalize" my application. By this, I mean an installer that includes both the application and the installation of the driver on the user's computer.
For this, I am using Inno Setup.
Unfortunately, I am not a computer scientist and I have no knowledge about drivers.
I would therefore like to know where and how to automatically install a driver so that the end user does not have to search for the driver themselves at the first use of the device.
Thank you in advance for your valuable help.
Best regards,
Gub156
I have developed a wireless communication device that can be connected to a computer via USB. The driver used generates a COM port to communicate with the device.
In parallel, I have developed a small software in C# for the configuration and use of my device.
I would now like to create an installer for all this to "professionalize" my application. By this, I mean an installer that includes both the application and the installation of the driver on the user's computer.
For this, I am using Inno Setup.
Unfortunately, I am not a computer scientist and I have no knowledge about drivers.
I would therefore like to know where and how to automatically install a driver so that the end user does not have to search for the driver themselves at the first use of the device.
Thank you in advance for your valuable help.
Best regards,
Gub156
1 answer
Hello
To make an installation, there are freewares
but to ensure it works when there is USB/serial conversion, you need to include the appropriate driver in your installation
http://aprs.facile.free.fr/APRS%20usb%20serial%20rs232%20converter%20problem.php#.U-N9imN7z0Y
Nothing is more frustrating than missing a driver.. we are no longer talking about 600Ko with 720Ko floppy disks ^^
See you+
To make an installation, there are freewares
but to ensure it works when there is USB/serial conversion, you need to include the appropriate driver in your installation
http://aprs.facile.free.fr/APRS%20usb%20serial%20rs232%20converter%20problem.php#.U-N9imN7z0Y
Nothing is more frustrating than missing a driver.. we are no longer talking about 600Ko with 720Ko floppy disks ^^
See you+