Click to See Complete Forum and Search --> : Windows installer


axr0284
April 16th, 2005, 10:17 AM
Hi,
I have searched the web and read the msdn tutorial but I can't find anywhere the answer to this anywhere:
I used the deployment project in MSVS .NET 2003 to install my application but I would like to detect if the computer has DirectX >= 9.0 and I can't figure out how to do it and if it's even possible. Any help would be greatly appreciated. Thanks
Amish

firefly2442
April 17th, 2005, 04:16 PM
I'm not sure about the microsoft installer but NSIS is a good installer.

http://nsis.sourceforge.net

GL :)

axr0284
April 18th, 2005, 09:19 AM
Thks, I'll check it out,
Amish