Let's say A.exe
is the my exe
project which runs fine at windows system
.
Let's say B.exe
is the external third party driver which is required for A.exe
. Currently I am installing both projects separately. Now, I want to include the driver into my A.exe
installation, s that when the user installs A.exe
, B.exe
automatically gets installed first.
How should I do that?