My program depends on a USB serial driver install, the .exe of which is included for install in my installer.
however, even though the exe is run and the installer is running, DCP thinks that it failed and asks if you want to continue installation.
Possibly something to do with the exe starting a command-line process which does the actual driver install.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
DCP waits for the return code of the exe which should be 0 for success. Your program must be returning another code when finished.
Note that the program may return a code other than 0 if it already exists on the machine.
My program depends on a USB serial driver install, the .exe of which is included for install in my installer.
however, even though the exe is run and the installer is running, DCP thinks that it failed and asks if you want to continue installation.
Possibly something to do with the exe starting a command-line process which does the actual driver install.
DCP waits for the return code of the exe which should be 0 for success. Your program must be returning another code when finished.
Note that the program may return a code other than 0 if it already exists on the machine.