levanduyet Posted March 23, 2012 Posted March 23, 2012 Dear All, I have write the installer program, I need to install the ActiveX. I want to check the version of ActiveX before overiting it. How can I check this ActiveX exist and the version of this ActiveX? FileInstall("C:\WINDOWS\System32\COMDLG32.OCX",@TempDir & "\COMDLG32.OCX",1) Tks, LVD
JohnQSmith Posted March 26, 2012 Posted March 26, 2012 Run dxdiag from the command prompt and then parse the output text file (dxout.txt) for the line DirectX Version:dxdiag /t dxout.txt /whql:off Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".
Richard Robertson Posted March 27, 2012 Posted March 27, 2012 Run dxdiag from the command prompt and then parse the output text file (dxout.txt) for the line DirectX Version:dxdiag /t dxout.txt /whql:offNot relevant.
JohnQSmith Posted March 27, 2012 Posted March 27, 2012 Not relevant.The only non-relevant post in this thread, before this one, was you trolling. All others provided a possible solution. Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".
Richard Robertson Posted March 27, 2012 Posted March 27, 2012 The OP is trying to check the version of the common dialog COM library. DirectX is not common dialog.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now