Execute files not on target system
Hi,
how can one transport a small executable in an NSIS install and copy it to the target system to execute it at the very beginning of the install (i.e. before the first GUI appears) ?
Actually I need to check 3 things:
- is directX installed (most likely yes)
- what version of directX is installed
- is MSXML 4.0 installed
I wrote a small C++ executable that checks this, but maybe I should turn it into a plugin?
Thanks