PDA

View Full Version : DirectX version detection plugin


speedy1
7th January 2004, 05:40
Hi folks,

I have made a NSIS plugin which detects the current DirectX version installed on the target system. It is based on exdll sample MS VC++ 6 project and includes code from Microsoft DirectX 9.0 SDK examples.

Are there any experienced NSIS folks interested in making suggestions, reviewing and improving code, and raising it to the production level? :D

Also is there anyone who could check if some of the Microsoft DX sample code can be incorporated into a publicly released plugin? :)

LazyBear
7th January 2004, 06:03
hey speedy,

Im not so experienced in NSIS, but I would test your plugin and tell you how it works and if there are any errors:D

so long -L-B-

Joel
7th January 2004, 20:14
OH! :(
You blow-up my code (http://nsis.sourceforge.net/archive/nsisweb.php?page=340&instances=0,11) :rolleyes:
But also want to try you plugin.

speedy1
8th January 2004, 09:37
Here you go guys:

directx version detection NSIS plugin 1.0 archive (http://astromina.3d-io.com/spd/misc/directx version detection NSIS plugin 1.0.rar)

please give it a spin :D If anyone is interested, here is the short TO DO list:

* rewrite the ms source to the whole plugin coding style (coverting back from hungarian notation and MS weak coding style to sanity)
* write documentation

btw. take a look at the example.msi, that one contains a neat example of *installing* directX if version it is lower then a predefined value

cheers and have phun :cool: